"Profile Card"
Bootstrap 3.0.0 Snippet by harunpehlivan

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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="window">
<div class="overlay"></div>
<div class="box header">
<img src="http://www.doyoubuzz.com/var/users/_/2016/11/15/18/1300826/avatar/1253797/avatar_cp_630.jpg?t=1505286021" alt="" />
<h2>HARUN PEHLİVAN</h2>
<h4> FOUNDER,CEO BLOGGER</h4>
</div>
<div class="box footer">
<ul>
<li><a href="http://harunpehlivantebimtebitagem.business.site"><span class="ion-ios-camera-outline"></span>HP</a></li>
<li><a href="http://harunpehlivantebimtebitagem.ml"><span class="ion-ios-heart-outline"></span> WEP</a></li>
<li><a href="https://harunpehlivantebimtebitagem.carrd.co"><span class="ion-ios-person-outline"></span>E-CV</a></li>
</ul>
<a href="http://www.doyoubuzz.com/harun-pehlivan" class="btn">Follow</a>
</div>
</div>
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
body {
background: #383838;
font-family: 'Open Sans', sans-serif;
margin: 0;
padding: 0;
}
a {
color: inherit;
text-decoration: none;
}
a:hover {
color: rgba(0, 0, 0, .65);
}
a:hover {
color: rgba(0, 0, 0, .45);
}
.window,
.box,
ul,
li {
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
}
ul {
font-family: 'Fjalla One', sans-serif;
list-style-type: none;
text-transform: uppercase;
}
li {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: