-
Notifications
You must be signed in to change notification settings - Fork 0
/
changed_b_block.html
73 lines (65 loc) · 2.12 KB
/
changed_b_block.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
<!DOCTYPE html>
<html>
<head>
<link href="block_style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
<title>DeliciousMenu.com</title>
</head>
<body>
<div id="body">
<div id = "navbar" class="navbar">
<nav class="font">
<a href="index_change.html"><strong>Home</strong></a>
<a href="login_change.html"><strong>Login </strong></a>
<a href="#about_us"><strong>About us!</strong></a>
</nav>
</div>
<br><br><br><br><br><br><br><br>
<div id='heading'>
<h2><strong>B-Block</strong></h2><br>
Click on the shop you want to order from!
</div>
<br>
<table>
<tr>
<td><pre> </pre></td>
<td class="shop_image">
<h4>shop</h4>
<a href="food_point.html"><img src="food1.jpg" alt="shop1"></a>
<p class="shop_text">
text about shop
</p>
</td>
</tr>
</table>
<br>
<div id="about_us">
<strong>About Us</strong>
<div id="some_data">
<div class="some_thing">
<strong>Address</strong>:Outer Ring Rd, Banashankari 3rd Stage, Banashankari, Bengaluru, Karnataka 560085
</div>
<div class="some_thing">
<strong>Campus</strong>:Urban
</div>
<div class="some_thing">
<strong>Terms Of Use.</strong>
</div>
<div class="some_thing">
<strong>License</strong>:All rights reserved.
</div>
</div>
</div>
</div>
<div id="social_media">
<ul>
<li><a href="#index_change.html"><img src="facebook.jpg" height="30" width="30"></a></li>
<li><a href="#index_change.html"><img src="pintrest.jpg" height="30" width="30"></a></li>
<li><a href="#index_change.html"><img src="instagram.jpg" height="30" width="30"></a></li>
<li><a href="#index_change.html"><img src="google+.jpg" height="30" width="30"></a></li>
<li><a href="#index_change.html"><img src="twitter.jpg" height="30" width="30"></a></li>
<li><a href="#index_change.html"><img src="whatsapp.jpg" height="30" width="30"></a></li>
</ul>
</div>
</body>
</html>