forked from akshaykadu24/Kindmeal.my
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhotpicks.html
135 lines (109 loc) · 3.92 KB
/
hotpicks.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
<!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>Hot,Sizzling Member Picks</title>
<link rel="stylesheet" href="./css/hotpicks.css">
<link rel="stylesheet" href="./css/navbar.css" />
<link rel="stylesheet" href="./css/footer.css" />
</style>
</head>
<body>
<div id="navbar"></div>
<div id="content-boxhot1">
<div id="titlehot1">
<h2 style="color: rgb(95, 75, 75);">All Categories</h2>
<h2 style="color: gray;">|</h2>
<h2 style="color: gray;">Hot Picks</h2>
</div>
<div id="wordshot12">
<p>Discover our food lover community's top picks. Easily locate tasty meat-free bargain deals, and get creative ideas for your gastronomic indulgence!</p>
<p>Click into a featured deal to instantly obtain free coupons, or read more on our members' delicious recommendations.</p>
</div>
</div>
<div id="mainhotr">
<div id="buttonshotr">
<div id="btn1hotr">
<button id="btnlistr"style="background-color: #04be5a; color: white;">All Categories</button>
<button id="btnlistr">Pasta</button>
<button id="btnlistr">Burger</button>
<button id="btnlistr">Breakfast</button>
<button id="btnlistr">Salad</button>
<button id="btnlistr">Bakery</button>
</div>
<div id="btn2hotr">
<button id="btnlistr">Tea&Dessert</button>
<button id="btnlistr">Local Delights</button>
<button id="btnlistr">Jap & Korean</button>
<button id="btnlistr">Chines</button>
<button id="btnlistr">Indian</button>
<button id="btnlistr">Soup</button>
</div>
</div>
</div>
<div id="boxhot1a">
<div id="pasta2">
<div id="mword12">Pasta Fiesta</div>
<div id="twoword12">
<div>View Pasta Deals</div>
<div>View All Pasta Hot Picks</div>
</div>
</div>
<div id="fourimagesa"></div>
<hr>
<div id="hotcomment2a"></div>
<div id="smlbox2a">
<h3 id="com">View All Pasta Fiesta Hot Picks »</h3>
</div>
</div>
<div id="boxhot1a">
<div id="pasta2">
<div id="mword12">Burger Bash</div>
<div id="twoword12">
<div>View Burger Deals</div>
<div>View All Burger Hot Picks</div>
</div>
</div>
<div id="fourimages12a"></div>
<hr>
<div id="hotcomment12a"></div>
<div id="smlbox12a">
<h3 id="com">View All Burger Bash Hot Picks »</h3>
</div>
</div>
<div id="boxhot1a">
<div id="pasta2">
<div id="mword12">Breakfast & Brunch</div>
<div id="twoword12">
<div>View Breakfast Deals</div>
<div>View All Breakfast Hot Picks</div>
</div>
</div>
<div id="fourimages22a"></div>
<hr>
<div id="hotcomment22a"></div>
<div id="smlbox22a">
<h3 id="com">View All Breakfast & Brunch Hot Picks »</h3>
</div>
</div>
<div id="boxhot1a">
<div id="pasta2">
<div id="mword12">Healthy Salad</div>
<div id="twoword12">
<div>View Salad Deals</div>
<div>View All Salad Hot Picks</div>
</div>
</div>
<div id="fourimages32a"></div>
<hr>
<div id="hotcomment32a"></div>
<div id="smlbox32a">
<h3 id="com">View All Healthy Salad Hot Picks »</h3>
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script src="./js/hotpicks.js" type="module" ></script>