forked from maitri-vv/coffeeshop.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
welcome.html
118 lines (97 loc) · 3.5 KB
/
welcome.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
<!DOCTYPE html>
<html>
<head>
<title>COFFEE SHOP</title>
<link rel ="file:///C:/Users/Owner/Downloads/coffee%20shop%20frame%20images.html">
</head>
<body style ="background-color:#D79771;">
<center>
<h1 style="font-family:Georgia;font-size:40px;font-style: italic; background-color:#FFEBC9;">Welcome to the COFFEE SHOP</h1>
<h2 style="font-family:Georgia;font-size:30px;font-style: italic; background-color:#FFEBC9;"><u>EXCLUSIVE COFFEE BLENDS</u></h2>
<marquee style = "font-family:TREBUCHET MS;font-size:20px;font-style: italic;">
<center><h2 style="background-color:#FFEBC9;">DRINK YOUR COFFEE ! it's Chaos out there!</h2></center>
</marquee>
<img src="https://th.bing.com/th/id/OIP.R0cxBzWW19fKKATuKNPnwQHaE1?pid=ImgDet&rs=1 width="200 height="400">
</div>
<img src="https://th.bing.com/th/id/OIP.TPTxBgVjjPRvUcFPEqubxAHaFj?pid=ImgDet&rs=1 width="200 height="400" >
</div>
</div>
<p style="background-color:#FFEBC9;">
<h2 style="font-family:Georgia;font-size:30px;font-style: italic; background-color:#FFEBC9;">
<i><u><b>MENU</u></b></i></h2>
</p>
<h2><p>Delicious, handcrafted beverages and great-tasting food. The secret to making life better.</p></h2>
<p><h2>COFFEE VIDEO</h2></p>
<iframe width="853" height="480" src="https://www.youtube.com/embed/s-rcRA_1zeM" frameborder="0" allowfullscreen></iframe>
</center>
<a><p><b><a href="about us.html">To Know More about us Click here</a></b></p>
<h1 style="font-family:georgia;font-size:40px;font-style: italic; background-color:#FFEBC9;"><u>DRINKS</u></h1>
<table style="width:40%;height:50%">
<tr>
<th>DRINKS</th>
<th>PRICE</th>
</tr>
<tr>
<td><input type="radio" id="fd" name="Featured Drinks">
<label for="fd">Featured Drinks</label><br></td>
<td><center>399/-</center></td>
</tr>
<tr>
<td><input type="radio" id="ep" name="Espresso">
<label for="ep">Espresso</label><br></td>
<td><center>249/-</center></td>
</tr>
<tr>
<td><input type="radio" id="fbc" name="Freshly Brewed Coffee">
<label for="fbc">Freshly Brewed Coffee</label><br></td>
<td><center>449/-</center></td>
</tr>
<tr>
<td><input type="radio" id="ob" name="Other Beverages">
<label for="ob">Other Beverages</label><br></td>
<td><center>299/-</center></td>
</tr>
<tr>
<td><input type="radio" id="cb" name="Cold Brew">
<label for="cb">Cold Brew</label><br></td>
<td><center>349/-</center></td>
</tr>
</table>
<br>
<br>
<h1 style="font-family:Georgia;font-size:40px;font-style: italic; background-color:#FFEBC9;"><u>COFFEE</u></h1>
<table style="width:40%;height:50%">
<tr>
<th>COFFEE</th>
<th>PRICE</th>
</tr>
<tr>
<td><input type="radio" id="am" name="Americano">
<label for="am">Americano</label><br></td>
<td><center>399/-</center></td>
</tr>
<tr>
<td><input type="radio" id="ep" name="Caffè latte">
<label for="ep">Caffè latte</label><br></td>
<td><center>459/-</center></td>
</tr>
<tr>
<td><input type="radio" id="cal" name="Caffè au lait">
<label for="cal">Caffè au lait</label><br></td>
<td><center>399/-</center></td>
</tr>
<tr>
<td><input type="radio" id="cm" name="Caffè mocha">
<label for="cm">Caffè mocha</label><br></td>
<td><center>499/-</center></td>
</tr>
<tr>
<td><input type="radio" id="af" name="Affogato">
<label for="af">Affogato </label><br></td>
<td><center>549/-</center></td>
</tr>
</table>
<p><b><a><a href="payment.html">For Payment Click here</a></b></p>
<marquee style = "font-family:Georgia;font-size:30px;font-style: italic;">THANKS FOR VISITING</marquee>
</body>
</html>