-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
138 lines (138 loc) · 5.33 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
130
131
132
133
134
135
136
137
138
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Five Star Hotel</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="layout.css" rel="stylesheet" type="text/css" />
<script src="maxheight.js" type="text/javascript"></script>
<!--[if lt IE 7]>
<link href="ie_style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="ie_png.js"></script>
<script type="text/javascript">ie_png.fix('.png, #header .row-2, #header .nav li a, #content, .gallery li');</script>
<![endif]-->
</head>
<body id="page1" onload="new ElementMaxHeight();">
<div id="main">
<!-- header -->
<div id="header">
<div class="row-1">
<div class="wrapper">
<div class="logo">
<h1><a href="#">Five Star</a></h1>
<em>Hotel</em> <strong>True Luxury</strong> </div>
<div class="phones"> 1-800-412-45-56<br />
1-800-542-64-48 </div>
</div>
</div>
<div class="row-2">
<div class="indent">
<!-- header-box begin -->
<div class="header-box">
<div class="inner">
<ul class="nav">
<li><a href="index.html" class="current">Home page</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="restaurant.html">Restaurant</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="booking.html">Booking</a></li>
</ul>
</div>
</div>
<!-- header-box end -->
</div>
</div>
</div>
<!-- content -->
<div id="content">
<div class="wrapper">
<div class="aside maxheight">
<!-- box begin -->
<div class="box maxheight">
<div class="inner">
<h3>Reservation:</h3>
<form action="#" id="reservation-form">
<fieldset>
<div class="field">
<label>Check In:</label>
<select class="select1">
<option>30</option>
</select>
<select class="select2">
<option>April 2009</option>
</select>
</div>
<div class="field">
<label>Check Out:</label>
<select class="select1">
<option>01</option>
</select>
<select class="select2">
<option>May 2009</option>
</select>
</div>
<div class="field"> Persons:
<input type="text" value="1"/>
Rooms:
<input type="text" value="1"/>
</div>
<div class="button"><span><span><a href="#">Check Availability</a></span></span></div>
</fieldset>
</form>
</div>
</div>
<!-- box end -->
</div>
<div class="content">
<div class="indent">
<h2>FiveStar is happy to welcome you!</h2>
<img class="img-indent png" alt="" src="images/1page-img1.png" />
<p class="alt-top">Come alone or bring your family with you, stay here for a night or for weeks, stay here while on business trip or at some kind of conference - either way our hotel is the best possible variant.</p>
Feel free to contact us anytime in case you have any questions or concerns.
<div class="clear"></div>
<div class="line-hor"></div>
<div class="wrapper line-ver">
<div class="col-1">
<h3>Special Offers</h3>
<ul>
<li>FREE wide-screen TV</li>
<li>50% Discount for Restaraunt service</li>
<li>30% Discount for 3 days+ orders</li>
<li>FREE drinks and beverages in rooms</li>
<li>Exclusive souvenirs</li>
</ul>
<div class="button"><span><span><a href="#">Order Now!</a></span></span></div>
</div>
<div class="col-2">
<h3>Location</h3>
<p>We are located in the center of Prague surrounded by malls and boutiques.</p>
<dl class="contacts-list">
<dt>Gazek st., 210</dt>
<dd>1-800-412-4556</dd>
<dd>1-800-542-6448</dd>
</dl>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<div id="footer">
<ul class="nav">
<li><a href="#">Home</a>|</li>
<li><a href="#">Services</a>|</li>
<li><a href="#">Gallery</a>|</li>
<li><a href="#">Restaurant</a>|</li>
<li><a href="#">Testimonials</a>|</li>
<li><a href="#">Booking</a></li>
</ul>
<div class="wrapper">
<div class="fleft">Copyright © 2009 <a href="#">Name Here</a>. All Rights Reserved</div>
<div class="fright">Designed by TemplateMonster - <a href="http://www.templatemonster.com/">website templates</a> provider</div>
</div>
</div>
</div>
<div align=center>This template downloaded form <a href='http://all-free-download.com/free-website-templates/'>free website templates</a></div></body>
</html>