-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (216 loc) · 8.6 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
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!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>Food Delivery App</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./grid.min.css">
<link rel="stylesheet" href="./styles.css">
<script src="https://kit.fontawesome.com/425d9cd4a2.js" defer crossorigin="anonymous"></script>
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-12">
<section class="header__section">
<h1 class="sr-only">
Food delivery App
</h1>
<div class="header__section__image">
<img src="./assets/logo.png" alt="logo" />
<button type="button" class="header__section__menubar-btn" aria-label="Menuber button">
<i class="fas fa-bars fa-lg"></i>
</button>
</div>
<div class="hearder__list-container">
<ol class="header__section__lists">
<li class="header__section__list">
<a href="#">
Home
</a>
</li>
<li class="header__section__list">
<a href="#">
Product
</a>
</li>
<li class="header__section__list">
<a href="#">
Faq
</a>
</li>
<li class="header__section__list">
<a href="#">
Contact
</a>
</li>
</ol>
</div>
</section>
</div>
</div>
</div>
</header>
<section class="landing">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="landing__title">
Food app
</h2>
<h1 class="landing__content">
Why stay hungry when<br />
you can order form Bella Onojie
</h1>
<p class="landing__desc">
Download the bella onoje’s food app now on
</p>
<div class="landing__btn-group">
<a href="#" class="fill-button transparent-button">
Playstore
</a>
<a href="#" class="fill-button transparent-button">
App store
</a>
</div>
</div>
</div>
</div>
</section>
<aside class="aside">
<div class="container">
<div class="row">
<div class="col-12">
<div class="aside__group-image">
<img src="./assets/group_phone.png" alt="group phone">
</div>
<h1 class="aside__title">
How the app works
</h1>
</div>
</div>
</div>
</aside>
<section class="install">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-7">
<h1 class="install-title">
Create an account
</h1>
<h2 class="install-sub-title">
Create/login to an existing
account to get started
</h2>
<p class="install-desc">
An account is created with your email<br />
and a desired password
</p>
</div>
<div class="col-12 col-md-5">
<img src="./assets/process.png" alt="how to install about process" />
</div>
</div>
</div>
</section>
<section class="install">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-7">
<h1 class="install-title">
Explore varieties
</h1>
<h2 class="install-sub-title">
Shop for your favorites
meal as e dey hot.
</h2>
<p class="install-desc">
Shop for your favorite meals or drinks<br />
and enjoy while doing it.
</p>
</div>
<div class="col-12 col-md-5">
<img src="./assets/Rectangle3.png" alt="how to install about process" />
</div>
</div>
</div>
</section>
<section class="install">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-7">
<h1 class="install-title">
Checkout
</h1>
<h2 class="install-sub-title">
When you done check out
and get it delivered.
</h2>
<p class="install-desc">
When you done check out and get it <br />
delivered with ease.
</p>
</div>
<div class="col-12 col-md-5">
<img src="./assets/Rectangle4.png" alt="how to install about process" />
</div>
</div>
</div>
</section>
<section class="download">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="download__title">Download the app now.</h1>
<p class="download__desc">Available on your favorite store. Start your premium experience now</p>
<div class="download__button-group">
<a href="#" class="fill-button">
Buy now
</a>
<a href="#" class="fill-button">
Try for free
</a>
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-4">
<a href="#">
<img src="./assets/logo.png" alt="logo" />
</a>
</div>
<div class="col-12 col-md-4">
<div class="footer__link-container">
<a href="#" class="footer__link">
<span class="footer__link-twitter">
<i class="fab fa-twitter fa-2x"></i>
</span>
</a>
<a href="#" class="footer__link">
<span class="footer__link-facebook">
<i class="fab fa-facebook-square fa-2x"></i>
</span>
</a>
<a href="#" class="footer__link">
<span class="footer__link-instagram">
<i class="fab fa-instagram fa-2x"></i>
</span>
</a>
</div>
</div>
<div class="col-12 col-md-4">
<span class="footer__desc"> Front_dev 2021 by made JAE HO PARK </span>
</div>
</div>
</div>
</footer>
</body>
</html>