-
Notifications
You must be signed in to change notification settings - Fork 0
/
offer.html
52 lines (49 loc) · 2.17 KB
/
offer.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
<!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="offer.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="doughnut.html"><b>Doughnuts</b></a></li>
<li><a href="#" id="active"><b>Offers</b></a></li>
<li><a href="contact.html"><b>Contact Us</b></a></li>
</ul>
</nav>
</section>
<section class="content">
<img class="imgg" src="img/1.png" alt="">
<img class="imgg" src="img/2.png" alt="">
<hr>
<h1 align="center">We are turning 5 this year! 🎉</h1>
<div class="aligndiv">
<img id="oimg" src="img/o1.png" alt="Offer image">
<p align="center" id="content">We are turning 5 this 25th. A very warm thankyou to all of our loving
customers and their support for us. To thank you all for the extreme support, we are giving everyone
special discounts and offers on all our products. Walk in or Contact Us to know all about it and don't
miss this chance.</p>
</div>
<br>
<hr id="hr">
</section>
<footer>
<div class="footcontent">
<p>© 2021 Sweet Tooth Factory.</p>
</div>
</footer>
</body>
</html>