updated users page to resolve conflict
This commit is contained in:
+1
-106
@@ -172,83 +172,8 @@ class Users extends React.Component {
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* END FEATURES-5 HOLDER */}
|
||||
</div> {/* End container */}
|
||||
</section> {/* END FEATURES-5 */}
|
||||
{/* SECTION DIVIDER
|
||||
============================================= */}
|
||||
<div className="divider-wrapper text-center"><div className="section-divider" /></div>
|
||||
{/* CONTENT-11
|
||||
============================================= */}
|
||||
<section id="content-11" className="pt-100 content-section division">
|
||||
<div className="container">
|
||||
{/* SECTION TITLE */}
|
||||
<div className="row">
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="section-title text-center mb-60 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Title */}
|
||||
<h2 className="h2-md">{meetFriends.title}</h2>
|
||||
{/* Text */}
|
||||
<p className="p-xl">{meetFriends.desc}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* IMAGE BLOCK */}
|
||||
<div className="row">
|
||||
<div className="col-md-12">
|
||||
<div className="img-block text-center wow fadeInUp" data-wow-delay="0.6s">
|
||||
<img className="img-fluid" src="assets/images/socials.png" alt="content-image" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End container */}
|
||||
</section> {/* END CONTENT-11 */}
|
||||
{/* STATISTIC-2
|
||||
============================================= */}
|
||||
<div id="statistic-2" className="wide-60 statistic-section division">
|
||||
<div className="container">
|
||||
{/* STATISTIC-2 WRAPPER */}
|
||||
<div className="statistic-2-wrapper pc-35 text-center">
|
||||
<div className="row">
|
||||
{/* STATISTIC BLOCK #1 */}
|
||||
<div id="sb-2-1" className="col-sm-6 col-lg-3">
|
||||
<div className="statistic-block mb-40 wow fadeInUp" data-wow-delay="0.4s">
|
||||
{/* Digit */}
|
||||
<h2 className="h2-title-sm statistic-number text-purple-gradient"><span className="count-element">{stats.fastAccess.count}</span>%</h2>
|
||||
{/* Text */}
|
||||
<h5 className="h5-xs">{stats.fastAccess.title}</h5>
|
||||
</div>
|
||||
</div>
|
||||
{/* STATISTIC BLOCK #2 */}
|
||||
<div id="sb-2-2" className="col-sm-6 col-lg-3">
|
||||
<div className="statistic-block mb-40 wow fadeInUp" data-wow-delay="0.6s">
|
||||
{/* Digit */}
|
||||
<h2 className="h2-title-sm statistic-number text-purple-gradient"><span className="count-element">{stats.appPro.count}</span>%</h2>
|
||||
{/* Text */}
|
||||
<h5 className="h5-xs">{stats.appPro.title}</h5>
|
||||
</div>
|
||||
</div>
|
||||
{/* STATISTIC BLOCK #3 */}
|
||||
<div id="sb-2-3" className="col-sm-6 col-lg-3">
|
||||
<div className="statistic-block mb-40 wow fadeInUp" data-wow-delay="0.8s">
|
||||
{/* Digit */}
|
||||
<h2 className="h2-title-sm statistic-number text-purple-gradient"><span className="count-element">{stats.secureAccess.count}</span>%</h2>
|
||||
{/* Text */}
|
||||
<h5 className="h5-xs">{stats.secureAccess.title}</h5>
|
||||
</div>
|
||||
</div>
|
||||
{/* STATISTIC BLOCK #4 */}
|
||||
<div id="sb-2-4" className="col-sm-6 col-lg-3">
|
||||
<div className="statistic-block mb-40 wow fadeInUp" data-wow-delay="1s">
|
||||
{/* Digit */}
|
||||
<h2 className="h2-title-sm statistic-number text-purple-gradient"><span className="count-element">{stats.batSaving.count}</span>%</h2>
|
||||
{/* Text */}
|
||||
<h5 className="h5-xs">{stats.batSaving.title}</h5>
|
||||
</div>
|
||||
</div>
|
||||
</div> {/* End row */}
|
||||
</div> {/* END STATISTIC-2 WRAPPER */}
|
||||
</div> {/* End container */}
|
||||
</div> {/* END STATISTIC-2 */}
|
||||
</section> {/* END FEATURES-5 */}
|
||||
{/* CONTENT-12
|
||||
============================================= */}
|
||||
<section id="content-12" className="mb-60 content-section division">
|
||||
@@ -985,36 +910,6 @@ let heroSection = {
|
||||
}
|
||||
};
|
||||
|
||||
//CONNECT WITH FRIENDS SECTION
|
||||
let meetFriends = {
|
||||
title: `Chat with Your Friends Easily`,
|
||||
desc: `Aliquam a augue suscipit, luctus neque purus ipsum neque at dolor primis libero
|
||||
tempus, blandit and cursus varius magna tempus a dolor`
|
||||
}
|
||||
|
||||
//STATISTICS
|
||||
let stats = {
|
||||
fastAccess:{
|
||||
count: `28`,
|
||||
title: `Faster Access`
|
||||
},
|
||||
|
||||
appPro:{
|
||||
count: `47`,
|
||||
title: `App Productivity`
|
||||
},
|
||||
|
||||
secureAccess:{
|
||||
count: `54`,
|
||||
title: `Secure Access`
|
||||
},
|
||||
|
||||
batSaving:{
|
||||
count: `36`,
|
||||
title: `Battery Saving`
|
||||
},
|
||||
}
|
||||
|
||||
// FLOAT AUTOMATION SECTION
|
||||
let automate = {
|
||||
title: `Work smarter with powerful automation`,
|
||||
|
||||
Reference in New Issue
Block a user