-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaces.html
90 lines (84 loc) · 3.98 KB
/
places.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Places</title>
<link rel="stylesheet" href="css/style.css">
<style>
.gh{
margin:70px
}
.container {
position: relative;
width: 100%;
max-width: 500px;
}
.overlay {
position: absolute;
bottom: 0;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.5); /* Black see-through */
color: #f1f1f1;
width: 85%;
transition: .5s ease;
opacity:0;
color: white;
font-size: 20px;
padding: 20px;
text-align: center;
}
.container:hover .overlay {
opacity: 1;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html"><font size ="24" face="Ink Free">SMART TRIP</font></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="main.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item active"><a href="places.html" class="nav-link">Places</a></li>
<li class="nav-item "><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<div class="hero-wrap js-fullheight" style="background-image: url('images/bg_1.jpg');">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center" data-scrollax-parent="true">
<div class="col-md-9 text-center ftco-animate" data-scrollax=" properties: { translateY: '70%' }">
<p class="breadcrumbs" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }"><span class="mr-2"><a href="index.html">Home</a></span> <span>Blog</span></p>
<h1 class="mb-3 bread" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Contact</h1>
</div>
</div>
</div>
</div>
<p><font size="18"><center>Major cities</font></center></p>
</div>
<p><center>| New Delhi | Jaipur | Kanpur | Bhopal | Agra |</p>
</div>
<p><font size="18"><center>Minor cities</font></center></p>
</div>
<p><center>| Orai | Jhasi | Neemrana | Kota | Sihri | Bhind | Gwalior | Guna | Alvar | Aligarh |</p>
</div>
<table cellspacing = "3" cellpadding = "4">
<tr><td><div class="container">
<img src = "http://localhost/f/Agra.jpg" height = "177" width = "164" align = "center"><div class="overlay">Agra</div></div><br><br><center></center></td>
<td><div class="container"><img src = "http://localhost/f/delhi.jpg" height = "177" width = "164" align = "center"><div class="overlay">New Delhi</div></div><br><br><center></center></td><td><div class="container"><img src = "http://localhost/f/jaipur.jpg" height = "177" width = "164" align = "center"><div class="overlay">Jaipur</div></div><br><br><center></center></td><td><div class="container"><img src = "http://localhost/f/kanpur.jpg" height = "177" width = "164" align = "center"><div class="overlay">Kanpur</div></div><br><br><center></center></td><td><div class="container"><img src = "http://localhost/f/bhopal.jpg" height = "177" width = "164" align = "center"><div class="overlay">Bhopal</div></div><br><br><center></center></td></tr>
</table>
<div class="gh">
<img src="http://localhost/f/map.jpg" align="center">
</div>
<p><font size="18"><center>MAP SIMPLIFIED</font></center></p>
<div class="gh">
<img src="http://localhost/f/flow.png" align="center">
</div>
</body>
</html>