-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.bak
320 lines (297 loc) · 14.2 KB
/
index.html.bak
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
<!DOCTYPE html>
<html lang="en">
<head>
<base target="_blank">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Varun Arora</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/portfolio.min.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<!-- Side Menu -->
<a id="menu-toggle" href="#" class="btn btn-primary btn-lg toggle"><i class="fa fa-bars"></i></a>
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<a id="menu-close" href="#" class="btn btn-default btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
<li class="sidebar-brand"><a href="#top">Varun Arora</a>
</li>
<li><a href="#top">Home</a>
</li>
<li><a href="#about">About Me</a>
</li>
<li><a href="#interests">Interests</a>
</li>
<li><a href="#education">Education</a>
</li>
<li><a href="#experience">Experience</a>
</li>
<li><a href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /Side Menu -->
<!-- Full Page Image Header Area -->
<div id="top" class="header">
<div class="vert-text">
<h1>Varun Arora</h1>
<h3>Student, Hacker, Changemaker</h3>
<a href="#about" class="btn btn-default btn-lg">Discover More</a>
</div>
</div>
<!-- /Full Page Image Header Area -->
<!-- Intro -->
<div id="about" class="intro">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2>About Me</h2>
<hr>
<p class="lead">I love computers. I spend most of my time on computers, either learning more about them or programming them to perform my will. Programming is an art form, and this art form allows me to express my creativity in a way no other can. Whether it be dreaming up an idea and bringing it to life, or collaborating with thousands of people on open-source projects, programming brings the sense of infinite joy and discovery.</p>
</div>
</div>
</div>
</div>
<!-- /Intro -->
<!-- Callout -->
<div class="callout">
<div class="vert-text">
<h1>"Life isn't about finding yourself. Life is about creating yourself."</h1>
<h2>― George Bernard Shaw</h2>
</div>
</div>
<!-- /Callout -->
<!-- Interests -->
<div id="interests" class="services">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center">
<h2>Interests</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<div class="service-item">
<i class="service-icon fa fa-shield"></i>
<h4>Software Development</h4>
<p>Good ol' regular software development. It's the hard, gritty code, the stuff that runs on desktops, phones, and tablets natively. Ranging from spreadsheet applications to simple automated scripts, software exists to make your life easier. Either that, or it's a game.</p>
</div>
</div>
<div class="col-md-4 text-center">
<div class="service-item">
<i class="service-icon fa fa-magnet"></i>
<h4>Web Development</h4>
<p>Web development, the looked down upon child of many a software developer. Web development is not to be underestimated, however. Gone are the days of just making pages in HTML/CSS/Javascript. Now the use of technologies like Node.js, Express, and Flask to create beautiful and functional web applications makes web development the reigning king of the tech world.</p>
</div>
</div>
<div class="col-md-4 text-center">
<div class="service-item">
<i class="service-icon fa fa-rocket"></i>
<h4>Learning</h4>
<p>Learning is a lifelong passion. I am always eager to learn more. Whenever an opportunity comes across me to learn about something, there is no way I can pass it up. </p>
</div>
</div>
</div>
</div>
</div>
<!-- /Interests -->
<!-- Education -->
<div class="education" id="education">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center">
<h2>Education</h2>
<hr>
</div>
</div>
<div class="row">
<blockquote class="col-md-offset-1">
<p>Live as if you were to die tomorrow. Learn as if you were to live forever.<small style="color: #A6A6A6;">Mahatma Gandhi</small></p>
</blockquote>
</div>
<h3><span class="col-md-offset-1" style="color: gray;">High School: </span><strong class="school"> <span id="new-line" style="display:none;"><br/></span><span id="school-name">John P. Stevens</span></strong></h3>
<hr>
<h3 class="col-md-offset-1" style="color: gray;">Courses:</h3>
<div class="row education-text">
<div class="col-md-5 col-md-offset-2">
<h3><a href="http://www.edison.k12.nj.us/Domain/9">John P. Stevens High School:</a></h3>
<span class="courses">AP Computer Science <small style="color: gray;"> (2013-2014)(AP Score: 5)</small></span><br/>
<span class="courses">Java <small style="color: gray;"> (2012-2013)</small></span><br/>
<span class="courses">C++ <small style="color: gray;"> (2011-2012)</small></span>
</div>
<div class="col-md-5">
<h3><a href="http://udacity.com">Udacity:</a></h3>
<span class="courses">Introduction to Computer Science <small style="color: gray;"> (2012)</small></span>
</div>
</div>
<div class="row education-text">
<div class="col-md-5 col-md-offset-2">
<h3><a href="http://cty.jhu.edu/summer/grades7-12/intensive/index.html/">CTY: Intensive Studies:</a></h3>
<span class="courses">Probability and Game Theory <small style="color: gray;"> (2013)</small></span><br/>
<span class="courses">Cryptology <small style="color: gray;"> (2011)</small></span>
</div>
<div class="col-md-5">
<h3><a href="http://www.coursera.org/">Coursera:</a></h3>
<span class="courses">Programming Mobile Applications for Android <small style="color: gray;"> (2013)</small></span><br/>
</div>
</div>
</div>
</div>
<!-- /Education -->
<!-- Experience -->
<div id="experience" class="experience">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center">
<h2>Things I Know</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-3">
<a href="http://www.w3.org/html/wg/" class="btn btn-lg btn-default"><span class="contact"> HTML5</span></a>
</div>
<div class="col-md-3">
<a href="http://www.w3.org/Style/CSS/" class="btn btn-lg btn-default"><span class="contact"> CSS3</span></a>
</div>
<div class="col-md-3">
<a href="http://www.w3.org/standards/webdesign/script" class="btn btn-lg btn-default"><span class="contact"> Javascript</span></a>
</div>
<div class="col-md-3">
<a href="http://getbootstrap.com/" class="btn btn-lg btn-default"><span class="contact"> Bootstrap</span></a>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-3">
<a href="http://nodejs.org/" class="btn btn-lg btn-default"><span class="contact"> Node.JS</span></a>
</div>
<div class="col-md-3">
<a href="http://www.mongodb.org/" class="btn btn-lg btn-default"><span class="contact"> MongoDB</span></a>
</div>
<div class="col-md-3">
<a href="http://git-scm.com/" class="btn btn-lg btn-default"><span class="contact"> Git</span></a>
</div>
<div class="col-md-3">
<a href="http://heroku.com" class="btn btn-lg btn-default"><span class="contact"> Heroku</span></a>
</div>
</div>
</div>
<br>
<br>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-3">
<a href="http://www.python.org/" class="btn btn-lg btn-default"><span class="contact"> Python</span></a>
</div>
<div class="col-md-3">
<a href="http://www.gnu.org/software/bash/" class="btn btn-lg btn-default"><span class="contact"> Bash</span></a>
</div>
<div class="col-md-3">
<a href="http://www.oracle.com/us/technologies/java/overview/index.html" class="btn btn-lg btn-default"><span class="contact"> Java</span></a>
</div>
<div class="col-md-3">
<a href="http://developer.android.com/sdk/index.html" class="btn btn-lg btn-default"><span class="contact"> Android SDK</span></a>
</div>
</div>
</div>
</div>
</div>
<!-- /Experience -->
<!-- Contact -->
<div id="contact" class="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h3>Contact me!</h3>
</div>
<div class="col-md-10 col-md-offset-1 text-center">
<div class="col-md-3">
<a href="mailto:[email protected]" class="btn btn-lg btn-default"><i class="fa fa-envelope fa-2x"></i> <span class="contact"> Email</span></a>
</div>
<div class="col-md-3">
<a href="resume.pdf" class="btn btn-lg btn-primary"><i class="fa fa-file-pdf-o fa-2x"></i> <span class="contact"> Resumé</span></a>
</div>
<div class="col-md-3">
<a href="https://github.com/avarun42" class="btn btn-lg btn-default"><i class="fa fa-github fa-2x"></i> <span class="contact"> Github</span></a>
</div>
<div class="col-md-3">
<a href="https://www.linkedin.com/in/itsvarunarora" class="btn btn-lg btn-primary"><i class="fa fa-linkedin fa-2x"></i> <span class="contact"> LinkedIn</span></a>
</div>
</div>
</div>
</div>
</div>
<!-- /Contact -->
<!-- Map -->
<div class="map">
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="height: 100%; width: 100%" src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJR4DvpqRmZIgR1hU5F1UUUeo&key=AIzaSyD1w2OBZaYOa4lP97BMOF2hM15heKwOGYM"></iframe>
<br />
<small>
<a href="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJR4DvpqRmZIgR1hU5F1UUUeo&key=AIzaSyD1w2OBZaYOa4lP97BMOF2hM15heKwOGYM"></a>
</small>
</div>
<!-- /Map -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<div class="top-scroll">
<a href="#top"><i class="fa fa-arrow-circle-o-up scroll fa-4x"></i></a>
</div>
<hr>
<p>Copyright © Varun Arora 2014-2016</p>
</div>
</div>
</div>
</footer>
<!-- /Footer -->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<!-- Custom JavaScript for the Side Menu and Smooth Scrolling -->
<script>
$("#menu-close").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
</script>
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
</script>
<script>
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) + ']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
</body>
</html>