-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnearyou.html
141 lines (119 loc) · 3.83 KB
/
nearyou.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
<!DOCTYPE html>
<html>
<head>
<title>DISCOVER NEAR YOU</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style2.css" />
</head>
<body>
<!-- header starts here -->
<header class="header">
<a class="user-logo-nav" href="index.html">IN</a>
<!-- user navbar -->
<nav class="user-nav">
<!--content/usrnav-->
<ul class="user-nav__menu">
<li> <a href="gallery.html">gallery</a> </li>
<li> <a href="about.html">about</a> </li>
<li class="last"><a href="team.html">team</a></li>
<li>
<a href="login.php" class="sign-btn" style=" color: #da006d;">
<span></span>
<span></span>
<span></span>
<span></span>
Sign In
</a>
</li>
</ul>
</nav>
<!-- user nabar ends here -->
</header>
<!-- header ends here -->
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one" class="tiles">
<article>
<span class="image">
<img href="booking.html" src="img/images/chen.jpg" alt="" />
</span>
<header class="major">
<h3><a href="booking.html" class="link primary">Chennai</a></h3>
<p class="desccolor">
A tradition of excellence
</p>
</header>
</article>
<article>
<span class="image">
<img src="img/images/manali.jpg" alt="" />
</span>
<header class="major">
<h3><a href="booking.html" class="link primary">Manali</a></h3>
<p class="desccolor">
Awaken To A Different World.
</p>
</header>
</article>
<article>
<span class="image">
<img src="img/images/Mumbai1.jpg" alt="" />
</span>
<header class="major">
<h3><a href="booking.html" class="link primary">Mumbai</a></h3>
<p class="desccolor">
A Destination for the New Millennium
</p>
</header>
</article>
<article>
<span class="image">
<img src="img/images/del.jpg" alt="" />
</span>
<header class="major">
<h3><a href="booking.html" class="link primary">Delhi</a></h3>
<p class="desccolor">
Ultimate in Diversity
</p>
</header>
</article>
<article>
<span class="image">
<img src="img/images/pune.jpg" alt="" />
</span>
<header class="major">
<h3><a href="booking.html" class="link primary">Pune</a></h3>
<p class="desccolor">
Endless Discoveries
</p>
</header>
</article>
<article>
<span class="image">
<img src="img/images/goa.jpg" alt="" />
</span>
<header class="major">
<h3><a href="booking.html" class="link primary">Goa</a></h3>
<p class="desccolor">
A Perfect Holiday Destination
</p>
</header>
</article>
</section>
</div>
<footer>
<div class="footer">
<p>indus hotels and resorts ™ <br />copyright reserved ®</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="js/1.js"></script>
<script src="js/2.js"></script>
<script src="js/3.js"></script>
<script src="js/main1.js"></script>
</body>
</html>