-
Notifications
You must be signed in to change notification settings - Fork 0
/
personalfacts.html
308 lines (296 loc) · 12.6 KB
/
personalfacts.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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Favicon -->
<link rel="shortcut icon" href="img/fav.png" />
<!-- Author Meta -->
<meta name="author" content="colorlib" />
<!-- Meta Description -->
<meta name="description" content="" />
<!-- Meta Keyword -->
<meta name="keywords" content="" />
<!-- meta character set -->
<meta charset="UTF-8" />
<!-- Site Title -->
<title>Personal Facts</title>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:900|Roboto:400,400i,500,700" rel="stylesheet" />
<!--
CSS
=============================================
-->
<link rel="stylesheet" href="css/linearicons.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/hexagons.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/themify-icons/0.1.2/css/themify-icons.css" />
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<!-- ================ Start Header Area ================= -->
<header class="default-header">
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/logo.png" alt="" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="lnr lnr-menu"></span>
</button>
<div class="collapse navbar-collapse justify-content-end align-items-center" id="navbarSupportedContent">
<ul class="navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="personalfacts.html">Personal Facts</a></li>
<li><a href="webmap.html">Web GIS App</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- ================ End Header Area ================= -->
<!-- ================ start banner Area ================= -->
<section class="banner-area">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-12 banner-right">
<h1 class="text-white">
Getting to Know RAJ
</h1>
<p class="mx-auto text-white mt-20 mb-40">
Raj is a lot more than a tech guy. He seems to be a jolly person.<br />Here are some personal facts
about
him.
</p>
<div class="link-nav">
<span class="box">
<a href="index.html">Home </a>
<i class="lnr lnr-arrow-right"></i>
<a href="about.html">Personal Facts</a>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- ================ End banner Area ================= -->
<!-- ================ Start Feature Area ================= -->
<section class="personalfacts-area">
<div class="container">
<h1>
  Skills
</h1>
<br><br>
<div class="feature-inner row">
<div class="col-lg-4 col-md-6">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="./img/PersonalFacts/creativity.png" alt="Creativity">
<div class="card-body">
<h5 class="card-title">Creativity</h5>
<p class="card-text">Raj likes to daydream and imagine the possibilities and wonders of the world. He
can immerse himself in imagination and fantasy, yet remain grounded enough to turn his daydreams
into reality.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="./img/PersonalFacts/interpesonal skills.png" alt="Interpersonal Skills">
<div class="card-body">
<h5 class="card-title">Interpersonal Skills</h5>
<p class="card-text">Raj has a great tactic that he uses to interact with others effectively. He showers
kindness around the people and encourages them as well.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="./img/PersonalFacts/critical thinking.png" alt="Critical Thinking">
<div class="card-body">
<h5 class="card-title">Critical Thinking</h5>
<p class="card-text">Raj the ability to think clearly and rationally about what to do or what to believe.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="./img/PersonalFacts/problem solving.png" alt="Problem Solving">
<div class="card-body">
<h5 class="card-title">Problem Solving</h5>
<p class="card-text">Raj is a thinker who focuses on the problem as stated and tries to synthesize
information
and knowledge to achieve a solution.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="./img/PersonalFacts/team player.jpg" alt="Team Player">
<div class="card-body">
<h5 class="card-title">Team Player</h5>
<p class="card-text">Raj believes strongly in teamwork. He encourages his team to put their best effort
and finds it okay if they can't perform
despite their will and hardwork they put on.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="./img/PersonalFacts/leadership.png" alt="Leadership">
<div class="card-body">
<h5 class="card-title">Leadership</h5>
<p class="card-text">Raj always motivates others and mobilizes resources to achieve a goal. May that be a
project's goal or any other work or sports as well.</p>
</div>
</div>
</div>
</div>
<br><br><br>
<br>
<div class="feature-inner row">
<div class="col-lg-12">
<div class="section-title text-left">
<h2>
Hobbies
</h2>
<!-- <p>
Raj is a great guy and has dynamic interests.
</p> -->
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="personalfacts-item">
<img src="img/PersonalFacts/bike.jpg" class="img-fluid" alt="" />
<div><br /></div>
<i class="fa fa-bicycle"></i>
<h4>Bike Riding</h4>
<div>
<p>
Raj is a bike lover. He loves to ride bikes anytime any season. He rides Dominar 400. He has been to
many beautiful locations of Nepal.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt--160">
<div class="personalfacts-item">
<img src="img/PersonalFacts/travelling.jpg" class=" img-fluid" alt="" />
<div><br /></div>
<i class="fa fa-bus"></i>
<h4>Travelling</h4>
<div>
<p>
Raj is a hodophile. He just loves to travel. He goes to different places of Nepal and enjoy his time
there. He loves to travel by road.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt--260">
<div class="personalfacts-item">
<img src="img/PersonalFacts/basketball.jpg" class="img-fluid" alt="" />
<div><br /></div>
<i class="ti-basketball"></i>
<h4>Basketball</h4>
<div>
<p>
Raj is very passionate about Baskebatll. He frequently plays basketball. He plays so well that he have
won many competitions and MVP awards.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="personalfacts-item">
<img src="img/PersonalFacts/Swimming.JPG" class="img-fluid" alt="" />
<div><br /></div>
<i class="fa fa-lastfm"></i>
<h4>Swimming</h4>
<div>
<p>
Raj was born to swim. His home place is surrounded by rivers. He began to swim from very young age and
he loves to swim till date.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt--160">
<div class="personalfacts-item">
<img src="img/PersonalFacts/movies.jpg" class="img-fluid" alt="" />
<div><br /></div>
<i class="ti-video-camera"></i>
<h4>Movies</h4>
<div>
<p>
Raj is crazy about movies. He just can’t deny watching movies. He probably watches one movie in one or
two days.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mt--260">
<div class="personalfacts-item">
<img src="img/PersonalFacts/music.jpg" class="img-fluid" alt="" />
<div><br /></div>
<i class=" ti-music-alt"></i>
<h4>Music</h4>
<div>
<p>
Raj is a music lover as well. He always listens to music. His favorite is traditional folk. However, he
listens to pop and rock as well.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ================ End Feature Area ================= -->
<!-- ================ start footer Area ================= -->
<footer class="footer-area">
<div class="container">
<div class="footer-bottom row align-items-center">
<p class="footer-text m-0 col-lg-8 col-md-12">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved |<a href="index.html"><img
src="img/logo.png" alt="" /></a>
</p>
<div class="col-lg-4 col-md-12 footer-social">
<a href="https://www.facebook.com/raj.bhattarai.77" target="_blank"><i class="ti-facebook"></i></a>
<a href="https://www.instagram.com/iamrajbhattarai/" target="_blank"><i class="ti-instagram"></i></a>
<a href="https://www.youtube.com/channel/UC1_srh259JZqXAa3SNCri3g" target="_blank"><i
class="ti-youtube"></i></a>
<a href="https://twitter.com/rajbhattarai222" target="_blank"><i class="ti-twitter"></i></a>
<a href="https://www.linkedin.com/in/raj-bhattarai-722a711b6/" target="_blank"><i class="ti-linkedin"></i></a>
<a href="https://join.skype.com/invite/uO2ol0FD7aKa" target="_blank"><i class="ti-skype"></i></a>
</div>
</div>
</div>
</footer>
<!-- ================ End footer Area ================= -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"
integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/hexagons.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>