-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
137 lines (131 loc) · 4.29 KB
/
services.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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Hotel Website | Services</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
</head>
<body>
<!---start-Wrap--->
<!---start-header--->
<div class="header">
<div class="wrap">
<div class="header-top">
<div class="logo">
<a href="index.html"><img src="images/logo2.png" title="logo" /></a>
</div>
<div class="contact-info">
<p class="phone">Call us : <a href="#">08166382964</a></p>
<p class="gpa">Gpa : <a href="#">View map</a></p>
<!-- <p class="code">BROUGHT TO YOU BY:<a href="https:www.code-projects.org">CODE-PROJECTS</a></p> -->
</div>
<div class="clear"> </div>
</div>
</div>
<div class="header-top-nav">
<div class="wrap">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="services.html">Services</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
<div class="clear"> </div>
</ul>
</div>
</div>
</div>
<!---End-header--->
<div class="clear"> </div>
<!---start-content----->
<div class="content">
<div class="wrap">
<!-----start--services------>
<div class="services">
<div class="service-content">
<h3>Our Hotel Services</h3>
<ul>
<li><span>1.</span></li>
<li><p><a href="#">CULTURE SHOW</a> Every Evening We . . . . .</p></li>
<div class="clear"> </div>
</ul>
<ul>
<li><span>2.</span></li>
<li><p><a href="#">SWIMMING POOL</a> You can enjoy Swimming in the pool and relax with a drink. . .. . . </p></li>
<div class="clear"> </div>
</ul>
<ul>
<li><span>3.</span></li>
<li><p><a href="#">RESTAURANT</a> You can have . . . </p></li>
<div class="clear"> </div>
</ul>
<ul>
<li><span>4.</span></li>
<li><p><a href="#">CONFERENCE HALL</a>Here You . . . .</p></li>
<div class="clear"> </div>
</ul>
<ul>
<li><span>5.</span></li>
<li><p><a href="#">SPA</a>Here . . . .</p></li>
<div class="clear"> </div>
</ul>
<ul>
<li><span>6.</span></li>
<li><p><a href="#">POOLSIDE BAR</a> To chill. . .. . </p></li>
<div class="clear"> </div>
</ul>
</div>
<div class="services-sidebar">
<h3>WE PROVIDE</h3>
<ul>
<li><a href="#">other facility</a></li>
<li><a href="#">other facility</a></li>
<li><a href="#">other facility</a></li>
<li><a href="#">other facility</a></li>
<li><a href="#">other facility</a></li>
<li><a href="#">BROUGHT TO YOU BY CODE-PROJECTS</a></li>
<li><a href="#">other facility</a></li>
</ul>
</div>
<div class="clear"> </div>
</div>
<!-----End--services------>
</div>
<div class="clear"> </div>
<div class="boxs">
<div class="wrap">
<div class="box">
</div>
<div class="box center-box">
<ul>
<li><a href="https:www.code-projects.org">Leave a Feedback</a></li>
<li><a href="https:www.code-projects.org">Reviews and Ratings</a></li>
<li><a href="https:www.code-projects.org">FAQs</a></li>
<li><a href="https:www.code-projects.org">Packages</a></li>
<li><a href="https:www.code-projects.org">Know about Moutaineering and trekking here</a></li>
<li><a href="https:www.code-projects.org">www.code-projects.org</a></li>
</ul>
</div>
<div class="box">
</div>
<div class="clear"> </div>
</div>
<!---start-box---->
</div>
<!---start-copy-Right----->
<div class="copy-tight">
<p>© HOTEL,Nepal 2017 "THIS PROJECT IS BROUGHT TO YOU BY <a href="http://www.code-projects.org/">CODE-PROJECTS"</a></p>
</div>
<!---End-copy-Right----->
</div>
<!---End-content----->
</div>
<!---End-Wrap--->
</body>
</html>