forked from abhikulshrestha22/abhikulshrestha22.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
336 lines (295 loc) · 17.4 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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">
<title>Abhishek Kulshrestha</title>
</head>
<body data-spy="scroll" data-target="#navbar-menu" data-offset="50">
<nav id="navbar-menu" class="navbar fixed-top navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#">Abhishek Kulshrestha</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarNavAltMarkup">
<ul class="ml-md-auto nav nav-pills navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#one">Home</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#two">Projects</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#three">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#four">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="http://devwithabhi.com/">Blog</a>
</li>
</div>
</div>
</nav>
<div id="one" class="banner-area">
<div class="intro-text container">
<h1 class="banner-area-headline">Hi, <br>This is Abhishek Kulshrestha</h1>
<h3>I am a front end developer who is passionate about techonology and problem solving.</h3>
<h3>I am experienced in React, React-native , Responsive UI/UX, HTML, CSS.</h3>
</div>
</div>
<!-- <div id="two" class="container section"> -->
<!-- <div class="row content-box" id="one" >
<div class="col-lg-12 ">
<h1 class="headings">My Work</h1>
</div>
</div> -->
<!-- ____________________________Project 1_______________________________________________ -->
<!-- <div class="row">
<div class="col-md-4 portfolio-img-container">
<img class="portfolio-img" src="./images/Capture2.png" />
<div class="middle">
<h3>MovieRator</h3>
<button class="btn btn-primary" data-toggle="modal" data-target="#modal1">Know more</button>
</div>
<div class="modal fade" id="modal1" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Movierator</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<span>A node.js cli to rate all movies in your folder according to the imdb ratings.</span>
<img src="./images/Capture2.png" />
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<a href="https://github.com/abhikulshrestha22/movierator" class="btn btn-primary">View Code</a>
</div>
</div>
</div>
</div>
</div> -->
<!-- _______________________________Project 2_____________________________ -->
<!-- ____________________________Project 2_______________________________________________ -->
<!-- <div class="col-md-4 portfolio-img-container">
<img class="portfolio-img" src="./images/Capture1.png" />
<div class="middle">
<h3>NotesApp</h3>
<button class="btn btn-primary" data-toggle="modal" data-target="#modal2">Know more</button>
</div>
<div class="modal fade" id="modal2" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">NotesApp</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<span>An app to write, read and delete notes.
This App is built using Node.js with Express using MongoDB at the backend.
The front end connects to the back end by sending AJAX requests through
JQuery</span>
<img src="./images/Capture1.png" />
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">View Code</button>
</div>
</div>
</div>
</div>
</div> -->
<!-- ____________________________Project 3_______________________________________________ -->
<!-- <div class="col-md-4 portfolio-img-container">
<img class="portfolio-img" src="./images/Capture3.png" />
<div class="middle">
<h3>Wallpaper-App </h3>
<button class="btn btn-primary" data-toggle="modal" data-target="#modal3">Know more</button>
</div>
<div class="modal fade" id="modal3" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Wallpaper-App
</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<span>An electron app to change the wallpaper online based on Node.js.
</span>
<img src="./images/Capture3.png" />
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">View Code</button>
</div>
</div>
</div>
</div>
</div>-->
<!-- </div> -->
</div>
<!-- Button trigger modal -->
<div id="three" class="dark-theme container-fluid section">
<div class="row content-box" id="one" >
<div class="col-lg-12 ">
<h1 class="dark-theme headings">My Skills</h1>
<div class="skill-box">
<i class="fab fa-html5 fa-5x"></i><br/>
HTML
</div>
<div class="skill-box">
<i class="fab fa-css3-alt fa-5x"></i><br/>
CSS
</div>
<div class="skill-box">
<i class="fab fa-js fa-5x"></i><br/>
JavaScript
</div>
<div class="skill-box">
<i class="fab fa-react fa-5x"></i><br/>
React
</div>
<div class="skill-box">
<i class="fab fa-node-js fa-5x"></i><br/>
Node.js
</div>
<div class="skill-box">
<i class="fab fa-git fa-5x"></i><br/>
Git
</div>
<div class="skill-box">
<i class="fas fa-mobile-alt fa-5x"></i><br/>
Responsive Design
</div>
</div>
<div class=" col-lg-12 sub-section">
To know more about me,<br>
<a href="./resume.pdf" target="_blank" class="btn btn-warning">View Resume</a>
</div>
</div>
</div>
<div id="four" class="container-fluid section">
<div class="row content-box" id="one" >
<div class="col-lg-12 ">
<h1 class=" headings">Contact Me</h1>
<form id="contact-form" method="post" action="https://formspree.io/abhikulshrestha22@gmail.com"
method="POST" role="form">
<div class="messages">
</div>
<div class="controls">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="form-name">FirstName*</label>
<input type="text" id="form-name" name="name" class="form-control" placeholder="Please enter your firstname" required="required" data-error="Firstname is required">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="form-lastname">Lastname*</label>
<input type="text" id="form-lastname" name="surname" class="form-control" placeholder="Please enter your lastname" required="required" data-error="Firstname is required">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="form_email">Email *</label>
<input id="form_email" type="email" name="email" class="form-control" placeholder="Please enter your email *" required="required" data-error="Valid email is required.">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="form_subject">Subject *</label>
<input id="form_subject" type="text" name="subject" class="form-control" placeholder="Please enter your email *" required="required" data-error="Valid subject is required.">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label for="form_message">Message *</label>
<textarea id="form_message" name="message" class="form-control" placeholder="Message for me *" rows="4" required="required" data-error="Please, leave us a message."></textarea>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12">
<input type="submit" class="btn btn-success btn-send" value="Send message">
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<script>
typer(document.querySelector('#banner-text'),70)
.line('<h1>Welcome to my digital home!</h1>')
.cursor({block: false, blink: 'hard', color: 'red'});
</script>
<script>
$(function () {
// init the validator
// validator files are included in the download package
// otherwise download from http://1000hz.github.io/bootstrap-validator
$('#contact-form').validator();
// when the form is submitted
$('#contact-form').on('submit', function (e) {
// if the validator does not prevent form submit
if (!e.isDefaultPrevented()) {
var url = "contact.php";
// POST values in the background the the script URL
$.ajax({
type: "POST",
url: url,
data: $(this).serialize(),
success: function (data)
{
// data = JSON object that contact.php returns
// we recieve the type of the message: success x danger and apply it to the
var messageAlert = 'alert-' + data.type;
var messageText = data.message;
// let's compose Bootstrap alert box HTML
var alertBox = '<div class="alert ' + messageAlert + ' alert-dismissable"><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>' + messageText + '</div>';
// If we have messageAlert and messageText
if (messageAlert && messageText) {
// inject the alert to .messages div in our form
$('#contact-form').find('.messages').html(alertBox);
// empty the form
$('#contact-form')[0].reset();
}
}
});
return false;
}
})
});</script>
<script src="script.js" type="text/JavaScript"></script>
</body>
</html>