-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
113 lines (96 loc) · 4.1 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
<!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>Foofys Online Food Delivery Web</title>
<link rel="stylesheet" href="foodys web page css.css">
<!-- <link rel="preconnect" href="https://fonts.googleapis.com"> -->
<!-- <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200&family=Nunito:ital,wght@0,200;0,400;1,300&family=Roboto:ital@0;1&display=swap" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&family=Nunito:ital,wght@0,200;0,400;1,300&family=Roboto:ital@0;1&display=swap" rel="stylesheet"> -->
<link
href="https://fonts.googleapis.com/css2?family=Arimo:ital,wght@1,700&family=Montserrat:wght@200;300;400&display=swap"
rel="stylesheet">
</head>
<body>
<header id="header">
<nav class="navbar">
<ul>
<!-- <li> <a href="#"> Home</a> </li> -->
<li> <a href="#"> Invester Relations</a> </li>
<li> <a href="#"> Add Restaurant</a> </li>
<li> <a href="#"> Login</a> </li>
<li id="li5"> <a href="#"> Sign up</a> </li>
</ul>
</nav>
<div id="banner">
<h1>Foodys</h1>
<p>Discover the best food & drinks in vadodara</p>
<input type="text" placeholder="Search for a favorite food" id="search">
</div>
</header>
<!-- <section>
</section> -->
<!-- <section > -->
<div id="mode">
<div class="row" id="item1">
<img src="sec11.jpg" alt="" height="155" width="556">
<div>
<h3>Order Online</h3>
<p> Stay Home order to your doorstep</p>
</div>
</div>
<div class="row" id="item2">
<img src="sec12.jpg" alt="" height="155" width="556">
<div>
<h3>Dining Out</h3>
<p> View the city's favorite dining vanues</p>
</div>
</div>
</div>
<!-- </section> -->
<!-- <div id="">
</div> -->
<section id="collection">
<h1>Collections</h1>
<div id="collDiv1">
<p>Explore curated lists of top restaurants, cafes, pubs, and bars in Vadodara, based on trends
</p>
<button>All Collections in vadodara</button>
</div>
<div id="collDiv2">
<div class='subDiv' id="subDiv1"> Trading This Week</div>
<div class='subDiv' id="subDiv2"> Gujrati Thali</div>
<div class='subDiv' id="subDiv3"> Best Pizza Places</div>
<div class='subDiv' id="subDiv4">Sweet Tooth </div>
</div>
</section>
<section id="form">
<div>
</div>
<div id="subFormDiv">
<h1>Get the Foodys app </h1>
<p>We will send you a link, open it on your phone to download the app</p>
<div id="radio">
<p><input type="radio" name="mode" value="email" checked>Email</p>
<!-- <p><input type="radio" name="mode" value="phone">Phone</p> -->
</div>
<div>
</div>
<div id="textArea">
<input type="text" name="email" placeholder="Email">
<!-- <input type="number" name="phonr" value="phone" placeholder="Phone number"> -->
<button>Share App Link</button>
</div>
<p id="appStore"> Download app from</p>
<p class="appBtn">
<button> <img src="https://b.zmtcdn.com/data/webuikit/23e930757c3df49840c482a8638bf5c31556001144.png"
alt="" height="40" width="140"></button>
<button><img src="https://b.zmtcdn.com/data/webuikit/9f0c85a5e33adb783fa0aef667075f9e1556003622.png"
alt="" height="40" width="140"> </button>
</p>
</div>
</section>
</body>
</html>