"Simple Resume With Bootstrap "
Bootstrap 4.0.0 Snippet by franco77

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/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-lg-offset-2 col-lg-8">
<section class="panel panel-default">
<div class="panel-body">
<article class="panel-body">
<figure class="text-center">
<img src="https://d13yacurqjgara.cloudfront.net/users/42865/screenshots/614568/devilspiritjinx.jpg" class="img-thumbnail img-circle img-responsive" alt="me">
<figcaption>
<h3>Yutthana Siphuengchai</h3> 99/4 M.9 Saraburi-Loamsak Rd. Nachaliang Nongphai Phetchabun 67220
<br> Tel. 092-889-7790 E-mail: yutna1990@gmail.com
</figcaption>
</figure>
</article>
<br>
<article>
<h4>
<strong>Personal Details</strong>
</h4>
<hr>
<dl class="dl-horizontal">
<dt>Date of Birth:</dt>
<dd>April 14, 1990</dd>
<dt>Age:</dt>
<dd>25</dd>
<dt>Marital Status:</dt>
<dd>Single</dd>
<dt>Military Status:</dt>
<dd>Exempted through Military Drawing Ballot</dd>
<dt>Interests:</dt>
<dd>HTML5, CSS3, JavaScript, jQuery, Underscore.js, Backbone.js, Web Design, Responsive Design, Node.js, Java and Linux.</dd>
</dl>
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
@import url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css);
@import url(//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
body {
font-family: "Ubuntu", sans-serif;
background-color: #3498db;
}
.container {
padding-top: 50px;
}
article {
margin-bottom: 30px;
}
.img-responsive {
width: 150px;
height: 150px;
}
figcaption {
margin-top: 20px;
}
figcaption > h3 {
font-weight: bolder;
font-size: xx-large;
}
dt, dd {
margin-bottom: 5px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: