-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgallery.html
215 lines (182 loc) · 6.08 KB
/
gallery.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<meta name="description"
content="HamroJounrey is created as a first project for the Web Design Competition in SXC Computer Festival 2020 at St Xavier College. This website is nominated as the best website in that competition.">
<meta name="keywords"
content="HamroJourney, Hamro Journey, Visit Nepal for Journey, Hamro Journey Ramro Journey, Best journey in Nepal, Memorable Journey in Nepal, Visit Nepal 2020, #visitnepal2020">
<meta name="author" content="Aashish & Bishesh">
<title>Hamro Journey | Welcome</title>
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="./css/styles.css">
<link rel="icon" href="./img/journey.png">
<style type="text/css">
section.block {
padding: 40px 0 20px 0;
}
</style>
</head>
<body>
<header id="top-head">
<div class="container">
<div class="row">
<div class="col-3 location">
<span><i class="fas fa-location-arrow"></i>Purano Kalimati, Kathmandu</span>
</div>
<div class="col-3 phone">
<span><i class="fas fa-phone-alt"></i>Calls: 977 9810154589</span>
</div>
<div class="col-3 fee">
<span><i class="fas fa-money-bill"></i>Starts From: $100 - $1000</span>
</div>
<div class="col-3 clock text-right">
<span><i class="fas fa-clock"></i>Date: 14th Feb, 2020</span>
</div>
</div>
</div>
</header>
<header id="main-head">
<div class="container">
<div class="row">
<div class="col-4">
<div class="branding">
<a href="index.html">
<h2><i class="fas fa-map-marked"></i>Hamro<span class="highlight">Journey</span></h2>
</a>
</div>
</div>
<div class="col-6">
<nav id="main-nav">
<ul>
<li><a href="index.html"><i class="fas fa-home"></i>Home</a></li>
<li><a href="about.html"><i class="fas fa-blog"></i>About Us</a></li>
<li class="current"><a href="gallery.html"><i class="fas fa-photo-video"></i>Gallery</a></li>
</ul>
</nav>
</div>
<div class="col-2 text-right">
<a class="my-btn" href="about.html">Explore It</a>
</div>
</div>
</div>
</header>
<section id="banner" class="banner-gallery">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-8">
<div class="content">
<h2>Beautiful Places in Nepal</h2>
<p>With more than 1.2 million hotels in 200 countries and regions, we've built an extensive hotel network to
give our customers a fantastic choice of accommodation</p>
<a class="my-btn" href="about.html">Explore It</a>
</div>
</div>
</div>
</div>
</section>
<!-- gallery -->
<section class="block" id="gallery">
<div class="container">
<div class="section-title">
<h2>The Journey I enjoyed Most</h2>
</div>
<div class="content">
<div class="row">
<div class="col-3">
<div class="widget">
<div class="img-cover">
<img src="./assets/bhaktapur.jpg" width="300px">
</div>
<span class="caption">Bhaktapur retains some of its ancient way of life</span>
</div>
</div>
<div class="col-3">
<div class="widget">
<div class="img-cover">
<img src="./assets/boudhanath.jpg" width="300px">
</div>
<span class="caption">This is a beautiful city, a city full of light.</span>
</div>
</div>
<div class="col-3">
<div class="widget">
<div class="img-cover">
<img src="./assets/chitwan.jpg" width="300px">
</div>
<span class="caption">Chitwan National Park is home of One Horn Rhino</span>
</div>
</div>
<div class="col-3">
<div class="widget">
<div class="img-cover">
<img src="./assets/kathmandu.jpg" width="300px">
</div>
<span class="caption">Kathmandu is the capital and largest city in Nepal</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- gallery -->
<section class="block" id="gallery">
<div class="container">
<div class="section-title">
<h2>A heaven for Explorer</h2>
</div>
<div class="content">
<div class="row">
<div class="col-3">
<div class="widget">
<div class="img-cover">
<img src="./assets/nagarkot.jpg" width="300px">
</div>
<span class="caption">Nagarkot has the top spot for enjoying Himalayan views</span>
</div>
</div>
<div class="col-3">
<div class="widget">
<div class="img-cover">
<img src="./assets/pashupatinath.jpeg" width="300px">
</div>
<span class="caption">The largest temple complex in Nepal</span>
</div>
</div>
<div class="col-3">
<div class="widget">
<div class="img-cover">
<img src="./assets/pokhara.jpg" width="300px">
</div>
<span class="caption">Pokhara is Nepal's number 1 adventure destination</span>
</div>
</div>
<div class="col-3">
<div class="widget">
<div class="img-cover">
<img src="./assets/lumbini.jpg" width="300px">
</div>
<span class="caption">Lumbinī is a Buddhist pilgrimage site in the Rupandehi</span>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="main-footer">
<div class="container">
<h4 id="copyright-name"></h4>
<h5>Made with ❤ by <a href="https://www.facebook.com/aashishmaharjan.2001">Aashish</a> & <a
href="https://www.facebook.com/bishesh.killer">Bishesh</a></h5>
</div>
</footer>
<div class="scroll-up">
<a class="my-btn" id="scrollBtn"><i class="fas fa-arrow-up"></i></a>
</div>
<script type="text/javascript" src="./js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="./js/custom.js"></script>
</body>
</html>