"profile"
Bootstrap 3.3.0 Snippet by evarevirus

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 ---------->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<header class="site-header"></header>
<div class="cover-photo"></div>
<div class="body">
<section class="left-col user-info">
<div class="profile-avatar">
<div class="inner"></div>
</div>
<h1>Willabelle Ong</h1>
<h2>Enthusiast</h2>
<div class="meta">
<p><i class="fa fa-fw fa-map-marker"></i> Australia</p>
<p><i class="fa fa-fw fa-link"></i> paledivision.com</p>
<p><i class="fa fa-fw fa-clock-o"></i> Joined Dec 26, 2008</p>
</div>
</section>
<section class="section center-col content">
<!-- Nav -->
<nav class="profile-nav">
<ul>
<li class="active">Activity</li>
<li>Looks</li>
<li>Hyped</li>
<li>Loved</li>
<li>Collections</li>
</ul>
</nav>
<!-- Wil hyped X-->
<div class="unit user-hyped">
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
html {
font-family: "proxima-nova",sans-serif;
}
/* apply a natural box layout model to all elements */
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html, html a {
-webkit-font-smoothing: antialiased !important;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
a {
text-decoration: none;
color: inherit;
}
/* ==== */
.site-header {
height: 44px;
width: 100%;
border-bottom: 1px solid #E1e1e1;
}
.cover-photo {
width: 980px;
height: 250px;
margin: 0 auto;
background-color: #f5f5f5;
position: relative;
z-index: 1;
background-image: url(http://placekitten.com/980/250);
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: