-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
352 lines (298 loc) · 13.8 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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Gaurav - My Home Page</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Add custom CSS here -->
<link href="css/style.css" rel="stylesheet">
<link href="css/ekko-lightbox.css" rel="stylesheet">
<link href="css/flexslider.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="boxWrapp">
<div class="main-nav clearfix">
<!-- navbar -->
<nav class="navbar navbar-inverse" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#NavCol">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand bg-primary" href="#about">GAURAV</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="NavCol">
<ul class="nav navbar-nav navbar-right">
<li class="current"><a href="#about" class="linear">Home</a></li>
<li><a href="#aboutMore" class="linear">About</a></li>
<li><a href="#Projects" class="linear">Projects</a></li>
<li><a href="#contact" class="linear">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
<!-- Full Page Image Header Area -->
<div id="about" class="header">
<div class="maskHeader"></div>
<div class="main-caption">
<!-- slider -->
<div id="flex-head" class="flexslider">
<ul class="slides">
<li>
<h1>Hi, I'm Gaurav Mishra</h1>
<h2>Welcome to My Home Page</h2>
</li>
<li>
<h1>I'm a Senior UnderGraduate at IIIT Kalyani</h1>
<h2>Passionate about solving problems and learning new things in life</h2>
</li>
<li>
<h1>And...</h1>
<h2>Read this page to know more about me</h2>
</li>
</ul>
</div>
<!-- end slider -->
<a href="#aboutMore" class="btn btnAbout btn-clear border-color color-primary btn-lg linear">READ MORE</a>
</div><!-- end main caption -->
</div>
<!-- end header -->
<!-- /Full Page Image Header Area -->
<!-- content -->
<div id="aboutMore" class="page">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="build title-page">
<h2 class="text-center">ABOUT ME</h2>
<div class="line-title bg-primary"></div>
</div>
</div><!-- end col -->
</div><!-- end row -->
<div class="row">
<div class="col-md-12">
<div class="build main-about">
<div class="row">
<div class="col-md-3">
<div class="main-avatar text-center">
<div class="avatar img-thumbnail img-circle">
<img src="img/Gaurav.jpg" alt="avatar" />
</div>
</div>
<div class="text-center">
<br>
<span style="font-weight:bold">
<p style="font-size:18px">
Gaurav Mishra<br>
CSE, IIIT Kalyani<br>
</p>
</span>
</div>
</div>
<div class="col-md-9">
<div class="about-content">
<p>I am Gaurav Mishra, a senior undergrad in Computer Science and Engineering at Indian Institute of Information Technology Kalyani. I am broadly interested in Data Structures, Algorithms, Competitive programming and their applications. I love exploring and learning about new interesting things. My motto being "Just Do it". I'm also extremely interested in solving puzzles and algorithmic challenges, which guided me to the world of competitive programming.<br> </p>
<p>
Apart from Academics, I like to watch movies and play volleyball,Badminton.
<p>
For more details on the academic front, have a look at my resume.
</p>
<br>
<div class="row">
<div class="col-md-4 col-md-offset-0">
<a href="resources/gaurav_cv.pdf" class="btn btnAbout btn-clear btn-lg border-color color-primary linear" target = "_blank">RESUME</a>
</div>
<div class="col-md-4">
<a href="#contact" class="btn btnAbout btn-clear btn-lg border-color linear color-primary">CONTACT ME</a>
</div>
</div><!--/row-->
</div>
</div>
</div>
<div class="row">
</div><!-- end col -->
</div>
</div><!-- end col -->
</div><!-- end row -->
</div>
</div>
<!-- Selected Projects -->
<div id="Projects" class="page clearfix">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="build title-page">
<h2 class="text-center">SELECTED PROJECTS</h2>
<div class="line-title bg-primary"></div>
</div>
</div><!-- end col -->
</div><!-- end row -->
<br>
</div>
<div class="container">
<div class="row panel-default">
<div class="col-md-10 col-md-offset-1">
<div class="panel-body ">
<h4>
<strong><a>Reddit Of Campgrounds</a></strong>
</h4>
<div class="about-content">
<UL>
<LI> A Reddit type social web application
HTML,CSS,javascript,mongodb where user can
post various camping locations,can comment
on them and can edit/delete campgrounds
posted by that user .
</UL>
</div>
<br>
<h4>
<strong><a >DMA: Dynamic Memory Allocator</a></strong>
</h4>
<div class="about-content">
<UL>
<LI> Implemented a dynamic memory allocator for C (64 bit systems)
using heap’s virtual address space.
<LI>Used segregated free lists to maximize throughput and utilization.
</UL>
</div>
<br>
<h4>
<strong><a>LMT: Linux Mini Terminal</a></strong>
</h4>
<div class="about-content">
<UL>
<LI> A Linux terminal implemented in C programming language using concepts
of fork, exec, signals, pipes etc.
<LI> Different kinds of interrupts were also handled.
</UL>
</div>
<br>
<h4>
<strong><a>File Sharing Protocol</a></strong>
</h4>
<div class="about-content">
<UL>
<LI> Developed an application layer file transfer protocol, as a client-server model,
with support for TCP/UDP.
<LI> It had features like upload, download, indexed searching and application
level error checking.
</UL>
</div>
<br>
<h4>
<strong><a>Data Management System</a></strong>
</h4>
<div class="about-content">
<UL>
<LI> A student record data management system implemented using AVL
trees and Linked Lists and file handling for storing data in C.
</UL>
</div>
<br>
<h4>
<strong><a>Web Manipulator</a></strong>
</h4>
<div class="about-content">
<UL>
<LI> Simple web service that allows one to interact with two web-browsers link, Google Chrome and Mozilla Firefox.
<LI> Interaction has functionality of starting, stoping, cleaning up of browsing session information such as history, cache, cookies, downloads, saved passwords and GET URL.
</UL>
</div>
<br>
<h4>
</div>
</div>
</div>
</div>
<br>
<!-- <div class="row">
<div class="col-md-4 col-md-offset-4">
<center><a href="https://github.com/sauravkdubey" target = "_blank"class="btn btn-clear btn-lg border-color linear hire">DETAILS OF PROJECTS</a></center>
</div>/col-md-4-->
<!-- </div>/row-->
<!-- <br><br> -->
<!-- </div>end container -->
<!--contact-->
<div id="contact" class="page page-bgcolor">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="build title-page">
<h2 class="text-center">GET IN TOUCH</h2>
<div class="line-title bg-primary"></div>
</div>
</div><!-- end col -->
</div><!-- end row -->
<div class="row">
<div class="col-md-7 ">
<div class="build contact clearfix text-center">
<span class="fa fa-map-marker"></span>
<p>Webel IT park<br/>IIIT Kalyani, Nadia W.B<p>
</div>
</div><!-- end col -->
<div class="col-md-3 ">
<div class="build contact clearfix text-center">
<span class="fa fa-envelope"></span>
<p>gauraviiitk7@gmail.com</p>
</div>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div>
<!--contact-->
<!-- Footer -->
<footer class="bg-black">
<div class="container">
<div class="row">
<div class="col-md-7 text-right">
<ul class="list-inline">
<li><a href="https://twitter.com/Gaurav__Mishra" class="socIcon color-primary linear"><i class="fa fa-twitter fa-2x"></i></a></li>
<li><a href="https://www.facebook.com/profile.php?id=100005121967610" class="socIcon color-primary linear"><i class="fa fa-facebook fa-2x"></i></a></li>
<li><a href="https://github.com/GauravMishra13" class="socIcon color-primary linear"><i class="fa fa-github fa-2x"></i></a></li>
<li><a href="https://www.linkedin.com/in/gauravmishra1398" class="socIcon color-primary linear"><i class="fa fa-linkedin fa-2x"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- /Footer -->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.sticky.js" ></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.scrollTo.js" ></script>
<script src="js/jquery.flexslider.js" ></script>
<script type="text/javascript" src="js/ekko-lightbox.js"></script>
<script src="js/jquery.easing.1.3.js" ></script>
<script src="js/jquery.shuffle.js" ></script>
<script src="js/script.js"></script>
<!-- Custom JavaScript for the Side Menu and Smooth Scrolling -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72535905-1', 'auto');
ga('send', 'pageview');
</script>
</div>
</body>
</html>