first commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
import React, {component} from 'react';
|
||||
|
||||
class Banner extends React.Component {
|
||||
render(){
|
||||
return(
|
||||
<div>
|
||||
|
||||
<div id="banner_cover" className="owl-carousel owl-theme" >
|
||||
<div className="item">
|
||||
<div className="banner_text">
|
||||
<h1>Great Taste Knows <br/>No Boundaries</h1>
|
||||
<a className="custom_button" href="product.html">View Products</a>
|
||||
</div>
|
||||
<img src="assets/images/banner_01.jpg" alt="..."/>
|
||||
</div>
|
||||
<div className="item">
|
||||
<div className="banner_text white_text">
|
||||
<h1>Great Taste Knows <br/>No Boundaries</h1>
|
||||
<a className="custom_button" href="product.html">View Products</a>
|
||||
</div>
|
||||
<img src="assets/images/banner_02.jpg" alt="..."/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
export default Banner
|
||||
@@ -0,0 +1,19 @@
|
||||
import React, {component} from 'react';
|
||||
|
||||
class Breadcrumb extends React.Component {
|
||||
render(){
|
||||
return(
|
||||
<div>
|
||||
|
||||
<div class="bread_cover">
|
||||
<div class="container">
|
||||
<h2>Contact</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default Breadcrumb
|
||||
@@ -0,0 +1,73 @@
|
||||
import React, {component} from 'react';
|
||||
import { Link } from "react-router-dom";
|
||||
|
||||
class Footer extends React.Component {
|
||||
render(){
|
||||
return(
|
||||
<div>
|
||||
<footer id="footer-3" className="footer division">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="row">
|
||||
<div className="col-sm-6 col-md-4 col-lg-3">
|
||||
<div className="footer-links mb-40">
|
||||
<ul className="foo-links clearfix">
|
||||
<li><p className="p-md"><Link to="/#">App Features</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Integrations</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">App Updates</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Help & Support</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Customer Stories</Link></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-md-4 col-lg-3">
|
||||
<div className="footer-links mb-40">
|
||||
<ul className="foo-links clearfix">
|
||||
<li><p className="p-md"><Link to="/#">Our Blog</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Customer Stories</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Help & Support</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Life Chatting</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Resources</Link></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-md-4 col-lg-3">
|
||||
<div className="footer-links mb-40">
|
||||
<ul className="foo-links clearfix">
|
||||
<li><p className="p-md"><Link to="/#">About Us</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Press & Media</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Advertising</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Privacy Policy</Link></p></li>
|
||||
<li><p className="p-md"><Link to="/#">Terms & Privacy</Link></p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-md-8 col-lg-3">
|
||||
<div className="footer-store-badges text-right mb-40">
|
||||
<Link to="/#" className="store">
|
||||
<img className="appstore" src="assets/images/appstore.png" alt="appstore-badge" />
|
||||
</Link>
|
||||
<Link to="/#" className="store">
|
||||
<img className="googleplay" src="assets/images/googleplay.png" alt="googleplay-badge" />
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="row">
|
||||
<div className="col-lg-10 offset-lg-1">
|
||||
<div className="bottom-footer footer-copyright text-center">
|
||||
<p>© 2023 Float Mobility with Intelligence. All Rights Reserved</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
export default Footer
|
||||
@@ -0,0 +1,112 @@
|
||||
import React, {component} from 'react';
|
||||
import { Link } from "react-router-dom";
|
||||
|
||||
class Header extends React.Component {
|
||||
render(){
|
||||
return(
|
||||
<div>
|
||||
|
||||
<header id="header" className="header white-menu navbar-dark">
|
||||
|
||||
<div className="header-wrapper">
|
||||
|
||||
<div className="wsmobileheader clearfix">
|
||||
<span className="smllogo"><img src="assets/images/logo-01.png" alt="mobile-logo"/></span>
|
||||
<Link to="#" id="wsnavtoggle" className="wsanimated-arrow"><span></span></Link>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div className="wsmainfull menu clearfix">
|
||||
<div className="wsmainwp clearfix">
|
||||
|
||||
|
||||
|
||||
<div className="desktoplogo"><Link to="/demo" className="logo-black"><img src="assets/images/logo-01.png" alt="header-logo"/></Link></div>
|
||||
<div className="desktoplogo"><Link to="/demo" className="logo-white"><img src="assets/images/logo-white.png" alt="header-logo"/></Link></div>
|
||||
|
||||
|
||||
|
||||
<nav className="wsmenu clearfix">
|
||||
<ul className="wsmenu-list nav-rose-hover">
|
||||
|
||||
<li aria-haspopup="true"><Link to="/">Home</Link>
|
||||
{/* <div className="wsmegamenu clearfix halfmenu">
|
||||
<div className="container-fluid">
|
||||
<div className="row">
|
||||
<ul className="col-lg-6 link-list">
|
||||
<li><Link to="/">Home</Link></li>
|
||||
<li><Link to="/home_2">Home 2</Link></li>
|
||||
<li><Link to="/home_3">Home 3</Link></li>
|
||||
<li><Link to="/home_4">Home 4</Link></li>
|
||||
<li><Link to="/home_5">Home 5</Link></li>
|
||||
<li><Link to="/home_6">Home 6</Link></li>
|
||||
</ul>
|
||||
<ul className="col-lg-6 link-list">
|
||||
<li><Link to="/home_7">Home 7</Link></li>
|
||||
<li><Link to="/home_8">Home 8</Link></li>
|
||||
<li><Link to="/home_9">Home 9</Link></li>
|
||||
<li><Link to="/home_10">Home 10</Link></li>
|
||||
<li><Link to="/home_11">Home 11</Link></li>
|
||||
<li><Link to="/home_12">Home 12</Link></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div> */}
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li className="nl-simple" aria-haspopup="true"><Link to="/about">About NordEx</Link></li>
|
||||
<li aria-haspopup="true"><Link to="#">Pages <span className="wsarrow"></span></Link>
|
||||
<div className="wsmegamenu clearfix halfmenu">
|
||||
<div className="container-fluid">
|
||||
<div className="row">
|
||||
|
||||
<ul className="col-lg-6 link-list">
|
||||
<li><Link to="features">Features</Link></li>
|
||||
<li><Link to="/pricing">Pricing Plans</Link></li>
|
||||
<li><Link to="/more_apps">More Apps</Link></li>
|
||||
<li><Link to="/faqs">FAQs Page</Link></li>
|
||||
</ul>
|
||||
|
||||
<ul className="col-lg-6 link-list">
|
||||
<li><Link to="/blog_listing">Blog Listing</Link></li>
|
||||
<li><Link to="/single_post">Single Blog Post</Link></li>
|
||||
<li><Link to="/terms">Terms & Privacy</Link></li>
|
||||
<li><Link to="/contacts">Contact Us</Link></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li className="nl-simple" aria-haspopup="true"><Link to="/faqs">FAQs</Link></li>
|
||||
<li className="nl-simple" aria-haspopup="true"><Link to="/more_apps">More Apps</Link></li>
|
||||
<li className="nl-simple" aria-haspopup="true"><Link to="/blog_listing">Blog</Link></li>
|
||||
<li className="nl-simple" aria-haspopup="true">
|
||||
<Link to="/contacts" className="btn btn-rose tra-grey-hover last-link">Let's Started</Link>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
export default Header
|
||||
Reference in New Issue
Block a user