-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
84 lines (83 loc) · 2.82 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
<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="style.css">
<link rel="icon" type="image/x-icon" href="./photos/download 2.png">
<title>Zomato</title>
<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=Open+Sans&display=swap" rel="stylesheet">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"/>
</head>
<body>
<section class="hero_section">
<header>
<nav class="nav">
<a href="#">Get The App</a>
<div class="nav_logo">
<a href="#" class="nav-link">Add Restaurant</a>
<a href="#" class="nav-link">Login</a>
<a href="#" class="nav-link">Sign up</a>
<a href="#" class="user__icon">
<i class="fa fa-user" aria-hidden="true"></i>
</a>
</header>
</nav>
</div>
<div class="logo">
<img src="photos/heroSectionLogo.png"
alt="logo" class="z-logo" >
<h1 class="logo-title">Discover the best food & drinks in Delhi NCR</h1>
<div class="input icons">
<i class="fa fa-map-marker icons" aria-hidden="true"></i>
<input class="s-place" type="text" placeholder="DKV Circle,Jamnagar"/>
<i class="fa fa-search icons" aria-hidden="true"></i>
<input class="s-dishes" type="text" placeholder="Search for restaurant,cuisine or a dish"/>
</div>
</div>
</section>
<section class="item we-provide">
<div class="i">
<img src="./photos/item1.png" alt="order online">
<h2>order online</h2>
</div>
<div class="i">
<img src="./photos/item2.png" alt="Dining out">
<h2>Dining out</h2>
</div>
<div class="i">
<img src="./photos/item3.png" alt="pro and pro plus">
<h2>Nightlife and Clubs</h2>
</div>
<div class="i">
<img src="./photos/item4.png" alt="Nightlife and Clubs">
<h2>pro and pro plus</h2>
</div>
</section>
<section class="item we-provide">
<div class="i">
<img src="./photos/item1.png" alt="order online">
<h2>order online</h2>
</div>
<div class="i">
<img src="./photos/item2.png" alt="Dining out">
<h2>Dining out</h2>
</div>
<div class="i">
<img src="./photos/item3.png" alt="pro and pro plus">
<h2>Nightlife and Clubs</h2>
</div>
<div class="i">
<img src="./photos/item4.png" alt="Nightlife and Clubs">
<h2>pro and pro plus</h2>
</div>
</section>
</body>
</html>