checkout
This commit is contained in:
127
checkout.html
127
checkout.html
@@ -8,8 +8,39 @@
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body class="bg-light">
|
||||
|
||||
<!-- navigation bar -->
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" data-navbar-on-scroll="data-navbar-on-scroll">
|
||||
<div class="container">
|
||||
<a class="navbar-brand d-inline-flex" href="index.html">
|
||||
<img class="d-inline-block" src="assets/img/gallery/logo.svg" alt="logo" />
|
||||
<span class="text-1000 fs-3 fw-bold ms-2 text-gradient">Chopfood</span></a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"> </span></button>
|
||||
|
||||
<!-- location -->
|
||||
<div class="collapse navbar-collapse border-top border-lg-0 my-2 mt-lg-0" id="navbarSupportedContent">
|
||||
<div class="mx-auto pt-5 pt-lg-0 d-block d-lg-none d-xl-block">
|
||||
<p class="mb-0 fw-bold text-lg-center">Deliver to:
|
||||
<i class="fa fa-map-marker-alt text-warning"></i>
|
||||
<span class="fw-normal">Current Location </span><span>Necco Bus Sop, Mando</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- login button -->
|
||||
<form class="d-flex mt-4 mt-lg-0 ms-lg-auto ms-xl-0 d-block ">
|
||||
<button class="btn btn-white shadow-warning text-warning" type="submit"> <i class="fa fa-user me-2"></i>Login</button>
|
||||
</form>
|
||||
|
||||
<!-- toggle button -->
|
||||
<div>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<!-- end of navigation -->
|
||||
|
||||
|
||||
<div class="container mt-5 pt-5">
|
||||
<div class="row">
|
||||
<div class="col-md-4 order-md-2 mb-4">
|
||||
<h4 class="d-flex justify-content-between align-items-center mb-3">
|
||||
@@ -22,32 +53,32 @@
|
||||
<h6 class="my-0">Product name</h6>
|
||||
<small class="text-muted">Brief description</small>
|
||||
</div>
|
||||
<span class="text-muted">$12</span>
|
||||
<span class="text-muted">N12</span>
|
||||
</li>
|
||||
<li class="list-group-item d-flex justify-content-between lh-condensed">
|
||||
<div>
|
||||
<h6 class="my-0">Second product</h6>
|
||||
<small class="text-muted">Brief description</small>
|
||||
</div>
|
||||
<span class="text-muted">$8</span>
|
||||
<span class="text-muted">N8</span>
|
||||
</li>
|
||||
<li class="list-group-item d-flex justify-content-between lh-condensed">
|
||||
<div>
|
||||
<h6 class="my-0">Third item</h6>
|
||||
<small class="text-muted">Brief description</small>
|
||||
</div>
|
||||
<span class="text-muted">$5</span>
|
||||
<span class="text-muted">N5</span>
|
||||
</li>
|
||||
<li class="list-group-item d-flex justify-content-between bg-light">
|
||||
<div class="text-success">
|
||||
<h6 class="my-0">Promo code</h6>
|
||||
<small>EXAMPLECODE</small>
|
||||
</div>
|
||||
<span class="text-success">-$5</span>
|
||||
<span class="text-success">-N5</span>
|
||||
</li>
|
||||
<li class="list-group-item d-flex justify-content-between">
|
||||
<span>Total (USD)</span>
|
||||
<strong>$20</strong>
|
||||
<span>Total (NGN)</span>
|
||||
<strong>N20</strong>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -201,7 +232,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<hr class="mb-4">
|
||||
<button class="btn btn-primary btn-lg btn-block" type="submit">Continue to checkout</button>
|
||||
<div class="d-grid gap-2 col-6">
|
||||
<button class="btn btn-lg btn-block btn-warning" type="submit">Continue to checkout</button>
|
||||
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
@@ -209,5 +243,82 @@
|
||||
</div>
|
||||
|
||||
|
||||
<!-- <footer> begin ============================-->
|
||||
<section class="mt-3 pt-5 bg-black">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-6 col-md-4 col-lg-3 col-xxl-2 mb-3">
|
||||
<h5 class="lh-lg fw-bold text-white">COMPANY</h5>
|
||||
<ul class="list-unstyled mb-md-4 mb-lg-0">
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">About Us</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Team</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Careers</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">blog</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-6 col-md-4 col-lg-3 col-xxl-2 col-lg-3 mb-3">
|
||||
<h5 class="lh-lg fw-bold text-white">CONTACT</h5>
|
||||
<ul class="list-unstyled mb-md-4 mb-lg-0">
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Help & Support</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Partner with us </a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Ride with us</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Ride with us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-6 col-md-4 col-lg-3 col-xxl-2 mb-3">
|
||||
<h5 class="lh-lg fw-bold text-white">LEGAL</h5>
|
||||
<ul class="list-unstyled mb-md-4 mb-lg-0">
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Terms & Conditions</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Refund & Cancellation</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Privacy Policy</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Cookie Policy</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-6 col-md-4 col-lg-3 col-xxl-2 mb-3">
|
||||
<h5 class="lh-lg fw-bold text-white">OUR TOP CITIES</h5>
|
||||
<ul class="list-unstyled mb-md-4 mb-lg-0">
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Kaduna</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Abuja</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Lagos</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Calabar</a></li>
|
||||
<li class="lh-lg"><a class="text-200 text-decoration-none" href="#!">Benin</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-12 col-md-8 col-lg-6 col-xxl-4">
|
||||
<h5 class="lh-lg fw-bold text-white text-500">FOLLOW US</h5>
|
||||
<div class="text-start my-3">
|
||||
<a href="#"> <i class="fa fa-facebook fa-2x"></i> </a>
|
||||
<a href="#"> <i class="fa fa-twitter fa-2x"></i></a>
|
||||
<a href="#"> <i class="fa fa-instagram fa-2x"></i></a>
|
||||
</div>
|
||||
|
||||
<h3 class="text-500 my-4 text-white">Receive exclusive offers and <br />discounts in your mailbox</h3>
|
||||
<div class="input-group flex-nowrap">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text" id="addon-wrapping">
|
||||
<i class="fa fa-envelope fa-2x"></i>
|
||||
</span>
|
||||
</div>
|
||||
<input type="text" class="form-control" placeholder="Email" aria-label="Email" aria-describedby="addon-wrapping">
|
||||
<button class="btn btn-primary" type="submit">Subscribe</button>
|
||||
</div>
|
||||
|
||||
<div class="col-auto">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="border border-800" />
|
||||
<div class="row flex-center pb-3">
|
||||
<div class="col-md-6 order-0">
|
||||
<p class="text-200 text-center text-md-start">All rights Reserved ©Chopfood, 2021</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
<!-- <footer> end ============================-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user