"Simple Resume template"
Bootstrap 3.3.0 Snippet by blayderunner123

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 ---------->
<div class="container">
<div class="row info" style="text-align:center;">
<div class="col-xs-12 alert alert-info">
The skills meter from <a class="alert-link" href="http://bootsnipp.com/snippets/featured/progress-bar-meter">here</a> is used in this design.
Feel free to remove this div from the design.
</div>
</div>
<div class="container-fluid" style="margin-top:5%;">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-offset-1 col-md-7">
<div class="row info no-print" style="text-align:center;">
<div class="col-xs-12 alert alert-info">
<h2><b><i class="fa fa-clock-o" style="color: #0066ff;"></i> <b style="color: #0066ff;">Last Updated on: </b><time style="color: #0066ff;">Monday, October 17, 2016</time></b></h2>
</div>
</div>
<div class="resume">
<header class="page-header">
<h1 class="page-title">My Information Management & Technology Supervisor Resume</h1>
<!-- <small style="color: #0066ff;"> <i class="fa fa-clock-o" style="color: #0066ff;"></i> <b style="color: #0066ff;">Last Updated on: </b><time style="color: #0066ff;">Saturday, October 08, 2016</time></small> -->
</header>
<div class="panel panel-default">
<div class="panel-heading resume-heading">
<div class="row">
<div class="col-xs-12 col-md-4">
<figure>
<img class="img-circle img-responsive" alt="" src="resume/img/profile_picture.png">
</figure>
</div>
<div class="col-xs-12 col-sm-8" id="resume" name="resume">
<ul class="list-group">
<li class="list-group-item">Jonathan Randal Adcox</li>
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
/* uses font awesome for social icons */
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
.page-header{
text-align: center;
}
/*social buttons*/
.btn-social{
color: white;
opacity:0.9;
}
.btn-social:hover {
color: white;
opacity:1;
}
.btn-facebook {
background-color: #3b5998;
opacity:0.9;
}
.btn-twitter {
background-color: #00aced;
opacity:0.9;
}
.btn-linkedin {
background-color:#0e76a8;
opacity:0.9;
}
.btn-github{
background-color:#000000;
opacity:0.9;
}
.btn-google {
background-color: #c32f10;
opacity: 0.9;
}
.btn-stackoverflow{
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: