forked from malikadnan01/Foodify
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathR1.html
74 lines (73 loc) · 2.78 KB
/
R1.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
<!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>NEWGUSTO</title>
<link rel="stylesheet" type="text/css" href="home.css">
</head>
<body>
<div class="nav">
<img class="navimage" src="./asset/logo7.png" alt="">
<div class="top">
<h1 class="Title">FOODIFY</h1>
</div>
</div>
<h2>You don't need a silver fork to eat a good food</h2>
<nav>
<ul class="menu">
<a href="index.html">home</a>
<a href="offers.html">offers</a>
<a href="about us.html">About Us</a>
<a href="help.html">Help</a>
</ul>
</nav>
<h3>The Burger King</h3>
<h2>Open from 10:00am to 9:00pm (Monday-Saturday)</h2>
<h6>Our Best Sellers:</h6>
<section class="items">
<div class="item">
<img src="https://lifestylefrisco.com/wp-content/uploads/2015/09/burger.jpg">
<h4>Buy two large Burgers @109 only</h4>
</div>
<div class="item">
<img src="https://th.bing.com/th/id/OIP.d7QWmBXo2QD_DKcwpfct8wHaE7?pid=ImgDet&rs=1">
<h4>buy 2 get 1 free</h4>
</div>
<div class="item">
<img src="https://media.istockphoto.com/photos/mini-pizza-picture-id175216036?k=6&m=175216036&s=612x612&w=0&h=ZczAxS7jfdXTgw4QpEQzr5OIaIhfHRKqQYaWMEdiKzA=">
<h4>small pizza starting only at 49</h4>
</div>
<div class="item">
<img src="https://thumbs.dreamstime.com/b/small-pizza-fresh-tasty-37207816.jpg">
<h4>New pizza plates also available only @99 </h4>
</div>
<div class="item">
<img src="https://th.bing.com/th/id/OIP.e4yCUBdcjTq4a5vJL3v3WQHaLH?pid=ImgDet&rs=1">
<h4>delicious brownie in @49</h4>
</div>
<div class="item">
<img src="https://th.bing.com/th/id/OIP.YLRW3SAcgyCcXbm1wS6nlAHaFh?pid=ImgDet&w=2048&h=1529&rs=1">
<h4>Hotdog starting in @99 only</h4>
</div>
</section>
<h3>Menu</h3>
<br><br>
<div class="image">
<img src="./asset/R1.jpg" alt="">
<br><br>
<img src="./asset/R12.jpg" alt="">
</div>
<br><br>
<br><br>
<div><i class="#"></i>shop no.32 Lawgate,phagwara 144401, Jalandar, India</div>
<br>
<div><i class="#"></i>Theburgerking11@gmail.com</div>
<br>
<div><i class="#"></i> 5432904321 , 0987230548 </div>
<br>
<br><br>
<div class="end">
<h1>"You don't need an inspirational quote, When you have good food"</h1>
</div>