-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
316 lines (301 loc) · 16.6 KB
/
index.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
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Lavish Jain | Personal Portfolio</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="origin">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<!-- Hotjar Tracking Code for https://jainlavish.github.io/ -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:762856,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<div class="responsive-header visible-xs visible-sm">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="top-section">
<div class="profile-image">
<img src="img/profile.jpg" alt="Lavish">
</div>
<div class="profile-content">
<h3 class="profile-title">Lavish Jain</h3>
<p class="profile-description">Software Developer</p>
<p class="profile-description">Sawai Madhopur | Rajasthan</p>
</div>
</div>
</div>
</div>
<a href="#" class="toggle-menu"><i class="fa fa-bars"></i></a>
<div class="main-navigation responsive-menu">
<ul class="navigation">
<li><a href="#top"><i class="fa fa-home"></i>Welcome</a></li>
<li><a href="#about"><i class="fa fa-user"></i>About Me</a></li>
<li><a href="#projects"><i class="fa fa-newspaper-o"></i>My Gallery</a></li>
<li><a href="#contact"><i class="fa fa-envelope"></i>Contact Me</a></li>
</ul>
</div>
<div class="social-icons">
<ul>
<li><a href="https://www.facebook.com/lavish.jain.75" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/092f1911ea87478" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/lavish-jain-548a655a/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://plus.google.com/u/0/103971730174444213254" target="_blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div> <!-- .social-icons -->
</div>
</div>
<!-- SIDEBAR -->
<div class="sidebar-menu hidden-xs hidden-sm">
<div class="top-section">
<div class="profile-image">
<img src="img/profile.jpg" alt="Lavish">
</div>
<h3 class="profile-title">Lavish Jain</h3>
<p class="profile-description">Software Developer</p>
<p class="profile-description">Sawai Madhopur | Rajasthan</p>
</div> <!-- top-section -->
<div class="main-navigation">
<ul class="navigation">
<li><a href="#top"><i class="fa fa-globe"></i>Welcome</a></li>
<li><a href="#about"><i class="fa fa-pencil"></i>About Me</a></li>
<li><a href="#projects"><i class="fa fa-paperclip"></i>My Gallery</a></li>
<li><a href="#contact"><i class="fa fa-link"></i>Contact Me</a></li>
</ul>
</div> <!-- .main-navigation -->
<div class="social-icons">
<ul>
<li><a href="https://www.facebook.com/lavish.jain.75" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/092f1911ea87478" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/lavish-jain-548a655a/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://plus.google.com/u/0/103971730174444213254" target="_blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div> <!-- .social-icons -->
</div> <!-- .sidebar-menu -->
<div class="banner-bg" id="top">
<div class="banner-overlay"></div>
<div class="welcome-text">
<h2>Lavish Jain | </u>Personal Portfolio</h2>
<h5>I'm just myself. Thats the best way to put it.</h5>
</br>
</div>
</div>
<!-- MAIN CONTENT -->
<div class="main-content">
<div class="fluid-container">
<div class="content-wrapper">
<!-- ABOUT -->
<div class="page-section" id="about">
<div class="row">
<div class="col-md-12">
<h4 class="widget-title">Learn About Me</h4>
<div class="about-image">
<img src="img/8.jpg" alt="about me">
</div>
<p>I’m just human, I have weakness, I make mistakes and I experience sadness; But I learn from all these things to make me a better person.<span class="blue"></span><span class="green"></span>
<hr>
</div>
</div> <!-- #about -->
</div>
<!-- PROJECTS -->
<div class="page-section" id="projects">
<div class="row">
<div class="col-md-12">
<h4 class="widget-title">Some Glimpse of My Memories</h4>
<p>Adventure is worthwhile. We travel, some of us forever, to seek other places, other lives, other souls. Travelling leaves you speechless, then turns you into a storyteller. For my part, I travel not to go anywhere, but to go. I travel for travel’s sake. The great affair is to move.</p>
</div>
</div>
<div class="row projects-holder">
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/hampi.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Hampi</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/horsley-hills.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Horshley Hills</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/mahabaleshvar.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Mahabaleshwar Pune</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/mysore.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Mysore Palace</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/pondicheri.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Pondicherry</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/shiv-samundram.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Shivasamundram</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/hampi.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Hampi</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/horsley-hills.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Horshley Hills</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/mahabaleshvar.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Mahabaleshwar Pune</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/mysore.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Mysore Palace</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/pondicheri.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Pondicherry</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item">
<img class="img-rounded" src="img/shiv-samundram.jpeg" alt="">
<div class="project-hover">
<div class="inside">
<h5><a>Shivasamundram</a></h5>
<p>A good place to visit</p>
</div>
</div>
</div>
</div>
</div> <!-- .projects-holder -->
</div>
<hr>
<!-- CONTACT -->
<div class="page-section" id="contact">
<div class="row">
<div class="col-md-12">
<h4 class="widget-title">PLACE TO TALK WITH ME</h4>
<p><b>Email:</b> [email protected]</p>
<p><b>Phone:</b> +91 9066920538</p>
</div>
</div>
<div class="row">
<form action="https://formspree.io/[email protected]" method="post" class="contact-form">
<fieldset class="col-md-4 col-sm-6">
<input class="form-control" type="text" name="your-name" id="your-name" placeholder="Your Name...">
</fieldset>
<fieldset class="col-md-4 col-sm-6">
<input class="form-control" type="email" name="email" id="email" placeholder="Your Email...">
</fieldset>
<fieldset class="col-md-4 col-sm-12">
<input class="form-control" type="text" id="your-subject" name="your-subject" placeholder="Subject...">
</fieldset>
<fieldset class="col-md-12 col-sm-12">
<textarea class="form-control" name="message" id="message" cols="30" rows="6" placeholder="Leave your message..."></textarea>
</fieldset>
<fieldset class="col-md-12 col-sm-12">
<button type="submit" class="btn btn-primary btn-lg">
<span class="glyphicon glyphicon-envelope"></span> Send Message</button>
</fieldset>
</form>
</div> <!-- .contact-form -->
</div>
<hr>
<div class="row" id="footer">
<div class="col-md-12 text-center">
<p class="copyright-text">Copyright © 2018 Lavish Jain</p>
</div>
</div>
</div>
</div>
</div>
<script src="js/vendor/jquery-1.10.2.min.js"></script>
<script src="js/min/plugins.min.js"></script>
<script src="js/min/main.min.js"></script>
</body>
</html>