-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
184 lines (181 loc) · 9.73 KB
/
index.html
File metadata and controls
184 lines (181 loc) · 9.73 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
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ohmyfood | Book the menu you like</title>
<link href="css/normalize.css" type="text/css" rel="stylesheet"/>
<link href="css/styles.css" type="text/css" rel="stylesheet"/>
<link href="css/homepage_styles.css" type="text/css" rel="stylesheet"/>
<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=Roboto:wght@100;300;500;700;900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/94dc97db2e.js" crossorigin="anonymous"></script>
<meta charset="utf-8">
<meta name="description" content="Book the menu you like. Discover top-of-the-art restaurants picked for you.">
</head>
<body>
<div id="preloader-wrapper">
<img src="images/logo/ohmyfood.png" alt="ohmyfood logo">
<div id="preloader">
<div id="preloader-logo"></div>
</div>
</div>
<div class="page-wrapper">
<header class="header">
<nav class="nav">
<a href="index.html">
<img class="logo" src="images/logo/ohmyfood.png" alt="ohmyfood.com | Book the menu you like" title="ohmyfood Logo">
</a>
<div class="location">
<i class="fa-solid fa-location-dot fa-md"></i>
<span>Paris, Belleville</span>
</div>
</nav>
<div class="main-info">
<div class="explore">
<h2>Book the menu you like</h2>
<p>Discover top-of-the-art restaurants we picked for you</p>
<div>
<button>Explore our restaurants</button>
</div>
</div>
<div class="grey-background">
<div class="how-it-works">
<h2>How it works</h2>
<ol class="how-it-works-steps">
<li class="steps tile">
<i class="fa-solid fa-mobile-screen-button"></i>
<span>Choose a restaurant</span>
</li>
<li class="steps tile">
<i class="fa-solid fa-list-ul"></i>
<span>Create your menu</span>
</li>
<li class="steps tile">
<i class="fa-solid fa-store"></i>
<span>Go enjoy it at the restaurant</span>
</li>
</ol>
</div>
</div>
</div>
</header>
<main class="restaurant-section">
<h2>Restaurants</h2>
<div class="restaurant-listings">
<div class="restaurant tile">
<a href="the-full-palette.html" class="restaurant-image">
<div class="image-container">
<img src="images/restaurants/jay-wennington-N_Y88TWmGwA-unsplash.jpg" alt="The Full Palette" title="The Full Palette">
<span class="new">New</span>
</div>
<div class="restaurant-info">
<div class="restaurant-name-location">
<h4 class="restaurant-name">The Full Palette</h4>
<span class="restaurant-location">New York</span>
</div>
<div class="heart-icon">
<div class="heart-position-container">
<div class="heart empty-heart">
<i class="fa-regular fa-heart fa-xl"></i>
</div>
<div class="heart full-heart">
<i class="fa-solid fa-heart fa-xl"></i>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="restaurant tile">
<a href="the-enchanted-plate.html" class="restaurant-image">
<div class="image-container">
<img src="images/restaurants/stil-u2Lp8tXIcjw-unsplash.jpg" alt="The Enchanted Plate" title="The Enchanted Plate">
<span class="new">New</span>
</div>
<div class="restaurant-info">
<div class="restaurant-name-location">
<h4 class="restaurant-name">The Enchanted Plate</h4>
<span class="restaurant-location">New York</span>
</div>
<div class="heart-icon">
<div class="heart-position-container">
<div class="heart empty-heart">
<i class="fa-regular fa-heart fa-xl"></i>
</div>
<div class="heart full-heart">
<i class="fa-solid fa-heart fa-xl"></i>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="restaurant tile">
<a href="bastille.html" class="restaurant-image">
<div class="image-container">
<img src="images/restaurants/toa-heftiba-DQKerTsQwi0-unsplash.jpg" alt="bastille" title="bastille">
</div>
<div class="restaurant-info">
<div class="restaurant-name-location">
<h4 class="restaurant-name">Bastille</h4>
<span class="restaurant-location">New York</span>
</div>
<div class="heart-icon">
<div class="heart-position-container">
<div class="heart empty-heart">
<i class="fa-regular fa-heart fa-xl"></i>
</div>
<div class="heart full-heart">
<i class="fa-solid fa-heart fa-xl"></i>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="restaurant tile">
<a href="le-gourmand.html" class="restaurant-image">
<div class="image-container">
<img src="images/restaurants/louis-hansel-shotsoflouis-qNBGVyOCY8Q-unsplash.jpg" alt="Le Gourmand" title="Le Gourmand">
</div>
<div class="restaurant-info">
<div class="restaurant-name-location">
<h4 class="restaurant-name">Le Gourmand</h4>
<span class="restaurant-location">New York</span>
</div>
<div class="heart-icon">
<div class="heart-position-container">
<div class="heart empty-heart">
<i class="fa-regular fa-heart fa-xl"></i>
</div>
<div class="heart full-heart">
<i class="fa-solid fa-heart fa-xl"></i>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</main>
<footer class="footer">
<a href="index.html">
<img class="logo" src="images/logo/ohmyfood.png" alt="ohmyfood.com | Book the menu you like" title="ohmyfood Logo">
</a>
<ul>
<li>
<i class="fa-solid fa-utensils"></i>
<span>Suggest a restaurant</span>
</li>
<li>
<i class="fa-solid fa-handshake-angle fa-xs"></i>
<span>Become a partner</span>
</li>
<li class="li-thin-font">Legal</li>
<li class="li-thin-font"><a href ="mailto:help@ohmyfood.com">Contact</a></li>
</ul>
</footer>
</div>
</body>
</html>