-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
444 lines (397 loc) · 17.3 KB
/
index.html
File metadata and controls
444 lines (397 loc) · 17.3 KB
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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!--
Title: ITEG Management System
Author: Sneh Jaiswal
Created On: Sat Apr 23 2022 11:01:30 pm
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sneh_Portfolio</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<!-- <link href="img/favicon.png" rel="icon"> -->
<!-- <link href="img/apple-touch-icon.png" rel="apsple-touch-icon"> -->
<!-- Bootstrap CSS File -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<!--
Title: ITEG Management System
Author: Sneh Jaiswal
Created On: Sat Apr 23 2022 11:01:30 pm
-->
<body id="page-top">
<!--/ Nav Star /-->
<nav class="navbar navbar-b navbar-trans navbar-expand-md fixed-top" id="mainNav">
<div class="container">
<!-- <a class="navbar-brand js-scroll" href="#page-top">SNEH</a> -->
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarDefault"
aria-controls="navbarDefault" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div class="navbar-collapse collapse justify-content-end" id="navbarDefault">
<ul class="navbar-nav">
<!-- Home -->
<li class="nav-item">
<a class="nav-link js-scroll active" href="#home">Home</a>
</li>
<!-- About -->
<li class="nav-item">
<a class="nav-link js-scroll" href="#about">About</a>
</li>
<!-- Certification -->
<li class="nav-item">
<a class="nav-link js-scroll" href="#service">Services</a>
</li>
<!-- Work -->
<li class="nav-item">
<a class="nav-link js-scroll" href="#Skills">Skills</a>
</li>
<!-- Project -->
<li class="nav-item">
<a class="nav-link js-scroll" href="#blog">Blog</a>
</li>
<!-- Contact -->
<li class="nav-item">
<a class="nav-link js-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--/ Nav End /-->
<!--/ Intro Skew Star /-->
<div id="home" class="intro route bg-image" style="background-image: url(img/intro-bg.jpg)">
<div class="overlay-itro"></div>
<div class="intro-content display-table">
<div class="table-cell">
<div class="container">
<!--<p class="display-6 color-d">Hello, world!</p>-->
<h1 class="intro-title mb-4">I am Sneh Jaiswal</h1>
<p class="intro-subtitle"><span class="text-slider-items">Web Developer,Frontend
Developer,Backend Developer,Freelancer</span><strong class="text-slider"></strong></p>
<!-- <p class="pt-3"><a class="btn btn-primary btn js-scroll px-4" href="#about" role="button">Learn More</a></p> -->
</div>
</div>
</div>
</div>
<!--/ Intro Skew End /-->
<!-- ABOUT ME START -->
<section id="about" class="about-mf sect-pt4 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="box-shadow-full">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-6 col-md-5">
<div class="about-img">
<img src="img/About2.jpeg" class="img-fluid rounded b-shadow-a" alt="">
</div>
</div>
<div class="col-sm-6 col-md-7">
<div class="about-info">
<p><span class="title-s">Name: </span> <span>Sneh Jaiswal</span></p>
<p><span class="title-s">Profile: </span> <span>full stack developer</span></p>
<p><span class="title-s">Email: </span> <span>snehjaiswal20@gmail.com</span></p>
<p><span class="title-s">Phone: </span> <span>(704) 951-0697</span></p>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="about-me pt-4 pt-md-0">
<div class="title-box-2">
<h5 class="title-left">
About me
</h5>
</div>
<!-- 1 -->
<p class="lead">
I am sneh jaiswal and i am 19 years old .
I have born in Nasrullaganj and I have completed my schooling in Nasrullaganj.
I am currently pursuing my graduation Bachelor of computer application from Sant Singaji Institute
Science and management college Sandalpur.
</p>
<!-- 2 -->
<p class="lead">
I am interested in coding and I want to become a full-stack developer.
I have been somewhat successful in getting hold of programming languages like C, Java, oop,
JavaScript, NodeJS, ReactJS, and MongoDB.
I think I can easily get hold of new technology and a new language. I have also worked on a college
project. and
There are three members in my family, my father and my mother, and me.
</p>
<!-- 3 -->
<p class="lead">
Eager to learn new technologies and methodologies.
Always willing to innovate the new things which can improve the existing technology.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT ME END -->
<!--/ Section Services Star /-->
<section id="service" class="services-mf route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Services
</h3>
<p class="subtitle-a">
Life is for service.
</p>
<div class="line-mf"></div>
</div>
</div>
</div>
<div class="row">
<!-- Web devlopment -->
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="ion-code-working"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Web Development</h2>
<p class="s-description text-center">
Web development refers to the building, creating, and maintaining of websites. It includes aspects such
as web design, web publishing, web programming, and database management. It is the creation of an
application that works over the internet i.e. websites.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="ion-android-phone-portrait"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Responsive Design</h2>
<p class="s-description text-center">
Responsive design is a graphic user interface (GUI) design approach used to create content that adjusts
smoothly to various screen sizes. Designers size elements in relative units (%) and apply media queries,
so their space to ensure content consistency across devices.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="ion-monitor"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Freelancer</h2>
<p class="s-description text-center">
Freelancers are self-employed and often referred to as independent contractors. Freelancers are hired by
other companies on a part time or short-term basis, but they do not receive the same compensation as
full-time employees or have the same level of commitment to any particular company.
</p>
</div>
</div>
</div>
</div>
</section>
<!--/ Section Services End /-->
<!-- Skills Start -->
<section id="blog" class="blog-mf sect-pt4 route">
<div class="container">
<!-- Tittle -->
<div class="title-box text-center">
<h3 class="title-a">
Skills
</h3>
<p class="subtitle-a">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
</p>
<div class="line-mf"></div>
</div>
<!-- Start -->
</div>
</section>
<!-- Skills End -->
<!--/ Section Testimonials Start /-->
<div class="testimonials paralax-mf bg-image" style="background-image: url(img/overlay-bg.jpg)">
<div class="overlay-mf"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="testimonial-mf" class="owl-carousel owl-theme">
<div class="testimonial-box">
<div class="author-test">
<img src="img/testimonial-2.jpg" alt="" class="rounded-circle b-shadow-a">
<span class="author">― Ethan Marcotte, Responsive Web Design</span>
</div>
<div class="content-test">
<p class="description lead">
<q> If you're already a front-end developer, well, pretend you're also wearing a pirate hat.</q>
</p>
<span class="comit"><i class="fa fa-quote-right"></i></span>
</div>
</div>
<div class="testimonial-box">
<div class="author-test">
<!-- <img src="img/About1-modified.png" alt="" class="rounded-circle b-shadow-a"> -->
<span class="author">― Sneh Jaiswal</span>
</div>
<div class="content-test">
<p class="description lead">
<q><b>The truth of life is that
A person learns to walk only when he stumbles</b></q>
</p>
<span class="comit"><i class="fa fa-quote-right"></i></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/ Section Testimonials end /-->
<!--/ Section Contact-Footer Start /-->
<section class="paralax-mf footer-paralax bg-image sect-mt4 route" style="background-image: url(img/overlay-bg.jpg)">
<div class="overlay-mf"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="contact-mf">
<div id="contact" class="box-shadow-full">
<div class="row">
<div class="col-md-6">
<div class="title-box-2">
<h5 class="title-left">
Send Message Us
</h5>
</div>
<div>
<!-- Start form -->
<form
action="https://script.google.com/macros/s/AKfycbx5XUFYaS4iyyRJOKQVAfMcy_eRcXxkQDcfXKXIVRtetSYjm6PrDOAm9ODaySZcDiQ/exec"
method="post" role="form" class="contactForm">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<div class="row">
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name"
data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email"
data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject"
data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required"
data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
</div>
<div class="col-md-12">
<button type="submit" class="button button-a button-big button-rouded">Send Message</button>
</div>
</div>
</form>
<!-- Close form -->
</div>
</div>
<!-- Get in tuch start-->
<div class="col-md-6">
<div class="title-box-2 pt-4 pt-md-0">
<h5 class="title-left">
Get in Touch
</h5>
</div>
<div class="more-info">
<p class="lead">
I am Sneh. If you ask me to communicate, then you can DM me on these social media apps. you can
also connect by messaging thank you for visiting my website.
</p>
<ul class="list-ico">
<li><span class="ion-ios-location"></span> Khategaon, devas(Mp), India </li>
<li><span class="ion-ios-telephone"></span> (704) 951-0697</li>
<li><span class="ion-email"></span> snehjaiswal20@gmail.com</li>
</ul>
</div>
<!-- Socials -->
<div class="socials">
<ul>
<li><a href="https://www.facebook.com/sneh.jaiswal.5220"><span class="ico-circle"><i
class="ion-social-facebook"></i></span></a></li>
<li><a href="https://www.instagram.com/mr_jaiswal001/?hl=en"><span class="ico-circle"><i
class="ion-social-instagram"></i></span></a></li>
<li><a href="https://www.linkedin.com/in/sneh-jaiswal-431165229/"><span class="ico-circle"><i
class="ion-social-linkedin"></i></span></a></li>
<li><a href="https://github.com/Snehjaiswal"><span class="ico-circle"><i
class="ion-social-github"></i></span></a></li>
</ul>
</div>
</div>
<!-- Get in tuch End-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--/ Section Contact-Footer end /-->
<!-- Scroller -->
<a href=" #" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<div id="preloader"></div>
<!-- JavaScript Libraries start-->
<div class="Script-file">
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/popper/popper.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<!--
<script src="https://kit.fontawesome.com/b9b7204a81.js" crossorigin="anonymous"></script> -->
<script src="lib/easing/easing.min.js"></script>
<script src="lib/counterup/jquery.waypoints.min.js"></script>
<script src="lib/counterup/jquery.counterup.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/typed/typed.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</div>
<!-- JavaScript Libraries end-->
</body>
</html>