svaze's picture
Upload 125 files
5026c77 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IndiaPost | Home</title>
<link rel="stylesheet" href="../static/style.css" />
</head>
<body>
<!-- <h1 class="mock-text">This is a mock website.</h1> -->
<div class="navbar-full">
<div class="navbar-top">
<div class="search-icon-div">
<img
src="../static/images/search.svg"
alt="Q"
height="13px"
width="13px"
/>
</div>
<div class="top-level-buttons">
<div class="top-level-button">
<img
src="../static/images/globe.svg"
alt="Q"
height="13px"
width="13px"
/>
English
</div>
{% if not Name %}
<div class="top-level-button">
<img
src="../static/images/user.svg"
alt="Q"
height="13px"
width="13px"
/>
<a href="login.html">Sign In</a>
</div>
<div class="top-level-button">
<img
src="../static/images/user-add.svg"
alt="Q"
height="13px"
width="13px"
/>
<a href="register.html">Register</a>
</div>
{% else %}
<div class="top-level-button">
<img
src="../static/images/user.svg"
alt="Q"
height="13px"
width="13px"
/>
{{Name}}
</div>
<div class="top-level-button">
<img
src="../static/images/logout.svg"
alt="Q"
height="13px"
width="13px"
/>
<a href="logout.html">Logout</a>
</div>
{% endif %}
</div>
</div>
<div class="navbar-bottom">
<div class="logo-container">
<h2 class="logo">INDIA POST</h2>
</div>
<div class="quick-links-container">
<button class="quick-link">
<a
href="trackconsignment.html"
style="text-decoration: none; color: black"
>
Quick Tools
</a>
</button>
<button class="quick-link">
<a
href="findpincode.html"
style="text-decoration: none; color: black"
>
Send
</a>
</button>
<button class="quick-link">
<a
href="locatepostoffice.html"
style="text-decoration: none; color: black"
>
Receive
</a>
</button>
<button class="quick-link">
<a
href="buystamps.html"
style="text-decoration: none; color: black"
>
Shop
</a>
</button>
<button class="quick-link">
<a href="tenders.html" style="text-decoration: none; color: black">
Business
</a>
</button>
<button class="quick-link">
<a href="/" style="text-decoration: none; color: black"> Home </a>
</button>
</div>
</div>
</div>
<div class="homepage-container">
<div class="banner">
<img src="../static/images/bg1.jpg" alt="" />
<div class="text-backdrop">
<h1>Bhartiya Dak</h1>
<h2>Dak Seva - Jan Seva</h2>
</div>
</div>
<div class="features-container features-container-ext">
<div class="indi-feature">
<a href="trackconsignment.html">
<img
src="../static/images/shipping-timed.svg"
alt="Q"
height="30px"
width="30px"
/>
</a>
<h2>Track and Trace</h2>
</div>
<div class="indi-feature">
<a href="https://www.ippbonline.com/web/ippb">
<img
src="../static/images/shop.svg"
alt="Q"
height="30px"
width="30px"
/>
</a>
<h2>Indian Post Bank</h2>
</div>
<div class="indi-feature">
<a href="calculatepostage.html">
<img
src="../static/images/truck-check.svg"
alt="Q"
height="30px"
width="30px"
/>
</a>
<h2>Informed Delivery</h2>
</div>
<div class="indi-feature">
<a href="buystamps.html">
<img
src="../static/images/document.svg"
alt="Q"
height="30px"
width="30px"
/>
</a>
<h2>Buy Stamps and Supplies</h2>
</div>
</div>
<div class="footer">
<div class="footer-top">
<div class="internal-links">
<a href="#">Home</a>
<a href="trackconsignment.html">Quick Tools</a>
<a href="recruitment.html">Recruitments</a>
<a href="tenders.html">Tenders</a>
<a href="addhaarbooking.html">Adhaar Booking</a>
<!-- <a href="hi">Help</a> -->
</div>
<div class="external-links">
<a href="https://www.instagram.com/indiapost_dop/">
<img
src="../static/images/instagram.svg"
alt="Q"
height="15px"
width="15px"
/>
</a>
<a
href="https://www.facebook.com/pages/Department-of-Posts-Govt-of-india/1577722879122378?ref=hl"
>
<img
src="../static/images/facebook.svg"
alt="Q"
height="15px"
width="15px"
/>
</a>
<a href="https://www.twitter.com/indiapostoffice">
<img
src="../static/images/twitter-alt.svg"
alt="Q"
height="15px"
width="15px"
/>
</a>
</div>
</div>
<div class="footer-text">
This website is not the official India Post website it is just a mock
website for project.
</div>
</div>
</div>
</body>
</html>