-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (125 loc) · 5.58 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
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
<!DOCTYPE html>
<html>
<head>
<title>Drink or Drive</title>
<link href="//fonts.googleapis.com/css?family=Montserrat&subset=latin" rel="stylesheet" type="text/css">
<style>
* {
font-family: 'Montserrat', sans-serif;
}
</style>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<nav>
<ul>
<li><a href="#drink">Drink</a></li>
<li><a href="#drive">Drive</a></li>
<li><a href="#about">About</a></li>
</ul>
</nav>
<h1> Drink OR drive</h1>
<p>Not both </br></p>
<p>Had a long week and need to take a roadtrip to unwind? Rent one of our world-class recreational vehicles and drive off to the hoiday of your dreams. Once there, come back to our website and learn how to make that refreshing cocktail in the 'Cocktails' section.<br> To hire an RV just call us on +254254254.</p>
<div id="drive">
<div class="dv1">
<h2>RVs</h2>
<h3>Newell p2000i</h3>
<img src="Images/123-1232643_transparent-bus-png-luxury-bus-for-download-png.png" alt="rueben Stokes" width="450px">
<h4><strong>Specs</strong></h4>
<ul>
<li> Aqua-Hot hydronic heating system with diesel off-engine
and Newell special 240-volt electric heat sources</li>
<li> Roof mounted 120-volt air conditioning</li>
<li> Separate stacked washer and 220 volt highperformance dryer</li>
<li> SubZero 700 cabinet-style flush refrigerator/freezer</li>
<li> Microwave/convection oven</li>
<li> Gaggenau electric cooktop, recessed with flushhinged cover</li>
<li> Dual cartridge water filter system</li>
<li> Power operated holding tank drain valve</li>
<li> Dual 120 volt air compressors</li>
<li> Smoke detector</li>
<li> Carbon monoxide detector<br><br><br></li>
</ul>
</div>
<h3>Seneca Safari</h3>
<img src="Images/RV Seneca.jpg" alt="Seneca rv" width="450px">
<h4><strong>Specs</h4>
<ul>
<li>Propane Tank</li>
<li>Power Retractable Slideout</li>
<li>Screened Room</li>
<li>Kitchen Table</li>
<li>Refrigerator</li>
<li>3 beds</li>
</ul>
</div>
<div id="drink">
<h2>Cocktails</h2>
<div class="d1">
<h3>Frozen Strawberry Margarita</h3>
<img src="Images/frozen-strawberry-margarita-300x300.jpg" width="200px">
<p><strong>Ingredients</strong></p>
<ul>
<li>Tequila</li>
<li>Strawberry margarita mix</li>
<li>Triple sec</li>
<li>One cup frozen strawberries</li>
<li>Ice</li>
<li>Garnish - lemon wheel</li>
</ul>
<h4><strong>Directions</strong></h4>
<ul>
<li>Add ice, frozen strawberries, tequila, triple sec<br> and strawberry margarita mix to blender.</li>
<li>Combine until smooth.</li>
<li>Pour mix into glass and garnish with a lime wheel.</li>
<br><br></ul>
</div>
<div class="d2">
<h3>Alien Secretion</h3>
<img src="Images/AlienSecretionThumb.jpg" width="200px">
<p><strong>Ingredients</strong></p>
<ul>
<li>Coconut Rum</li>
<li>Pineapple juice</li>
<li>Melon liqueur</li>
<li>Ice</li>
<li>Garnish - Cherry</li>
</ul>
<h4><strong>Directions</strong></h4>
<ul>
<li>Rim the edge of your glass using blue sugar. Set aside.</li>
<li>In a shaking glass with ice, combine coconut rum, <br>melon liqueur, and pineapple juice.
<li>Shake well.</li>
<li>Strain mix into rimmed glass over ice and garnish with a cherry.<br><br><br></li>
</ul>
</div>
<div class="d3">
<h3>Dutch Mojito</h3>
<img src="Images/Dutch-Mojito-300x300.jpg" width="200px">
<p><strong>Ingredients</strong></p>
<ul>
<li>30ml Simple syrup</li>
<li>45ml Gin</li>
<li>3 Lime wedges</li>
<li>Bar spoon brown sugar</li>
<li>8 Mint leaves</li>
<li>Sparklling water</li>
<li>Ice</li>
<li>Garnish - Mint sprouts</li>
</ul>
<h4><strong>Directions</strong></h4>
<ul>
<li>To base of glass add lime wedges, mint leaves and brown sugar.</li>
<li>Add ice to glass and pour over jenever gin and simple syrup.</li>
<li>Stir lightly.</li>
<li>Top with sparkling water and garnish with a mint sprig.</li><br><br><br>
</ul>
</div>
</div>
<div id="about">
<h2>About us</h2>
<p>This is a motorhome/recreational vehicle rental service. Our vehicles are superbly maintained and kept clean, ready for your trips. <br> Just as a perky bonus for choosing our service, we have our cocktails section where you can learn to make simple and refreshing drinks to enjoy while on your trip.</p>
</div>
</body>
</html>