-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (145 loc) · 6.04 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Asian Foods</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="images/Sushi_roll_generated.jpg">
</head>
<body>
</body>
<!-- header section start -->
<header class="header">
<a href="#" class="logo">
<img src="images/Sushi_roll_generated.jpg" alt="logo">
</a>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#menu">Menu</a>
<a href="#contact">Contact</a>
</nav>
<div class="buttons">
<button>
<i class="fas fa-search"></i>
</button>
<button>
<i class="fas fa-shopping-cart"></i>
</button>
<button>
<i class="fas fa-bars"></i>
</button>
</div>
</header>
<!-- header section end -->
<!-- home section start -->
<section class="home">
<div class="content">
<h3>EXPRESS <selector class="asianfood">HOME DELIVERY</selector></h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
<a href="#" class="btn">Order Now</a>
</div>
</section>
<!-- home section end -->
<!-- menu section start-->
<section class="menu" id="menu">
<h1 class="heading">OUR <span>MENU</span></h1>
<div class="box-container">
<div class="box">
<div class="box-head">
<img src="images/ramen-menu.jpg" alt="ramen">
<span class="menu-category">Japan</span>
<h3>RAMEN</h3>
<div class="price">$10.99 <span>$15.99</span></div>
</div>
<div class="box-bottom">
<a href="#" class="btn">Add To Cart</a>
</div>
</div>
<div class="box">
<div class="box-head">
<img src="images/sushi-menu1.jpg" alt="sushi">
<span class="menu-category">Japan</span>
<h3>SUSHI</h3>
<div class="price">$10.99 <span>$15.99</span></div>
</div>
<div class="box-bottom">
<a href="#" class="btn">Add To Cart</a>
</div>
</div>
<div class="box">
<div class="box-head">
<img src="images/salads-menu.jpg" alt="salad">
<span class="menu-category">Japan</span>
<h3>SALAD</h3>
<div class="price">$10.99 <span>$15.99</span></div>
</div>
<div class="box-bottom">
<a href="#" class="btn">Add To Cart</a>
</div>
</div>
<div class="box">
<div class="box-head">
<img src="images/tteokbokki-menu.jpg" alt="tteokbokki">
<span class="menu-category">Korea</span>
<h3>TTEOKBOKKI</h3>
<div class="price">$10.99 <span>$15.99</span></div>
</div>
<div class="box-bottom">
<a href="#" class="btn">Add To Cart</a>
</div>
</div>
</div>
</section>
<!-- menu section end-->
<!-- about us start-->
<section class="about" id="about">
<h1 class="heading">ABOUT <span>US</span></h1>
<div class="row">
<div class="image">
<img src="images/noodle.jpg" alt="about">
</div>
<div class="content">
<h3>What Is The Secret Recipe Of Our Foods?</h3>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Qui reprehenderit dolore natus! </p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quas sequi atque ut eum illo tempore inventore, labore esse repellat, modi architecto molestiae nostrum perspiciatis similique eligendi dolor qui. Reiciendis, harum.</p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ut, exercitationem! Dolore, illo? Enim quo tempora maxime consequuntur.</p>
<a href="#" class="btn">Learn More</a>
</div>
</div>
</section>
<!-- about us end-->
<!-- contact start-->
<section class="contact" id="contact">
<h1 class="heading">CONTACT <span>US</span></h1>
<div class="row">
<iframe class="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12700023.43592838!2d-94.00995125939146!3d39.001814888295655!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88c1766591562abf%3A0xf72e13d35bc74ed0!2sFlorida%2C%20Amerika%20Birle%C5%9Fik%20Devletleri!5e0!3m2!1str!2str!4v1663442118408!5m2!1str!2str"loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<form>
<h3>GET IN TOUCH</h3>
<div class="inputBox">
<i class="fas fa-user"></i>
<input type="text" placeholder="name">
</div>
<div class="inputBox">
<i class="fas fa-envelope"></i>
<input type="email" placeholder="e-mail">
</div>
<div class="inputBox">
<i class="fas fa-phone"></i>
<input type="number" placeholder="phone">
</div>
<input type="submit" class="btn" value="Contact Now">
</form>
</div>
</section>
<!-- contact end-->
<!-- footer start-->
<footer class="footer">
<h1>Created by <span class="gunseli">Gunseli Unsal</span></h1>
</footer>
<!-- footer end-->
</body>
</html>