-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (138 loc) · 7.47 KB
/
index.html
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale1.0">
<link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Telex&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/header.css">
<link rel="stylesheet" href="./assets/css/footer.css">
<title>Bakery</title>
</head>
<body>
<header>
<div class="container">
<img src="./assets/Images/v1033-a-15-a-removebg-preview.svg" alt="logo" width="100px" class="logo" >
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="./pages/products/product_list.html">Products</a></li>
<li><a href="./pages/Log in and Sign up/Log in.html">Log In</a></li>
<li><a href="./pages/Cart/cart.html"><img src="./assets/Images/icon-cart.svg" alt="cart"></a></li>
<li><a href="./pages/Profile/profile.html"><img src="./assets/Images/profile.svg" alt="profile" width="26px"></a></li>
</ul>
</nav>
</header>
<div class="bg-img">
<div class="main">
<div class="main-content">
<div class="content">
<p class="heading">BAKED FRESH EVERYDAY</p>
<p class="para">since 2014, we have strived to provide fresh and high quality baked goods for the Southern Chennai area.
<br> So please enjoy – this is our heritage
</p>
<a href="./pages/products/product_list.html"><button>Order Now</button></a>
</div>
</div>
</div>
</div>
<!-- 2nd fold -->
<div class="fold-2">
<div class="heading-2">
<h1>Like sweets?</h1>
<p>Good! We got lots of them and more</p>
</div>
<div class="products">
<div class="product">
<h2>Banana Salted Caramel Cake</h2>
<p>₹500</p>
<img class="img_size" src="./assets/Images/Cakes/Banana Salted Caramel.png" alt="Banana Caramel Cake">
<a href="./pages/products/products/Cakes/Banana Salted Caramel.html">
<button class="prod_button">Learn more</button>
</a>
</div>
<div class="product">
<h2>Vanila Sprinkle Cake</h2>
<p>₹450</p>
<img class="img_size" src="./assets/Images/Cakes/Vanilla Sprinkle.png" alt="Vanilla Sprinkle Cake">
<a href="./pages/products/products/Cakes/Vanilla Sprinkle.html">
<button class="prod_button">Learn more</button>
</a>
</div>
<div class="product">
<h2>Chocolate Raspberry Cake</h2>
<p>₹650</p>
<img class="img_size" src="./assets/Images/Cakes/Chocolate Raspberry.png" alt="Chocolate Raspberry Cake">
<a href="./pages/products/products/Cakes/Chocolate Raspberry.html">
<button class="prod_button">Learn more</button>
</a>
</div>
</div>
</div>
<div class="about" id="about">
<div class="about-para"><h1> WHO WE ARE AND WHAT MAKES US DIFFERENT?</h1>
<p> Home Bakery is one of only a handful few enduring Craft Bakeries in Chennai. We have assembled our notoriety on consolidating great quality conventional heating with a great incentive for cash.
We offer our clients a full scope of bread, forte bread, morning merchandise, cakes, and baked goods.
Our bread is heated day by day at our pastry shop in Madipakkam and is conveyed to our twelve shops. We utilize profoundly gifted specialty dough punchers to guarantee each portion of bread is flawless without fail.
</p>
</div>
</div>
<div class="categories-head">
<h1>
Categories
</h1>
<p>
Dive into wide range of Baked Goods
</p>
</div>
<div class="categories">
<div>
<a href="./pages/products/product_list.html" alt="Cakes"><p>Cakes</p></a>
</div>
<div>
<a href="./pages/products/product_list.html" alt="Breads"><p>Breads</p></a>
</div>
<div>
<a href="./pages/products/product_list.html" alt="Breakfast Pastries"><p>Breakfast Pastries</p></a>
</div>
</div>
<div class="meet" id="history">
<img src="./assets/Images/female-baker-holding-baked-fresh-macaroons-pastries-tray (1).jpg" width="50%" alt="female baker holding tray">
<div class="meet-para">
<h1>OUR HISTORY</h1>
<p>We always dreamt of walking into a bakery where the aroma of freshly baked bread is wafting through the air. The smell and warmth of a freshly baked loaf of bread is a visceral experience.
Unable to find the bakery of our dreams close to us we opened our own.
Established in 2014, our goal is to make preservative-free, freshly baked bread available to everyone. We cater to both the health conscious and the indulgent gourmand. Following the philosophy of artisanal baking,
our bread is carefully handcrafted using traditional methods - be it a simple loaf of bread or a carefully constructed croissant.</p>
</div>
</div>
<footer>
<div class="foot">
<h1>HOME BAKERY</h1>
<div class="list">
<ul>
<li><h2>ABOUT</h2></li>
<li><a href="./index.html">Homepage</a></li>
<li><a href="../../../../index.html#about">About Us</a></li>
<li><a href="../../../../index.html#history">Our History</a></li>
<li><a href="./pages/products/product_list.html">Products</a></li>
</ul>
<ul>
<li><h2>PRODUCTS</h2></li>
<li><a href="./pages/products/product_list.html">Breads</a></li>
<li><a href="./pages/products/product_list.html">Cakes</a></li>
<li><a href="./pages/products/product_list.html">Breakfast Pastries</a></li>
</ul>
<ul>
<li><h2>FOLLOW US</h2></li>
<a href="https://www.instagram.com/"><li><img src="./assets/Images/instagram.svg" width="40px" alt="Instagram">Instagram</li></a>
<a href="https://twitter.com/"><li><img src="./assets/Images/twitter.svg" width="40px" alt="Twitter">Twitter</li></a>
<a href="https://github.com/"><li><img src="./assets/Images/github.svg" width="40px" alt="Github">GitHub</li></a>
</ul>
</div>
</div>
</footer>
<script>
document.write("Hello World")
</script>
</body>
</html>