-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoughnut.html
More file actions
104 lines (101 loc) · 4.03 KB
/
Copy pathdoughnut.html
File metadata and controls
104 lines (101 loc) · 4.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Online Delivery | Sweet Tooth Factory</title>
<link rel="stylesheet" href="doughnut.css">
<link rel="shortcut icon" href="img/fav.ico" type="image/x-icon">
<link rel="icon" href="img/fav.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<section id="main">
<nav>
<a href="https://dhairyak-20.github.io/sweet_tooth_factory/" class="logo"><img src="img/logo_copy.png" alt="Logo" class="logo"></a>
<ul class="menu">
<li><a href="index.html"><b>Home</b></a></li>
<li><a href="cake.html"><b>Cakes</b></a></li>
<li><a href="cupcake.html"><b>Cupcakes</b></a></li>
<li><a href="#" id="active"><b>Doughnuts</b></a></li>
<li><a href="offer.html"><b>Offers</b></a></li>
<li><a href="contact.html"><b>Contact Us</b></a></li>
</ul>
</nav>
</section>
<section class="content">
<img src="img/Doughnut.png" alt="">
<div class="contenttext">
<h1>Everything is better with Doughnuts!</h1>
<p>Did You Know: Over 10 Billion Doughnuts are made in The U.S. Each Year.</p>
<p>Contact Us to place your order.</p>
</div>
</section>
<hr>
<section class="donut">
<h1 align="center">Doughnuts</h1>
<div class="row">
<div class="column">
<div class="pi">
<img src="img/d (1).jpg" alt="" style="width: 80%;">
<p>Rainbow Sprinkled ₹ 249/-</p>
</div>
</div>
<div class="column">
<div class="pi">
<img src="img/d (1).png" alt="" style="width: 80%;">
<p>Doughnut Overloaded ₹ 449/-</p>
</div>
</div>
<div class="column">
<div class="pi">
<img src="img/d (2).jpg" alt="" style="width: 80%;">
<p>Blueberry-Flower Designed Doughnut. Pack of 9 ₹ 1449/-</p>
</div>
</div>
<div class="column">
<div class="pi">
<img src="img/d (4).jpg" alt="" style="width: 80%;">
<p>Pack of 12 Doughnuts ₹ 1299/-</p>
</div>
</div>
</div>
</section>
<section class="donut">
<div class="row">
<div class="column">
<div class="pi">
<img src="img/d1.jpg" alt="" style="width: 80%;">
<p>Doughnut Tree For Marriage Occasions ₹ 2449/-</p>
</div>
</div>
<div class="column">
<div class="pi">
<img src="img/d (6).jpg" alt="" style="width: 80%;">
<p>Pack of 3. ₹ 399/-</p>
</div>
</div>
<div class="column">
<div class="pi">
<img src="img/d (7).jpg" alt="" style="width: 80%;">
<p>Chocolate Sprinkled <br> Doughnuts. Pack of 3. ₹ 399</p>
</div>
</div>
<div class="column">
<div class="pi">
<img src="img/d (3).jpg" alt="" style="width: 80%;">
<p>Suprise Box. Get any* random Doughnut from us. Pack of 3. ₹ 499/-</p>
</div>
</div>
</div>
</section>
<hr id="hr">
<footer>
<div class="footcontent">
<p>© 2021 Sweet Tooth Factory</p>
</div>
</footer>
</body>
</html>