-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesigndazzle.html
54 lines (54 loc) · 2.02 KB
/
designdazzle.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport", content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="styles.css" />
<meta charset="UTF-8" />
</head>
<body>
<div>
<nav>
<div id="logo-box">
<img id="logo" src="logo.png" />
</div>
<div id="nav-buttons">
<div id="home">Home</div>
<div>Product</div>
<div>FAQ</div>
<div>Contact</div>
</div>
</nav>
<img id="food" src="food.jpeg" />
<div id="text-content">
<div><span id="l1">Food Content</span></div>
<div><span id="l2">Why stay hungry when
you can order form Bella Onojie</span></div>
<div><span id="l3">Download the bella onoje’s food app now on</span></div>
<div id="buttons">
<div id="playstore">Playstore</div>
<div id="app-store">App Store</div>
</div>
</div>
<div id="mobs">
<img id="mob1" src="mob1.png" />
<img id="mob2" src="mob2.png" />
</div>
</div>
<div id="line"></div>
<div>
<div id="head">How the app works</div>
<div id="section1">
<img src="section1.png" />
<div id="section1text">
<div id="l4"><span>Create an account</span></div>
<div id="l5"><span>Create/login to an existing
account to get started</span></div>
<div id="l6"><span>An account is created with your email
and a desired password</span></div>
</div>
</div>
<div id="section2"></div>
<div id="section3"></div>
</div>
</body>
</html>