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 4.0.0-beta included, to get the result that you can see in the preview selection
Download
<!--
AlPhaD UI - about sections
* Version: 1.0
* Build Date : 15-12-2017
* Last Update : - []
* Author: ALPhA D
* Website: www.alphadsy.com
* contribute on github : https://github.com/alphadsy/alpha-ui
more ui & layout https://github.com/alphadsy
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>About by AlPhaD</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<!-- font-awesome icons -->
<script defer src="https://use.fontawesome.com/releases/v5.0.1/js/all.js"></script>
<!-- about css -->
<link rel="stylesheet" href="about.css">
</head>
<body>
<!-- demo-title -->
<div class="demo-title">
<h1 class="display-1">About</h1>
<p>by <a href="#">@AlPhaD</a></p>
<p>contribute on github <a href="https://github.com/alphadsy/alpha-ui">alpha-ui</a></p>
</div>
<!-- about #1 -->
<div class="about" id="about1">
<div class="row">
<div class="img col-sm-6 col-md-3">
<img src="https://cdn.stocksnap.io/img-thumbs/960w/B7B0MWLTLW.jpg" alt="">
</div>
<div class="col-sm-6 col-md-9">
<div class="caption">
<h3 class="title">About <span class="text-danger">ME!</span></h3>
<p class="text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ratione deserunt voluptates error minima, repudiandae, pariatur porro est cupiditate illum harum magni enim repellendus alias recusandae itaque qui! Laudantium, maxime, veniam.</p>
</div>
</div>
</div>
</div>
<!-- about #2 -->
<div class="about" id="about2">
<div class="row">
<div class="col-sm-12 col-md-3">
<div class="caption">
<h3 class="title">Our <span class="text-danger">Values & Believes!</span></h3>
</div>
</div>
<div class="img col-sm-6 col-md-3 d-xs-none">
<img src="https://cdn.stocksnap.io/img-thumbs/960w/ZUZCKNLPDD.jpg" alt="" class="">
</div>
<div class="col-sm-6 col-md-6">
<p class="text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatem quod minus corporis laudantium, facere, fuga velit a maxime aliquam doloremque dolorum distinctio similique! Accusamus architecto maxime eius ipsam, laboriosam. At! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur nesciunt sunt inventore neque aspernatur sit aliquam doloremque maiores modi, provident velit qui beatae quia placeat itaque, nulla dolor eligendi. Voluptas.</p>
</div>
</div>
</div>
<!-- about #3 -->
<div class="about" id="about3">
<div class="row">
<div class="col-sm-12 col-md-3">
<div class="caption">
<h3 class="title">Our <span class="text-danger">Projects!</span></h3>
</div>
</div>
<div class="img col-sm-6 col-md-3">
<img src="https://cdn.stocksnap.io/img-thumbs/960w/15XPEFFPMP.jpg" alt="" class="">
</div>
<div class="col-sm-6">
<div class="box">
<h4>caption</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio, labore.rerum mollitia nisi, sequi repellendus quia nulla!</p>
</div>
<div class="box">
<h4>caption</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio, labore.rerum mollitia nisi, sequi repellendus quia nulla!</p>
</div>
<div class="box">
<h4>caption</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio, labore.rerum mollitia nisi, sequi repellendus quia nulla!</p>
</div>
</div>
</div>
</div>
<!-- about #4 -->
<div class="about" id="about4">
<div class="row">
<div class="col-sm-12 col-md-3">
<div class="caption">
<h3 class="title">About <span class="text-danger">ALPHAD!</span></h3>
</div>
</div>
<div class="img col-sm-12 col-md-9">
<div class="mune col-sm-12 col-md-4">
<div class="box">
<h4>caption</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio, labore.rerum mollitia nisi, sequi repellendus quia nulla!</p>
</div>
<div class="box">
<h4>caption</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio, labore.rerum mollitia nisi, sequi repellendus quia nulla!</p>
</div>
<div class="box">
<h4>caption</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio, labore.rerum mollitia nisi, sequi repellendus quia nulla!</p>
</div>
</div>
</div>
</div>
</div>
<div class="demo-more d-lg-flex justify-content-around">
<p><i class="fa fa-users"></i> contribute on github <a href="https://github.com/alphadsy/alpha-ui">alpha-ui</a></p>
<p><i class="fa fa-gift"></i> more ui and layout <a href="https://github.com/alphadsy">alphadsy</a></p>
<p><i class="fa fa-balance-scale"></i> under AGPL-3.0</p>
<p><i class="fa fa-camera-retro"></i> bg-image from <a href="http://stocksnap.io/">stocksnap</a></p>
</div>
<a href="https://bootdey.com/" class="text-centerr">www.bootdey.com/</a>
</body>
</html>
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 4.0.0-beta included, to get the result that you can see in the preview selection
Download
/*
AlPhaD UI - about
* Version: 1.0
* Build Date : 15-12-2017
* Last Update : - []
* Author: ALPhA D
* Website: www.alphadsy.com
* contribute on github : https://github.com/alphadsy/alpha-ui
more ui & layout https://github.com/alphadsy
[Layout]
* body
- about / #about
+ caption || + mune || - title || - text
- title -box
- text
[Color codes]
[Typography]
[content table]
- about main css
- #about1 css
.
.
.
- demo css (for demo purpose only)
*/
/* =======================================
about
========================================*/
.about {
position: relative;
width: 100vw;
background-color: #fff;
}
.about .row {
min-height: 500px;/* height variable */
}
.row {
margin-right: 0;
margin-left: 0;
}
.row > .col,
.row > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.about .title {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.1;
}
.about .text {
color: #868e96;
}
.about .img {
overflow: hidden;
width: 100%;
}
.img img {
width: 100%;
}
/* === Only extra Small devices (mobile phones, up to 576px) ===*/
@media (max-width: 575px) {
.d-xs-none {
display: none;
}
.about .caption {
text-align: center;
padding-left: 3rem;
padding-right: 3rem;
}
}
/* === Small devices (landscape phones, 576px and up) ===*/
@media (min-width: 576px) {
.about .caption {
position: absolute;
top: 50%;
left: 0%;
transform: translate(0, -50%);
padding-left: 1rem;
padding-right: 2rem;
}
.about .img {
}
.img img {
min-height: 500px;
}
}
/* ==== Medium devices (tablets, 768px and up) ===*/
@media (min-width: 768px) {
.about .caption {
top: 70%;
}
}
/* =======================================
about#1
========================================*/
/* === Only Extra Small devices (mobile phones, up to 576px ) ===*/
@media (max-width: 576px) {
#about1 .img img {
display: block;
width: 150px;
height: 150px;
margin-left: auto;
margin-right: auto;
border-radius: 50%;
}
}
/* =======================================
about#2
========================================*/
#about2 .text {
font-size: 1.25rem;
font-weight: 300;
padding: 2rem;
}
/* === Only Small devices (landscape phones, 576px to 767px) ===*/
@media (min-width: 576px) and (max-width: 767px) {
#about2 .caption {
position: relative;
text-align: center;
padding: 3rem;
}
}
/* ==== Medium devices (tablets, 768px and up) ===*/
@media (min-width: 768px) {
#about2 .text {
padding: 2rem;
position: absolute;
top: 25%;
height: 50%;
font-size: 1.25rem;
font-weight: 300;
}
}
/* =======================================
about#3
========================================*/
#about3 {
}
#about3 .box {
display: flex;
flex-direction: column !important;
justify-content: space-around !important;
padding: 1.5rem;
}
/* === Only Small devices (landscape phones, 576px to 767px) ===*/
@media (min-width: 576px) and (max-width: 767px) {
#about3 .caption {
position: relative;
text-align: center;
padding: 3rem;
}
}
/* =======================================
about#4
========================================*/
#about4 {
}
#about4 .img {
background: url("https://cdn.stocksnap.io/img-thumbs/960w/15XPEFFPMP.jpg") no-repeat center center;
background-size: cover;
}
#about4 .mune {
padding: 0px;
color: #fff;
background-color: rgba(220, 53, 69, 0.6);
}
#about4 .box {
display: flex;
flex-direction: column !important;
justify-content: space-around !important;
padding: 1.5rem;
}
/* === Only Small devices (landscape phones, 576px to 767px) ===*/
@media (min-width: 576px) and (max-width: 767px) {
#about4 .caption {
position: relative;
text-align: center;
padding: 3rem;
}
}
/* =======================================
demo css
========================================*/
/*=== for demo only ===*/
.demo-title {
text-align: center;
color: #808080;
padding-top: 20vh;
padding-bottom: 20vh;
}
.about {
margin-bottom: 1rem;
}
.demo-more {
text-align: center;
color: #808080;
padding-top: 10vh;
padding-bottom: 10vh;
}
.demo-more i {
color: #696969;
}
a {
text-decoration: underline;
color: #696969;
font-weight: 600;
}
a:hover {
color: #696969;
}
body {
overflow-x: hidden;
}
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 4.0.0-beta included, to get the result that you can see in the preview selection
Download
// contribute on github : https://github.com/alphadsy/alpha-ui
// credits:
// bootstrap
// font-awesome
// stocksnap

About this bootstrap example/template
This example/template, About Sections User Interface, was published on Dec 19th 2017, 00:10 by shu3ayb badran 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 774 views, Using this bootstrap snippet you have the following benefits:
Bootstrap 4.0.0-beta
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js'></script>
This code example is based on bootstrap 4.0.0-beta 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