"Resume header"
Bootstrap 3.3.0 Snippet by shineblue30

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<script src="https://use.fontawesome.com/bfdd1d98a1.js"></script>
<div class="container">
<div class="row">
<section id="about" class="section section-about wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div class="profile">
<div class="row">
<div class="col-sm-4">
<div class="photo-profile">
<img src="https://pbs.twimg.com/profile_images/513213616514797568/Y18umDg7.jpeg" alt="Hassan Raza">
</div>
<a href="cv/cv-1.pdf" target="cv">
<div class="download-resume">
<i class="fa fa-check" aria-hidden="true"></i>
<span class="text-download">DOWNLOAD RESUME</span>
</div>
</a>
<div class="available">
<i class="fa fa-check" aria-hidden="true"></i>
<span class="text-available">available on freelance</span>
</div>
</div>
<div class="col-sm-8">
<div class="info-profile">
<h2><span>HI I'M</span> Hassan Raza</h2>
<h3>web developer & web designer</h3>
<p align="justify">Hello! I’m Hassan Raza. Web Developer with over 8 years of experience.
Experienced with all stages of the development cycle for dynamic web projects.
Having an in-depth knowledge including advanced HTML5, CSS3, JavaScript, jQuery, Angular JS. Strong background in management and leadership.</p>
<div class="row">
<div class="col-sm-6">
<ul class="ul-info">
<li class="li-info">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.section-about .profile {
padding: 33px 33px 22px;
}
img {
display: block;
width: 100%;
box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.section-about .download-resume {
margin-bottom: 25px;
padding: 17px 5px;
text-align: center;
box-shadow: 0 0 5px rgba(0,0,0,.4);
transition: all .3s;
}
.section-about .available {
text-align: center;
}
.section-about h2 {
padding-bottom: 4px;
}
f1febac.css:14
.section h2, .section-about .download-resume {
font-family: Oswald,sans-serif;
}
f1febac.css:14
.section h2, .section-pricing .pricing-price .number {
font-size: 40px;
}
f1febac.css:14
.section h2 {
display: inline-block;
font-weight: 400;
text-transform: uppercase;
}
.section-about h3 {
padding-bottom: 20px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: