"Bootstrap Profile Portfolio Design"
Bootstrap 4.1.1 Snippet by kshiti06

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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 portfolio">
<div class="row">
<div class="col-md-12">
<div class="heading">
<img src="https://image.ibb.co/cbCMvA/logo.png" />
</div>
</div>
</div>
<div class="bio-info">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-12">
<div class="bio-image">
<img src="https://image.ibb.co/f5Kehq/bio-image.jpg" alt="image" />
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="bio-content">
<h1>Hi there, I'm Kshiti</h1>
<h6>I am a fresh web designer and I create custom web designs. I'm skilled at writing well-designed, testable and efficient code using current best practices in Web development. I'm a fast learner, hard worker and team player who is proficient in making creative and innovative web pages.</h6>
<p>P.S I have no special talent, I'm just passionately curious ;)</p>
</div>
</div>
</div>
</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: linear-gradient(90deg, #e8e8e8 50%, #3d009e 50%);
}
.portfolio{
padding:6%;
text-align:center;
}
.heading{
background: #fff;
padding: 1%;
text-align: left;
box-shadow: 0px 0px 4px 0px #545b62;
}
.heading img{
width: 10%;
}
.bio-info{
padding: 5%;
background:#fff;
box-shadow: 0px 0px 4px 0px #b0b3b7;
}
.name{
font-family: 'Charmonman', cursive;
font-weight:600;
}
.bio-image{
text-align:center;
}
.bio-image img{
border-radius:50%;
}
.bio-content{
text-align:left;
}
.bio-content p{
font-weight:600;
font-size:30px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: