forked from ishaangurnani/Chef2Door
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchefs.html
177 lines (166 loc) · 4.56 KB
/
chefs.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!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" />
<link rel="stylesheet" href="chefs.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<title>Chefs</title>
</head>
<body>
<button><a href="addtocart.html">ORDER NOW</button></a>
<p style="color: black"><b>Top Chef's of the month</b></p>
<div class="small-container"></div>
<div class="row">
<div class="col4">
<img
src="chefimg\VikasKhanna.jpg"
alt="product"
style="width: 200px; height: 200px"
/>
<a href="Chef_Biographies\VikasKhanna.html" style="padding-left: 20px"
>Chef Vikas Khanna</a
>
<br />
</div>
<div class="col4">
<img
src="chefimg\SpencerTan.jpg"
alt="product"
style="width: 200px; height: 200px"
/>
<a href="Chef_Biographies\SpencerTan.html" style="padding-left: 20px"
>Chef Spencer Tan</a
>
<br />
</div>
<div class="col4">
<img
src="chefimg\MojmirSiftar.jpg"
alt="product"
style="width: 250px; height: 200px"
/>
<a href="Chef_Biographies\MojmirSiftar.html" style="padding-left: 30px"
>Chef Mojmir Siftar</a
>
<br />
</div>
<div class="col4">
<img
src="chefimg\MiguelBraga.jpg"
alt="product"
style="width: 250px; height: 200px"
/>
<a href="Chef_Biographies\MiguelBraga.html" style="padding-left: 37px"
>Chef Miguel Braga</a
>
<br />
</div>
</div>
<p style="color: black"><b>This week's Special</b></p>
<div class="small-container"></div>
<div class="row">
<div class="col4">
<img
src="chefimg\manuelsequeira.jpg"
alt="product"
style="width: 280px; height: 200px"
/>
<a
href="Chef_Biographies\ManuelSequeira.html"
style="padding-left: 20px"
>Chef Manuel Sequeira</a
>
<br />
</div>
<div class="col4">
<img
src="chefimg\JoeGlaston.jpg"
alt="product"
style="width: 250px; height: 200px"
/>
<a href="Chef_Biographies\JoeGlaston.html" style="padding-left: 50px"
>Chef Joe Glaston</a
>
<br />
</div>
<div class="col4">
<img
src="chefimg\jackzhang.jpg"
alt="product"
style="width: 200px; height: 200px"
/>
<a href="Chef_Biographies\JackZhang.html" style="padding-left: 20px"
>Chef Jack Zhang</a
>
<br />
</div>
<div class="col4">
<img
src="chefimg\HansenDias.jpg"
alt="product"
style="width: 180px; height: 200px"
/>
<a href="Chef_Biographies\HansenDias.html" style="padding-left: 20px"
>Chef Hansen Dias</a
>
<br />
</div>
</div>
<p style="color: black"><b>Newly registered</b></p>
<div class="small-container"></div>
<div class="row">
<div class="col4">
<img
src="chefimg\GiorgioDiana.jpg"
alt="product"
style="width: 200px; height: 200px"
/>
<a href="Chef_Biographies\GiorgioDiana.html" style="padding-left: 20px"
>Chef Giorgio Diana</a
>
<br />
</div>
<div class="col4">
<img
src="chefimg\ChristopherSchaefer.jpg"
alt="product"
style="width: 200px; height: 200px"
/>
<a
href="Chef_Biographies\ChristopherSchaefer.html"
style="padding-left: 20px"
>Chef Christopher Schaefer</a
>
<br />
</div>
<div class="col4">
<img
src="chefimg\arnoldwilliams.jpg"
alt="product"
style="width: 275px; height: 183px"
/>
<a
href="Chef_Biographies\ArnoldWilliams.html"
style="padding-left: 40px"
>Chef Arnold Williams</a
>
<br />
</div>
<div class="col4">
<img
src="chefimg\AlexPellegrino.jpg"
alt="product"
style="width: 200px; height: 200px"
/>
<a
href="Chef_Biographies\AlexPellegrino.html"
style="padding-left: 20px"
>Chef Alex Pellegrino</a
>
<br />
</div>
</div>
</body>
</html>