-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (95 loc) · 5.58 KB
/
index.html
File metadata and controls
106 lines (95 loc) · 5.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<title>Narpadham</title>
<link rel="icon" type="image/x-icon" href="images/logo.png">
<link rel="stylesheet" href="styles.css">
</head>
<body style="background-color: rgb(255, 240, 222);">
<header>
<nav >
<img src="images/logo.png" style="width: 125px; height: auto;">
<!--<h1>Just Be Unique</h1>-->
<ul>
<li><a href="#">Home</a></li>
<li><a href="aboutus.html">About us</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="#cont">Contact us</a></li>
</ul>
</nav>
</header>
<main>
<section class="container">
<div class="boxleft">
<h2 class="title">Narpadham – Tasty Traditions, Healthy Creations</h2>
<div style="display: flex; align-items: center; margin-top: 5%; margin-bottom: 5%;">
<hr style="border: 3px solid rgb(255, 0, 0); width: 30%; margin-right: 3%; margin-left: 18%; ">
<hr style="border: 3px solid rgb(255, 183, 0); width: 30%;">
</div>
<p class="description">At <b>Narpadham</b>, we bring you traditional, healthy foods that nourish body and soul. From organic grains and spices to artisanal snacks, every product is crafted with care, celebrating our rich culinary heritage. Taste wellness, one bite at a time.</p>
<a href="aboutus.html"><button class="order-button">read more</button></a>
</div>
<div class="boxright">
<img src="images/vadagam.png" alt="Narpadham Logo" style="width: 100%; height: auto;">
<!-- You can add logo or introductory text here -->
</div>
</section>
<section class="container2">
<img class="img2" src="images/generated-image.png">
<div class="boxright2">
<h2 class="title2">Our Products</h2>
<div style="display: flex; align-items: center; margin-top: 5%; margin-bottom: 5%;">
<hr style="border: 3px solid rgb(255, 0, 0); width: 30%; margin-right: 3%; margin-left: 18%; ">
<hr style="border: 3px solid rgb(255, 183, 0); width: 30%;">
</div>
<p class="description2">We offer a variety of products that are <b>100% homemade</b>, crafted with the utmost hygiene, love, and care. Each item is made using traditional methods to ensure authentic taste and quality. Explore our wholesome range that brings health and heritage to your table.
Click the button below to discover our products!</p>
<a href="products.html"><button class="order-button2">Explore now</button></a>
</div>
</section>
<section class="container3">
<div style="width: 100%;">
<h2 class="title3" >Customer Reviews</h2>
<p class="description3">what our customers feels about our products !!!</p>
<div style="display: flex; align-items: center; margin-top: 2%; margin-bottom: 2%;">
<hr style="border: 3px solid rgb(255, 0, 0); width: 20%; margin-right: 1%; margin-left: 29%; ">
<hr style="border: 3px solid rgb(255, 183, 0); width: 20%;">
</div>
</div>
</section>
<section class="container-reviews">
<div style="text-align: center;">
<img class="reviews" src="images/1.png" alt="Reviews" style="display: inline-block;">
<img class="reviews" src="images/2.png" alt="Reviews" style="display: inline-block;">
<img class="reviews" src="images/3.png" alt="Reviews" style="display: inline-block;">
<img class="reviews" src="images/4.png" alt="Reviews" style="display: inline-block;">
</div>
</section>
</main>
<footer>
<section class="lastp" id="cont">
<div class="footer-column">
<h3>Contact Us</h3>
<p>Email: narpadham@gmail.com</p>
<p>Phone: +91 9876543210</p>
<p>Address: 123, Chennai, TN</p>
</div>
<div class="footer-column">
<h3>Quick Links</h3>
<p><a href="#">Home</a></p>
<p><a href="products.html">Products</a></p>
<p><a href="aboutus.html">About us</a></p>
</div>
<div class="footer-column">
<h3>Socials</h3>
<p><a href="https://www.instagram.com/narpadhamfoods/?hl=en" target="_blank">Instagram</a></p>
<p><a href="https://www.facebook.com/people/Narpadham-Foods/61550052012899/" target="_blank">Facebook</a></p>
<p><a href="https://www.linkedin.com/in/udayamathi-mohan-5aa59a4a/?originalSubdomain=in" target="_blank">LinkedIn</a></p>
</div>
</section>
<section class="endcard">
<h2 class="endtitle">Healthy food - Healthy life</h2>
</section>
</footer>
</body>
</html>