Hero adjusted
This commit is contained in:
+18
-47
@@ -18,58 +18,29 @@ class Fleet extends React.Component {
|
|||||||
{/* HEADER
|
{/* HEADER
|
||||||
============================================= */}
|
============================================= */}
|
||||||
|
|
||||||
{/* HERO-10
|
|
||||||
|
{/* HERO
|
||||||
============================================= */}
|
============================================= */}
|
||||||
<section id="hero-10" className="bg_fixed hero-section division">
|
<section id="hero" className="bg-fixed hero-section division">
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col-xl-10 offset-xl-1">
|
<div className="col-md-12">
|
||||||
<div className="row d-flex align-items-center m-row">
|
{/* HERO TEXT */}
|
||||||
{/* HERO TEXT */}
|
<div className="hero-txt white-color text-center">
|
||||||
<div className="col-md-7 col-lg-6 m-top">
|
<span className="version">HTML</span>
|
||||||
<div className="hero-10-txt white-color wow fadeInRight" data-wow-delay="0.6s">
|
<h2>Premium HTML5 App Landing Pages Pack</h2>
|
||||||
{/* App Logo */}
|
<p>A great collection of flexible, ultra modern & creative landing page templates to promote your mobile App, services or business projects
|
||||||
<div className="hero-app-logo"><img className="img-fluid" src="assets/images/app-logo-fit.png" alt="hero-app-logo" /></div>
|
</p>
|
||||||
{/* Title */}
|
|
||||||
<h2 className="h2-lg">Healthy Mind In A Healthy Body</h2>
|
|
||||||
{/* STORE BADGES */}
|
|
||||||
<div className="stores-badge mb-10">
|
|
||||||
{/* AppStore */}
|
|
||||||
<a href="#" className="store">
|
|
||||||
<img className="appstore" src="assets/images/appstore-white.png" alt="appstore-badge" />
|
|
||||||
</a>
|
|
||||||
{/* Google Play */}
|
|
||||||
<a href="#" className="store">
|
|
||||||
<img className="googleplay" src="assets/images/googleplay-white.png" alt="googleplay-badge" />
|
|
||||||
</a>
|
|
||||||
{/* Aamazon Market
|
|
||||||
<a href="#" class="store">
|
|
||||||
<img class="amazonl" src="assets/images/amazon.png" alt="amazon-badge" />
|
|
||||||
</a> */}
|
|
||||||
{/* Mac AppStore
|
|
||||||
<a href="#" class="store">
|
|
||||||
<img class="mac-appstore" src="assets/images/macstore.png" alt="macstore-badge" />
|
|
||||||
</a> */}
|
|
||||||
{/* Microsoft Store
|
|
||||||
<a href="#" class="store">
|
|
||||||
<img class="microsoft" src="assets/images/microsoft.png" alt="microsoft-badge" />
|
|
||||||
</a> */}
|
|
||||||
</div> {/* END STORE BADGES */}
|
|
||||||
{/* OS Prerequisite */}
|
|
||||||
<span className="os-version">Available for iOS 8 and Android Devices From 5.5</span>
|
|
||||||
</div>
|
|
||||||
</div> {/* END HERO TEXT */}
|
|
||||||
{/* HERO IMAGE */}
|
|
||||||
<div className="col-md-5 col-lg-6 m-bottom">
|
|
||||||
<div className="hero-10-img wow fadeInLeft" data-wow-delay="0.4s">
|
|
||||||
<img className="img-fluid" src="assets/images/hero-10-img.png" alt="hero-image" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
{/* HERO IMAGE */}
|
||||||
|
<div className="hero-img"><img className="img-fluid" src="assets/images-demo/hero-img.png" alt="hero-image" /></div>
|
||||||
</div>
|
</div>
|
||||||
</div> {/* End row */}
|
</div> {/* End row */}
|
||||||
</div> {/* End container */}
|
</div> {/* End container */}
|
||||||
</section> {/* END HERO-10 */}
|
</section> {/* END HERO */}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{/* CONTENT-2
|
{/* CONTENT-2
|
||||||
============================================= */}
|
============================================= */}
|
||||||
<section id="content-2" className="wide-50 content-section division">
|
<section id="content-2" className="wide-50 content-section division">
|
||||||
|
|||||||
Reference in New Issue
Block a user