HTML code
This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 5.1.3 included, to get the result that you can see in the preview selection
Download<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<section id="about-section" class="pt-5 pb-5">
<div class="container wrapabout">
<div class="red"></div>
<div class="row">
<div class="col-lg-6 align-items-center justify-content-left d-flex mb-5 mb-lg-0">
<div class="blockabout">
<div class="blockabout-inner text-center text-sm-start">
<div class="title-big pb-3 mb-3">
<h3>ABOUT ME</h3>
</div>
<p class="description-p text-muted pe-0 pe-lg-0">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus quas optio reiciendis deleniti voluptatem facere sequi, quia, est sed dicta aliquid quidem facilis culpa iure perferendis? Dolor ad quia deserunt.
</p>
<p class="description-p text-muted pe-0 pe-lg-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus quas optio reiciendis deleniti voluptatem facere.</p>
<div class="sosmed-horizontal pt-3 pb-3">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
</div>
<a href="#" class="btn rey-btn mt-3">See More</a>
</div>
</div>
</div>
<div class="col-lg-6 mt-5 mt-lg-0">
<figure class="potoaboutwrap">
<img src="https://bootdey.com/image/400x700/FF7F50/000000" alt="potoabout" />
</figure>
</div>
</div>
</div>
</section>
CSS code
This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 5.1.3 included, to get the result that you can see in the preview selection
Download#about-section {
background: rgba(32, 33, 36, 0.1);
position: relative;
}
.blockabout {
padding: 20px;
background: white;
}
.blockabout-inner {
padding: 30px;
border: 1px solid rgba(32, 33, 36, 0.1);
}
.sosmed-horizontal a i {
border: 1px solid #070707;
border-radius: 50%;
color: #070707;
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
margin: auto 3px;
font-size: 15px;
text-align: center;
transition: all 0.3s;
}
.rey-btn {
border: 2px solid #070707;
padding: 10px 40px;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 13px;
font-weight: 700;
border-radius: 50px;
transition: all 0.3s;
}
Javascript/Jquery code
This is the javascript code used to create this bootstrap snippet, You can copy and paste the following javascript code inside a page with bootstrap 5.1.3 included, to get the result that you can see in the preview selection
Downloadvar testi = $('#testimonial-slide');
var owlcarouselslide = function(e) {
// testimonial slide
testi.owlCarousel({
autoplay: false,
center: true,
loop: true,
dots: true,
touchDrag: false,
mouseDrag: false,
smartSpeed: 900,
items: 1,
margin: 100,
nav: true,
navText: [
'<i class="fa fa-long-arrow-left " aria-hidden="true"></i>',
'<i class="fa fa-long-arrow-right " aria-hidden="true"></i>'
],
navContainer: '.custom-nav',
});
};
$(document).ready(function() {
owlcarouselslide();
});
About this bootstrap example/template
This example/template, simple about me section, was published on Mar 3rd 2022, 07:43 by Bootdey Admin and it is free.
We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.
We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.
This code example currectly have 11.5K views, Using this bootstrap snippet you have the following benefits:
Bootstrap 5.1.3
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>
This code example is based on bootstrap 5.1.3 and the grid system of this framework
Responsive
Based on bootstrap framework makes all the layouts perfectly responsive for all devices
Crossbrowser compatibility
Tested on all major browsers, it works smoothly on all of them
Jquery plugins
Great built-in plugins with jquery framework, you can easy to change all declarations
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working