-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
472 lines (461 loc) · 20.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
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
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rohit Motwani</title>
<meta name="description" content="About Rohit Motwani">
<meta name="author" content="Rohit Motwani; www.RohitMotwani.com">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="rm.png" type="image/x-icon">
<link rel="apple-touch-icon" href="rm.png">
<link rel="apple-touch-icon" sizes="72x72" href="rm.png">
<link rel="apple-touch-icon" sizes="114x114" href="rm.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/prettyPhoto.css">
<link href="https://fonts.googleapis.com/css?family=Sanchez" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,900,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Header -->
<header id="header">
<div class="intro">
<div class="container">
<div class="row">
<div class="intro-text">
<h1>Hey There, I'm <span class="name">Rohit Motwani</span></h1>
<p style="text-shadow: 0 0 4px #000;">Front End Developer & WordPress Developer</p>
<a href="#about" class="btn btn-default btn-lg page-scroll">Learn More</a> </div>
</div>
</div>
</div>
</header>
<!-- Navigation -->
<div id="nav">
<nav class="navbar navbar-custom">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse"> <i class="fa fa-bars"></i> </button>
<a class="navbar-brand page-scroll" href="#page-top">R. Motwani</a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden"> <a href="#page-top"></a> </li>
<li> <a class="page-scroll" href="#about">About</a> </li>
<li> <a class="page-scroll" href="#service">Services</a> </li>
<li> <a class="page-scroll" href="#portfolio">Portfolio</a> </li>
<li> <a class="page-scroll" href="#skills">Skills</a> </li>
<li> <a class="page-scroll" href="#resume">Resume</a> </li>
<li> <a class="page-scroll" href="#contact">Contact</a> </li>
</ul>
</div>
</div>
</nav>
</div>
<!-- About Section -->
<div id="about">
<div class="container">
<div class="section-title text-center center">
<h2>About Me</h2>
<hr>
</div>
<div class="row">
<div class="col-md-12 text-center"><img src="img/about.jpg" class="img-responsive"></div>
<div class="col-md-8 col-md-offset-2">
<div class="about-text">
<p>I’m an Undergrad "Engineering" Student from DIT University, Dehradun pursuing Bachelors Degree in Computer Science & Engineering. </p>
<p>I'm a Web Developer and Open Source Supporter. Apart from being geek, I love to read books, and watch movies & TV shows.</p>
<p>I also work as a freelancer, so feel free to drop me a mail if you're interested in doing something cool (or to chat about Star Wars).
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Services Section -->
<div id="service" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Services</h2>
<hr>
</div>
<div class="row">
<div class="col-md-3 col-sm-3 wow fadeInDown" data-wow-delay="200ms">
<div class="service-box"> <span class="servicelogo"><i class="fa fa-html5"></i> <i class="fa fa-css3"></i></span>
<h4>Web Design & Development</h4>
</div>
</div>
<div class="col-md-3 col-sm-3 wow fadeInDown" data-wow-delay="200ms">
<div class="service-box"> <span class="servicelogo"><i class="fa fa-line-chart"></i></span>
<h4>SEO</h4>
</div>
</div>
<div class="col-md-3 col-sm-3 wow fadeInDown" data-wow-delay="200ms">
<div class="service-box"> <span class="servicelogo"><i class="fa fa-wordpress"></i></span>
<h4>WordPress Development</h4>
</div>
</div>
<div class="col-md-3 col-sm-3 wow fadeInDown" data-wow-delay="200ms">
<div class="service-box"> <span class="servicelogo"><i class="fa fa-pencil-square-o"></i></span>
<h4>Content Development</h4>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Section -->
<div id="portfolio">
<div class="container">
<div class="section-title text-center center">
<h2>Portfolio</h2>
<hr>
</div>
<div class="categories">
<div class="clearfix"></div>
</div>
<div class="row">
<div class="portfolio-items">
<div class="col-sm-6 col-md-3 col-lg-3 web">
<div class="portfolio-item">
<div class="hover-bg"> <a href="img/800x533.png" title="The Collabration of Communities in DIT University, Dehradun" rel="prettyPhoto">
<div class="hover-text">
<h4>TwiddleNut</h4>
<small>Web Design</small> </div>
<img src="img/400x400.png" class="img-responsive" alt="TwiddleNut"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3 graphics">
<div class="portfolio-item">
<div class="hover-bg"> <a href="img/800x533.png" title="Project description" rel="prettyPhoto">
<div class="hover-text">
<h4>The Force</h4>
<small>WordPress Plugin Development</small> </div>
<img src="img/400x400.png" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3 web">
<div class="portfolio-item">
<div class="hover-bg"> <a href="img/800x533.png" title="Project description" rel="prettyPhoto">
<div class="hover-text">
<h4>National Conference on Liquid Crystals 22</h4>
<small>Web Design</small> </div>
<img src="img/400x400.png" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3 web">
<div class="portfolio-item">
<div class="hover-bg"> <a href="img/800x533.png" title="Project description" rel="prettyPhoto">
<div class="hover-text">
<h4>India's Digital Footprint</h4>
<small>Community Campaign</small> </div>
<img src="img/400x400.png" class="img-responsive" alt="Project Title"> </a> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Skills Section -->
<div id="skills" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Skills</h2>
<hr>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 skill"> <span class="chart" data-percent="95"> <span class="percent">95</span> </span>
<h4>HTML5</h4>
</div>
<div class="col-md-4 col-sm-6 skill"> <span class="chart" data-percent="85"> <span class="percent">85</span> </span>
<h4>CSS3</h4>
</div>
<div class="col-md-4 col-sm-6 skill"> <span class="chart" data-percent="80"> <span class="percent">80</span> </span>
<h4>jQuery</h4>
</div>
<div class="col-md-4 col-sm-6 skill"> <span class="chart" data-percent="90"> <span class="percent">90</span> </span>
<h4>WordPress</h4>
</div>
<div class="col-md-4 col-sm-6 skill"> <span class="chart" data-percent="90"> <span class="percent">90</span> </span>
<h4>Photoshop</h4>
</div>
<div class="col-md-4 col-sm-6 skill"> <span class="chart" data-percent="35"> <span class="percent">35</span> </span>
<h4>Illustrator</h4>
</div>
</div>
</div>
</div>
<!-- Resume Section -->
<div id="resume" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Experience</h2>
<hr>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<h4>Aug 2016<br>
- <br>
Present </h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>JustFreeThemes.com</h4>
<h4 class="subheading">Content Developer</h4>
</div>
<div class="timeline-body">
<p>Reviewing Of Free and Popular WordPress Themes.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>May 2016<br>
- <br>
July 2016 </h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Scholars For Change, IIM Ahemedabad</h4>
<h4 class="subheading">Campaign Associate Intern</h4>
</div>
<div class="timeline-body">
<p>To develop Learning Projects involving an active exploration of real world problems for students of 6-8 based on MATHEMATICS and SCIENCE</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<h4>Nov 2015 <br>
- <br>
Present </h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>Microsoft</h4>
<h4 class="subheading">Student Partner, India</h4>
</div>
<div class="timeline-body">
<p>
Microsoft Student Partners (MSPs) are social and friendly students who represent Microsoft at their home campus, organize various events on campus. Join exclusive Microsoft training events to learn the latest technologies. Spread awareness about various latest applications and technologies. Get access to latest Microsoft technologies including MSDN Enterprise.
</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="section-title center">
<h2>Education</h2>
<hr>
</div>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<!-- Education Section-->
<li>
<div class="timeline-image">
<h4>2014 <br>
- <br>
Present </h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>DIT University, Dehradun.</h4>
<h4 class="subheading">Bachelor of Technology (B.Tech) in Computer Science and Engineering (CSE)</h4>
</div>
<div class="timeline-body">
<p>CGPA : 6.9 (Till Date)</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>2013 <br>
- <br>
2014 </h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>The Chintels School, Kanpur.</h4>
<h4 class="subheading">Class 12th (ISC)</h4>
</div>
<div class="timeline-body">
<p> 86.25%</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<h4>2011 <br>
- <br>
2012 </h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>The Chintels School, Kanpur.</h4>
<h4 class="subheading">Class 10th (ICSE)</h4>
</div>
<div class="timeline-body">
<p class="text-muted"> 83%</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Ribbon Section -->
<div id="skills" class="text-center">
<div class="container">
<div class="section-title center">
<h2 style="line-height: 35px;">Download My Resume Here</h2>
<hr>
</div>
<a href="http://rohitmotwani.com/resume.pdf" class="btn btn-default btn-lg page-scroll"><i class="fa fa-download"></i> Download Resume</a> </div>
</div>
</div>
<!-- Blog Section -->
<section class="blogposts" id="blogposts">
<div class="container">
<div class="row">
<header data-sr="ease-in-out wait 0.25s" class="blog-header">
<h2>Blog</h2>
<div class="col-md-12">
<div data-sr="ease-in-out wait 0.25s" class="col-md-4 col-sm-6 col-xs-12 blog-item">
<div class="item">
<a class="item-featured-image" href="blog.html"><img src="img/423x339.png"/></a>
<div class="item-meta">
<h3 class="post-title"><a href="blog.html">First WordPress Kanpur Meetup</a></h3>
<h6 class="post-meta"><a href="#" title="Posts by Rohit" rel="author">Rohit</a> - November 1, 2016</h6>
<p>So, we had our first ever WordPress Meetup in Kanpur at My Apartment. Well, it was fun. There were few people who attended it but yes, it was the first meetup and I see much energy and potential in the community and I believe the Kanpur WordPress Community will grow eventually. Now let me […]</p>
</div>
</div>
</div>
<div data-sr="ease-in-out wait 0.25s" class="col-md-4 col-sm-6 col-xs-12 blog-item">
<div class="item">
<a class="item-featured-image" href="blog.html"><img src="img/423x339.png"/></a>
<div class="item-meta">
<h3 class="post-title"><a href="blog.html">Update No. N+1</a></h3>
<h6 class="post-meta"><a href="#" title="Posts by Rohit" rel="author">Rohit</a> - September 10, 2016</h6>
<p>So, I’ve been competing in Codechef’s September 2016 programming challenge. Actually I have just started with the Competitive Coding. Good thing I solved 3 questions successfully (after 2-3 attempts :p ). Now I’m stucked with a problem from past four days. Rest of the problems are out of my league :p. Well this problem is DIVMAC and […]</p>
</div>
</div>
</div>
<div data-sr="ease-in-out wait 0.25s" class="col-md-4 col-sm-6 col-xs-12 blog-item">
<div class="item">
<a class="item-featured-image" href="blog.html"><img src="img/423x339.png"/></a>
<div class="item-meta">
<h3 class="post-title"><a href="blog.html">Defeat Defeat</a></h3>
<h6 class="post-meta"><a href="#" title="Posts by Rohit" rel="author">Rohit</a> - April 7, 2016</h6>
<p>What is defeat? What does it mean to be defeated? Is it losing and failing? Defeat is that doubt in your head, the demon that feeds in your fear, it tells you you’re not good enough, that you can’t do it, that it’s not possible. Succumbing to that demon, that thought, that… is defeat. So […]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Map Section -->
<section class="map" id="map" style="padding: 0; height: 50%;">
<div class="map_overlay" onClick="style.pointerEvents='none'"></div>
<iframe class='map_frame' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='https://maps.google.com/maps?&q=Rohit%20Motwani,%20Kanpur&output=embed&iwloc' style="width: 100%; height: 100%;"></iframe>
</section>
<!-- Contact Section -->
<div id="contact" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Contact</h2>
<hr>
</div>
<div class="col-md-8 col-md-offset-2">
<div class="col-md-4"> <i class="fa fa-map-marker fa-2x"></i>
<p>Plot No. 94,<br>
Ratanlal Nagar, Kanpur 208022</p>
</div>
<div class="col-md-4"> <i class="fa fa-envelope-o fa-2x"></i>
<p>me [at] RohitMotwani [dot] com</p>
</div>
<div class="col-md-4"> <i class="fa fa-phone fa-2x"></i>
<p> +91 98 89 282828</p>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-8 col-md-offset-2">
<h3>Leave me a message</h3>
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" id="name" class="form-control" placeholder="Name" required="required">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="email" id="email" class="form-control" placeholder="Email" required="required">
<p class="help-block text-danger"></p>
</div>
</div>
</div>
<div class="form-group">
<textarea name="message" id="message" class="form-control" rows="4" placeholder="Message" required></textarea>
<p class="help-block text-danger"></p>
</div>
<div id="success"></div>
<button type="submit" class="btn btn-default">Send Message</button>
</form>
<div class="social">
<ul>
<li><a href="http://www.facebook.com/rrohitt"><i class="fa fa-facebook"></i></a></li>
<li><a href="http://www.twitter.com/rohittm"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://www.bitbucket.com/rohittmotwani"><i class="fa fa-bitbucket"></i></a></li>
<li><a href="http://www.github.com/rohittm"><i class="fa fa-github"></i></a></li>
<li><a href="http://www.instagram.com/rohittm"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/rohittm"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container text-center">
<div class="fnav">
<p>Copyright © 2016 Rohit Motwani. Designed by <a href="http://www.rohitmotwani.com" rel="nofollow">Rohit Motwani</a></p><br>
<a href="http://madewithlove.org.in" target="_blank">Made with <span style="color: #e74c3c">♥</span> in India</a>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/easypiechart.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/jquery.counterup.js"></script>
<script type="text/javascript" src="js/waypoints.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>