-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (87 loc) · 4.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AURORA-landing Page</title>
<link rel="stylesheet" href="landing.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
</head>
<body class="indx">
<header>
<div class="hd">
<img src="img/avenger.jpg" alt="">
<h2 class="logo">URORA</h2>
</div>
<nav>
<p><a href="signup.htm"><i class="fa-solid fa-user-friends"></i> SignUp</a></p>
<p><a href="#service"><i class="fa-solid fa-bowl-food"></i> Services</a> </p>
<p><a href="#review"> <i class="fa-solid fa-star"></i> Reviews</a></p>
<p><a href="#contact"><i class="fa-solid fa-address-book"></i> Contact</a></p>
</nav>
</header>
<div class="container">
<center>
<h1>THE AURORA</h1>
<h2 style="color: rgb(84, 84, 183);">Discover Culinary Wonders🥳</h3>
<h4 style="font-style: italic;letter-spacing: 1px;line-height: 50px;">Fresh Ingredients. Exquisite Flavors. Unforgettable Experiences❗</h4></center> <br>
<div class="story">
<div>
<h2>Our Story💫</h2>
<p> At AURORA, we believe in the magic of food to bring people together.
Our journey began with a passion for fresh, locally-sourced ingredients
and a dedication to creating dishes that delight the senses.
From farm to table, we take pride in every step of the culinary process,
ensuring that every bite is a celebration of flavor and quality.</p>
</div>
<div>
<img src="img/s4.jpg" alt="">
</div>
</div> <hr style="width: 80%;">
<div class="service">
<div>
<img src="img/del.jpg" alt="">
</div>
<div>
<h2 id="service">Our services🤩</h2>
<h4 style="letter-spacing: 1px;">Enjoy AURORA at Home</h4>
<p> Craving the exquisite flavors of AURORA but prefer to dine at home?
We've got you covered! With our seamless online delivery and booking service,
you can now enjoy your favorite dishes in the comfort of your own home.</p>
</div>
</div>
<div class="points">
<p><strong>How It Works? </strong> </p>
<p><i class="fa-solid fa-caret-right"></i> Browse Our Menu🔎 Explore our extensive menu featuring a variety of appetizers, main courses, desserts, and beverages.</p>
<p></p><i class="fa-solid fa-caret-right"></i> Place Your Order♨️ Select your desired dishes and add them to your cart. Customize your order with special instructions if needed. </p>
<p></p><i class="fa-solid fa-caret-right"></i> Enjoy Your Meal🍻 Once you have placed your order, our team will immediately deliver it to your door. </p>
</div> <hr style="width: 80%;">
<h2 id="review">Hover To See What Our Customers Say</h2> <br><br>
<div class="review">
<div class="r1"></div>
<div class="r2"></div>
<div class="r3"></div>
<div class="r4"></div>
<div class="r5"></div>
<div class="r6"></div>
</div>
</div>
<footer>
<div class="contact">
<div>
<h2>Follow Us On</h2>
<p><i class="fa-brands fa-twitter"></i> AuroraBites </p>
<p><i class="fa-brands fa-facebook"></i> AuroraDelights </p>
<p><i class="fa-brands fa-instagram"></i> AuroraEats</p>
</div>
<div id="contact">
<h2>Contact Us</h2>
<h4>Have questions or want to make a reservation? Get in touch with us!</h4>
<p><i class="fa-solid fa-phone"></i> (123) 456-7890</p>
<p><i class="fa-solid fa-envelope"></i> contact@aurorafood.com</p>
</div>
</div>
<h2 class="last">Explore the full menu and discover the flavors of <a href="https://melodious-dodol-292df2.netlify.app/" class="span" title="Click here">AURORA.</a></h2>
</footer>
</body>
</html>