-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.html
133 lines (111 loc) · 3.88 KB
/
example.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
<html>
<head>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div>
<br>
<br>
<header class="header">
<a href="index.html" class="logo"> <img src="ahmedabad/240_F_235610291_OMADoH4PpHGOgpYYxgZcuv6PdDlA5VdJ-removebg-preview.png"height="90px" width="300px"> </a>
<nav class="navbar">
<div id="nav-close" class="fas fa-times"></div>
<a href="index.html"><b>home</b></a>
<a href="adventure.html"><b>Best place</b></a>
<a href="blogs.html"><b>heritage site</b></a>
<a href="events.html"><b>facility</b></a>
</nav>
<div class="icons">
<div id="menu-btn" class="fas fa-bars"></div>
<!--<a href="#" class="fas fa-shopping-cart"></a>-->
<div id="search-btn" class="fas fa-search"></div>
</div>
</header>
</div>
<section class="category adventure" id="adventure">
<div class="box-container">
<div class="box">
<img src="ahmedabad/Kochrab-Ashram-1.jpg" alt="">
<h3>historical places</h3>
<p>A city of rich culture and heritage, Ahmedabad at its heart remains a potpourri of all things....</p>
<a href="blogs.html#para" class="btn">read more</a>
</div>
<div class="box">
<img src="ahmedabad/atalbridgeday1.jpeg" alt="">
<h3>Famous place</h3>
<p>This city of famous tourist attractions is situated on the banks of Sabarmati river...............</p>
<a href="adventure.html#heli" class="btn">read more</a>
</div>
<div class="box">
<img src="ahmedabad/civil-hospital-bg.jpg" alt="">
<h3>Top Hospitals</h3>
<p> is a vast medicity, well equipped with modern apparatus. All type of treatment and investigations are provided...</p>
<a href="#" class="btn">read more</a>
</div>
<div class="box">
<img src="ahmedabad/20220930154129.jpg" alt="">
<h3>Transport </h3>
<p>With a wildlife abundance rich in diversity and quantity, Sri Lanka promises you...</p>
<a href="adventure.html#safa" class="btn">read more</a>
</div>
<div class="box">
<img src="ahmedabad/JGCC-Building-1-1024x768.jpg" alt="">
<h3>Top collages </h3>
<p>in ahmedabad top best education collages are placed and give the bestt ...</p>
<a href="adventure.html#safa" class="btn">read more</a>
</div>
</div>
</section>
<!-- FOOTER START -->
<div class="footer">
<div class="contain">
<div class="col">
<h1>Home page</h1>
<ul>
<li>home</li>
<li>best place</li>
<li>heritage site</li>
<li>facility</li>
</ul>
</div>
<div class="col">
<h1>Best Place</h1>
<ul>
<li>Riverfront</li>
<li>Kankaria</li>
<li>Atal brige</li>
<li>motera-stadium</li>
</ul>
</div>
<div class="col">
<h1>heritage site</h1>
<ul>
<li>Siddi-Sayed-Mosque</li>
<li>jama masjid</li>
<li>Sabarmati-Ashram</li>
<li>Bhadra-Fort</li>
</ul>
</div>
<div class="col">
<h1>facility</h1>
<ul>
<li>Top Hospitals</li>
<li>Top collages</li>
<li> Transport</li>
</ul>
</div>
<div class="col social">
<h1>Social</h1>
<ul>
<li><img src="/logo/7123025_logo_google_g_icon.png" width="32" style="width: 32px;"></li>
<li><img src="/logo/map.png" width="32" style="width: 32px;"></li>
<li><img src="/logo/instagram.png" width="32" style="width: 32px;"></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- END OF FOOTER -->
<script src="js/script.js"></script>
</body>
</html>