1. First, we need fresh reactjs setup, and for that, we need to run below commands into out terminal, and also we should have latest node version installed on our system:
npx create-react-app my-awesome-project
cd my-awesome-project
npm start
2. Now we need to run below commands into our project terminal to get bootstrap and related modules into our reactjs application:
npm install [email protected] --save
npm start //For start project again
3. Finally for the main output, we need to add below code into our my-awesome-project/src/App.js file or if you have fresh setup then you can replace my-awesome-project/src/App.js file code with below code:
import React from 'react';
import './App.css';
import 'bootstrap/dist/css/bootstrap.min.css';
function App() {
return (
<div>
<link rel="stylesheet" href="https://daneden.github.io/animate.css/animate.min.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"/>
<div class="container bootstrap snippets bootdeys">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="team-member-tab">
<div>
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class=""><a href="#home" aria-controls="home" role="tab" data-toggle="tab" aria-expanded="false">James Anderson</a></li>
<li role="presentation" class=""><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab" aria-expanded="false">Silvia Rodriguez</a></li>
<li role="presentation" class="active"><a href="#messages" aria-controls="messages" role="tab" data-toggle="tab" aria-expanded="true">Jacqueline</a></li>
</ul>
<div class="row">
<div class="tab-content">
<div role="tabpanel" class="tab-pane" id="home">
<div class="team-m-content">
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="team-m-img">
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt=""/>
</div>
</div>
<div class="col-xs-12 col-sm-8 col-md-8">
<div class="team-m-desc">
<h2>James Anderson</h2>
<span>Creative Cheif Executive Officer</span>
<div class="team-m-icon">
<a href="#/"><i class="fa fa-facebook"></i></a>
<a href="#/"><i class="fa fa-google-plus"></i></a>
<a href="#/"><i class="fa fa-twitter"></i></a>
<a href="#/"><i class="fa fa-pinterest-p"></i></a>
<a href="#/"><i class="fa fa-linkedin"></i></a>
</div>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot which was created for the bliss of souls like mine. I am so happy, my dear friend, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.</p>
<div class="skill">
<div class="progress">
<div class="lead"><strong>WOMEN</strong> CLOTH SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="99%" style={{/*width: 99%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"> <span>99%</span></div>
</div>
<div class="progress">
<div class="lead"><strong>MEN</strong> CLOTH SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="90%" style={{/*width: 90%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"><span>90%</span> </div>
</div>
<div class="progress">
<div class="lead"><strong>WOMEN</strong> ACCESSORIES SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="81%" style={{/*width: 81%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"><span>81%</span> </div>
</div>
<div class="progress">
<div class="lead"><strong>MEN</strong> ACCESSORIES SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="71%" style={{/*width: 71%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"><span>71%</span> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane" id="profile">
<div class="team-m-content">
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="team-m-img">
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt=""/>
</div>
</div>
<div class="col-xs-12 col-sm-8 col-md-8">
<div class="team-m-desc">
<h2>Silvia Rodriguez</h2>
<span>Creative General Manager</span>
<div class="team-m-icon">
<a href="#/"><i class="fa fa-facebook"></i></a>
<a href="#/"><i class="fa fa-google-plus"></i></a>
<a href="#/"><i class="fa fa-twitter"></i></a>
<a href="#/"><i class="fa fa-pinterest-p"></i></a>
<a href="#/"><i class="fa fa-linkedin"></i></a>
</div>
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's happened to me.</p>
<div class="skill">
<div class="progress">
<div class="lead"><strong>WOMEN</strong> CLOTH SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="99%" style={{/*width: 99%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"> <span>99%</span></div>
</div>
<div class="progress">
<div class="lead"><strong>MEN</strong> CLOTH SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="90%" style={{/*width: 90%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"><span>90%</span> </div>
</div>
<div class="progress">
<div class="lead"><strong>WOMEN</strong> ACCESSORIES SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="81%" style={{/*width: 81%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"><span>81%</span> </div>
</div>
<div class="progress">
<div class="lead"><strong>MEN</strong> ACCESSORIES SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="71%" style={{/*width: 71%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"><span>71%</span> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane active" id="messages">
<div class="team-m-content">
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="team-m-img">
<img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt=""/>
</div>
</div>
<div class="col-xs-12 col-sm-8 col-md-8">
<div class="team-m-desc">
<h2>John Doe Anderson</h2>
<span>Creative Production Manager</span>
<div class="team-m-icon">
<a href="#/"><i class="fa fa-facebook"></i></a>
<a href="#/"><i class="fa fa-google-plus"></i></a>
<a href="#/"><i class="fa fa-twitter"></i></a>
<a href="#/"><i class="fa fa-pinterest-p"></i></a>
<a href="#/"><i class="fa fa-linkedin"></i></a>
</div>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly
into your mouth. Even the all-powerful Pointing has no control about the blind texts it. is an almost unorthographic.</p>
<div class="skill">
<div class="progress">
<div class="lead"><strong>WOMEN</strong> CLOTH SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="99%" style={{/*width: 99%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"> <span>99%</span></div>
</div>
<div class="progress">
<div class="lead"><strong>MEN</strong> CLOTH SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="90%" style={{/*width: 90%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"><span>90%</span> </div>
</div>
<div class="progress">
<div class="lead"><strong>WOMEN</strong> ACCESSORIES SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="81%" style={{/*width: 81%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"><span>81%</span> </div>
</div>
<div class="progress">
<div class="lead"><strong>MEN</strong> ACCESSORIES SALE</div>
<div class="progress-bar wow fadeInLeft animated" data-progress="71%" style={{/*width: 71%; visibility: visible; animation-duration: 1.5s; animation-delay: 1.2s; animation-name: fadeInLeft;*/}} data-wow-duration="1.5s" data-wow-delay="1.2s"><span>71%</span> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
);
}
export default App;
4. Now we need to add below code into our my-awesome-project/src/App.css file :
/* ===========================
24. Team-member page
==============================*/
.team-member-area {
padding: 66px 0 75px;
}
.team-member-area.anti {
padding: 66px 0;
}
.team-member-tab {
border: 3px solid #eeeeee;
border-radius: 3px;
overflow: hidden;
}
.team-member-tab ul.nav-tabs {
background: #eeeeee none repeat scroll 0 0;
}
.team-member-tab ul.nav-tabs li {} .team-member-tab ul.nav-tabs li {} .team-member-tab ul.nav-tabs li a {
border: medium none;
color: #333;
}
.team-member-tab ul.nav-tabs li a:hover {
background: #F5F5F5
}
.team-member-tab ul.nav-tabs li.active a:hover {
background: #fff
}
.team-member-tab .nav-tabs > li.active > a,
.team-member-tab .nav-tabs > li.active > a:focus,
.team-member-tab .nav-tabs > li.active > a:hover {
background-color: #fff;
border: 0 none;
color: #555;
cursor: default;
}
.team-m-content {
overflow: hidden;
}
.team-m-img {
float: left;
}
.team-m-img img {} .team-m-desc {
margin-right: 20px;
margin-top: 65px;
overflow: hidden;
}
.team-m-desc h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 10px;
}
.team-m-desc span {
display: inline-block;
font-size: 15px;
margin-bottom: 20px;
}
.team-m-icon {} .team-m-icon a {
display: inline-block;
margin-right: 10px;
}
.team-m-icon a i {
border: 1px solid #ddd;
color: #2bcdc1;
font-size: 20px;
height: 35px;
padding-top: 7px;
text-align: center;
width: 35px;
}
.team-m-icon a i:hover {
border: 1px solid #2bcdc1;
}
.team-m-desc p {
margin: 40px 0 0;
}
.team-m-content .service-progress {
margin-top: 40px;
}
.team-m-content .service-progress .progress-title {
font-weight: 300;
}
.team-m-content .service-progress .progress {} .team-m-content .service-progress .progress .progress-bar {} .one-m {
background: #F46E6E
}
.two-m {
background: #5476A9;
}
.three-m {
background: #63AD68
}
.four-m {
background: #F46EB3
}
.team-m-desc .skill {
margin-top: 60px;
}
.team-m-desc .skill .progress .lead {
font-weight: 400;
}
/***** skills *******************/
.skill-content-3 {
overflow: hidden
}
.skill .progress .lead {
color: #444;
font-size: 13px;
font-weight: 700;
left: 0;
position: absolute;
top: -23px;
z-index: 99;
}
.skill .progress {
background-color: #f0f0f0;
border-radius: 0;
box-shadow: none;
height: 5px;
margin-bottom: 40px;
overflow: visible;
position: relative;
}
.skill .progress-bar > span {
background: #333 none repeat scroll 0 0;
float: right;
font-size: 11px;
margin-right: 10px;
margin-top: -26px;
position: relative;
padding: 0 5px;
}
.skill .progress-bar > span:before,
.skill .progress-bar > span:after {
border: medium solid transparent;
content: " ";
height: 0;
pointer-events: none;
position: absolute;
top: 100%;
width: 0;
}
.skill .progress-bar > span:before {
border-top-color: #333;
border-width: 5px;
left: 50%;
margin-left: -5px;
}
.holax-shop h3,
.we-are-good-at h3 {
font-size: 18px;
margin-bottom: 25px;
}
.skill .progress:nth-child(1) .progress-bar {
background: #23C6EC;
}
.skill .progress:nth-child(2) .progress-bar {
background: #EB3B60;
}
.skill .progress:nth-child(3) .progress-bar {
background: #2BCDC0;
}