-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
140 lines (117 loc) · 4.53 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content ="width=device-width,initial-scale=1.0">
<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=Merriweather:ital,wght@0,400;0,700;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet"href="style.css">
<title></title>
<head>
<body>
<header>
<nav class="navbar">
<div class="navbar_brand">
<img src="C:\Users\Star\Desktop\My first project\asset\images (6).jpeg"alt="logo"class "navbar_logo">
</div>
<div class "navbar_nav_items">
<button class ="nav_item ">Order food</button>
</div>
</nav>
</header>
<main class "container">
<section class="hero_container">
<div class="hero_image_container">
<img src="C:\Users\Star\Desktop\My first project\asset\food"alt="hero image"class="hero_image">
</div>
<div class="hero_description">
<h1 class="hero_text">
Order food from your favourite restraunt near you
</h1>
<button class="button_primary">order Now</button>
</div>
</section>
<br>
<br>
<br>
<br>
<!--explore Menu--->
<section class="explore_menu_container">
<h1 class="explore_menu_text">explore our menu</h1>
<div class="explore_menu_gradient_bg">
</div>
<div class="explore_menu_lists">
<!---burger--->
<div class="food_card">
<div class="food_card_image">
<img src="C:\Users\Star\Desktop\My first project\asset\images (1).jpeg" alt="burger" class="food_image">
</div>
<div class="food_card_description">
<h3 class="food_title">burger </h3>
<p>burger king,mcdonalds,burger Place<span style="color:#">+3</span></p>
<button class="button_primary">order Now</button>
</div>
</div>
<!--pizza--->
<div class="food_card"id="pizza_card">
<div class="food_card_image">
<img src="C:\Users\Star\Desktop\My first project\asset\pizza.jpeg" alt="Pizza" class="food_image">
</div>
<div class="food_card_description">
<h3 class="food_title">Pizza </h3>
<p>Pizza hut , dominos,mcdonalds,Pizza Place<span style="color:#">+3</span></p>
<button class="button_primary">order Now</button>
</div>
</div>
<!--icecream--->
<div class="food_card">
<div class="food_card_image">
<img src="C:\Users\Star\Desktop\My first project\asset\icecream.jpeg" alt="icecream" class="food_image">
</div>
<div class="food_card_description">
<h3 class="food_title">icecream </h3>
<p>Naturals ,basket Robbin,sujata icecream<span style="color:#">+3</span></p>
<button class="button_primary">order Now</button>
</div>
</div>
<!--cold coffe--->
<div class="food_card">
<div class="food_card_image">
<img src="C:\Users\Star\Desktop\My first project\asset\cold cogge.jpeg" alt="coldcoffe" class="food_image">
</div>
<div class="food_card_description">
<h3 class="food_title">coldcoffe</h3>
<p>Naturals ,basket Robbin,sujata,stasburg,durga,coldcoffe<span style="color:#">+3</span></p>
<button class="button_primary">order Now</button>
</div>
</div>
<!---momos-->
<div class="food_card">
<div class="food_card_image">
<img src="C:\Users\Star\Desktop\My first project\asset\momos.jpeg" alt="momos" class="food_image">
</div>
<div class="food_card_description">
<h3 class="food_title">momos</h3>
<p>house of momos crasy cheesy momos<span style="color:#">+3</span></p>
<button class="button_primary">order Now</button>
</div>
</div>
</section>
<!doctype html>
<html><head>
<link rel="sytlesheet"href="style.css">
<title></title>
</head>
<body>
<h2>link</h2>
<hr>
<a href="#">Google </a>
<br>
<br>
<a href ="#">instagram</a>
<br>
<br>
<a href="#">facebook</a>
</body>
</body>
</html>