-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrates.html
168 lines (168 loc) · 5.13 KB
/
rates.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
<!DOCTYPE html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>Rates - Helicopter Transportation Website Template</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="page">
<div id="header">
<div class="background">
<h1 id="logo"> <a href="index.html">Rent a Helicopter</a> </h1>
<div id="navigation">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="services.html">Services</a>
</li>
<li class="selected">
<a href="rates.html">Rates</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
<div id="contents">
<div id="rates">
<p>
This website template has been designed by <a href="http://www.freewebsitetemplates.com/">Free Website Templates</a> for you, for free. You can replace all this text with your own text. You can remove any link to our website from this website template, you're free to use this website template without linking back to us. If you're having problems editing this website template, then don't hesitate to ask for help on the <a href="http://www.freewebsitetemplates.com/forums/">Forum</a>.
</p>
<div id="sidebar">
<div class="section">
<h5>for inquiries:</h5>
<p>
You can remove any link to our website from this website template, you're free to use this website template without linking back to us.
</p>
<h5>CALL</h5>
<p>
(222) 987 65 43 2100<br>(687) 123 45 67 8900
</p>
<h5>Email</h5>
<p>
</p>
</div>
</div>
<ul class="list">
<li>
<div>
<h5>$ 9,876.54</h5>
<p>
This is just a place holder, so you can see what the site would look like.
</p>
</div>
<h5>This is just a place holder</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vitae mauris non diam tincidunt elementum. Praesent sed ipsum vel nisl viverra porttitor pretium vel ante. Nullam quis ultrices orci.
</p>
</li>
<li>
<div>
<h5>$ 3,210.00</h5>
<p>
This is just a place holder, so you can see what the site would look like.
</p>
</div>
<h5>This is just a place holder</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vitae mauris non diam tincidunt elementum. Praesent sed ipsum vel nisl viverra porttitor pretium vel ante. Nullam quis ultrices orci.
</p>
</li>
<li>
<div>
<h5>$ 9,876.54</h5>
<p>
This is just a place holder, so you can see what the site would look like.
</p>
</div>
<h5>This is just a place holder</h5>
<p>
Aenean augue sapien, fringilla ac malesuada at, commodo vitae nibh. Ut dui justo, porttitor sed iaculis mollis, pretium et elit. Sed eget tellus ac mauris tincidunt elementum. Ut iaculis, diam vel tempus interdum.
</p>
</li>
<li>
<div>
<h5>$ 3,210.00</h5>
<p>
This is just a place holder, so you can see what the site would look like.
</p>
</div>
<h5>This is just a place holder</h5>
<p>
Aenean augue sapien, fringilla ac malesuada at, commodo vitae nibh. Ut dui justo, porttitor sed iaculis mollis, pretium et elit. Sed eget tellus ac mauris tincidunt
</p>
</li>
</ul>
</div>
</div>
<div id="footer">
<div class="background">
<div class="body">
<form action="index.html" method="post" id="message" class="section">
<h3>Send a Message</h3>
<ul>
<li>
<label>Your Name:</label>
<input type="text" value="">
</li>
<li>
<label>Email Address:</label>
<input type="text" value="">
</li>
<li>
<label>Message:</label>
<textarea></textarea>
</li>
<li>
<input type="submit" value="Send">
</li>
</ul>
</form>
<div class="section">
<h3>Contact Details</h3>
<ul>
<li>
<span>Location</span><strong>:</strong>
<p>
This is just a place holder, so you can see what the site would look like
</p>
</li>
<li>
<span>Phone</span><strong>:</strong>
<p>
(987) 654 321 000; (123) 000 456 789; 123 000 456 789
</p>
</li>
<li>
<span>Email</span><strong>:</strong>
<p>
This is just a place holder
</p>
</li>
<li>
<span>Social</span><a href="http://freewebsitetemplates.com/go/twitter/" target="_blank" class="twitter"></a><a href="http://freewebsitetemplates.com/go/facebook/" target="_blank" class="facebook"></a><a href="http://freewebsitetemplates.com/go/googleplus/" target="_blank" class="googleplus"></a>
</li>
</ul>
</div>
<p id="footnote">
© Copyright 2023. All rights reserved.
</p>
</div>
</div>
</div>
</div>
</body>
</html>