-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (85 loc) · 3.62 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
<!DOCTYPE html>
<html>
<head>
<title>Foodbears for everyone</title>
<style>
.links
{
border-radius: 10px;
}
.links:hover
{
background-color: #006B3C
}
.links1
{
border-radius: 10px;
}
</style>
</head>
<body bgcolor="#B2FFFF">
<!-- foodbears pic -->
<a href="D:\foodbears\new\test.html"><img src="p/coverPic1.jpg" width="100%" height="300"></a>
<!-- Home Menu -->
<table border="0" width="100%" height = "45">
<tr>
<td width="12.5%" align="center" bgcolor="#008000" class="links"><a href="D:\foodbears\new\index.html"><font color="#F0F8FF">Home</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\menu.html"><font color="#F0F8FF">Menu</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\Varieties.html"><font color="#F0F8FF">Varieties</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\About.html"><font color="#F0F8FF">About us</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\contact.html"><font color="#F0F8FF">Contact us</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\feedback.html"><font color="#F0F8FF">Feedback</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\signUp.html"><font color="#F0F8FF">SignUp</td></a>
<td width="12.5%" align="center" bgcolor="#DA1884" class="links"><a href="D:\foodbears\new\logIn.html"><font color="#F0F8FF">LogIn</td></a>
</tr>
</table>
<!-- foodbears pic -->
<!-- <img src="coverPic1.jpg" width="100%" height="300"> -->
<!-- animation title -->
<table border="0" width="100%" height = "45">
<tr>
<td align="center" bgcolor="#DA1884" class="links1"><font color="#F0F8FF"><marquee><font face="SutonnyMJ">বিসমিল্লাহির রাহমানির রাহীম, পরম করুণাময় অসীম দয়ালু আল্লাহর নামে</font></marquee></td>
<td align="center" bgcolor="#DA1884" class="links1"><font color="#F0F8FF">
<font face="SutonnyMJ">বিস্তারিত জানতে এখানে ক্লিক করুন </font>
</td>
</tr>
</table>
<!-- Food List -->
<table border="0" width="100%" height ="1000">
<tr>
<td><a href="#"><img src="p/cake.jpg"height="200"></td></a>
<td><a href="#"><img src="p/chicken chili.jpg"height="200"></td></a>
<td><a href="#"><img src="p/chicken noodles.jpg"height="200"></td></a>
<td><a href="#"><img src="p/chicken vuna.jpg"height="200"></td></a>
</tr>
<tr>
<td><a href="#"><img src="p/chotpoty.jpg"height="200"></td></a>
<td><a href="#"><img src="p/egg fry noodles.jpg"height="200"></td></a>
<td><a href="#"><img src="p/egg fry rich.jpg"height="200"></td></a>
<td><a href="#"><img src="p/Fry chicken.jpg"height="200"></td></a>
</tr>
<tr>
<td><a href="#"><img src="p/fuska.jpg"height="200"></td></a>
<td><a href="#"><img src="p/mutton biriani.jpg"height="200"></td></a>
<td><a href="#"><img src="p/pizza.jpg"height="200"></td></a>
<td><a href="#"><img src="p/Vegetables noodls.jpg"height="200"></a>
</tr>
<tr>
<td><a href="#"><img src="p/sanduich.jpg"height="200"></td></a>
</tr>
</table>
<!-- my documentry -->
<table border="0" width="100%" height = "80" bgcolor="#F5F5DC">
<tr>
<td align="center">
Designed By - Fuadul Hasan([email protected])
</td>
</tr>
<tr>
<td align="center">
CSE,BSMRSTU, Gopalganj
</td>
</tr>
</table>
</body>
</html>