-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
490 lines (466 loc) · 29.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
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="static/img/fav-icon.png" type="image/x-icon" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Rizwan Ahmed</title>
<!-- Icon css link -->
<link href="static/vendors/material-icon/css/materialdesignicons.min.css" rel="stylesheet">
<link href="static/css/font-awesome.min.css" rel="stylesheet">
<link href="static/vendors/linears-icon/style.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="static/css/bootstrap.min.css" rel="stylesheet">
<!-- Extra plugin css -->
<link href="static/vendors/owl-carousel/assets/owl.carousel.css" rel="stylesheet">
<link href="static/vendors/animate-css/animate.css" rel="stylesheet">
<link href="static/css/style.css" rel="stylesheet">
<link href="static/css/responsive.css" rel="stylesheet">
<link rel="stylesheet" href="static/css/colors/default.css" title="default">
<link rel="alternate stylesheet" href="static/css/colors/orange.css" title="orange">
<link rel="alternate stylesheet" href="static/css/colors/pink.css" title="pink">
<link rel="alternate stylesheet" href="static/css/colors/violet.css" title="violet">
<link rel="alternate stylesheet" href="static/css/colors/blue.css" title="blue">
<link rel="alternate stylesheet" href="static/css/colors/past.css" title="past">
<!-- 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.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="dark_bg" data-spy="scroll" data-target="#bs-example-navbar-collapse-1" data-offset="80" data-scroll-animation="true">
<div id="preloader">
<div id="preloader_spinner">
<div class="spinner"></div>
</div>
</div>
<!--================ Frist hader Area =================-->
<header class="header_area">
<div class="container">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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" href="index.html"><img src="static/img/logo1.png" onmouseover="this.src='static/img/logo2.png'" onmouseout="this.src='static/img/logo1.png'" alt=""></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#about">ABOUT ME </a></li>
<li><a href="#skill">Skill</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#service">SERVICES</a></li>
<li><a href="#portfolio">PORTFOLIO</a></li>
<li><a href="#news">INTEREST</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div>
</header>
<!--================End Footer Area =================-->
<!--================Total container Area =================-->
<div class="container main_container">
<div class="content_inner_bg row m0">
<section class="about_person_area pad" id="about">
<div class="row">
<div class="col-md-5">
<div class="person_img">
<img src="static/img/member/member-2.jpg" alt="profile_pic" height="380px" width="322px">
<a class="download_btn" href="static/rizwan_ahmed_resume.pdf"><span>Download Resume</span></a>
</div>
</div>
<div class="col-md-7">
<div class="row person_details">
<h3>Hi I'm <span>Rizwan Ahmed</span></h3>
<h4>Software Engineer </h4>
<p>I love Tech & Development. I am enough of an artist to draw freely upon my imagination. I believe in enjoying our own life rather than comparing it with that of another. I value in people and their emotions. "Life is 10% what happens to us and 90% how we react to it."</p>
<div class="person_information">
<ul>
<li><a href="#">D.O.B</a></li>
<li><a href="#">Nationality</a></li>
<li><a href="#">Address</a></li>
<li><a href="#">City</a></li>
<li><a href="#">State</a></li>
<li><a href="#">Email</a></li>
<li><a href="#">Website</a></li>
</ul>
<ul>
<li><a href="#">16-Jan-1994</a></li>
<li><a href="#">Indian</a></li>
<li><a href="#">House no 5967/1, Street 12, Hargobind Nagar</a></li>
<li><a href="#">Ludhiana</a></li>
<li><a href="#">PUNJAB</a></li>
<li><a href="#">rizahmed.in@gmail.com</a></li>
<li><a href="https://rizahmeds.github.io/">www.rizahmed.in</a></li>
</ul>
</div>
<ul class="social_icon">
<li><a href="https://www.facebook.com/rizwan.khan.739326"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/_mr_rizz/"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://plus.google.com/u/0/104192914779768451180"><i class="fa fa-google-plus"></i></a></li>
<li><a href="https://www.linkedin.com/in/rizahmed1994/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
<section class="myskill_area pad" id="skill">
<div class="main_title">
<h2>My Skill</h2>
</div>
<div class="row">
<div class="col-md-6 wow fadeInUp animated">
<div class="skill_text">
<h4>Web development Skills</h4>
<p>I specialize in creating and laying out the visual aesthetics of a website. I usually maintain a background in art or design and is highly visual by nature.</p>
</div>
<div class="skill_item_inner">
<div class="single_skill">
<h4>Django (web framework)</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100">
<div class="progress_parcent"><span class="counter">70</span>%</div>
</div>
</div>
</div>
<div class="single_skill">
<h4>Bootstrap</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
<div class="progress_parcent"><span class="counter">90</span>%</div>
</div>
</div>
</div>
<div class="single_skill">
<h4>Html & Css</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
<div class="progress_parcent"><span class="counter">90</span>%</div>
</div>
</div>
</div>
<div class="single_skill">
<h4>JavaScript</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="65" aria-valuemin="0" aria-valuemax="100">
<div class="progress_parcent"><span class="counter">65</span>%</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6 wow fadeInUp animated">
<div class="skill_text">
<h4>Other Skills</h4>
<p>I can design overall architecture of the web application. Maintain quality and ensure responsiveness of applications.</p>
</div>
<div class="skill_item_inner">
<div class="single_skill">
<h4>Python</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="78" aria-valuemin="0" aria-valuemax="100">
<div class="progress_parcent"><span class="counter">78</span>%</div>
</div>
</div>
</div>
<div class="single_skill">
<h4>Linux & Git</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="76" aria-valuemin="0" aria-valuemax="100">
<div class="progress_parcent"><span class="counter">76</span>%</div>
</div>
</div>
</div>
<div class="single_skill">
<h4>Responsive & Creative Design</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100">
<div class="progress_parcent"><span class="counter">85</span>%</div>
</div>
</div>
</div>
<div class="single_skill">
<h4>DigitalOcean</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="62" aria-valuemin="0" aria-valuemax="100">
<div class="progress_parcent"><span class="counter">62</span>%</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="education_area pad" id="education">
<div class="main_title">
<h2>Education</h2>
</div>
<div class="education_inner_area">
<div class="education_item wow fadeInUp animated" data-line="PG">
<h6>2015-2018</h6>
<a href="#"><h4>Master's in Computer Applicaton</h4></a>
<h5>Pondicherry university</h5>
<p>Pondicherry University is a central university in Puducherry, India. Founded in 1985 by the Government of India.</p>
</div>
<div class="education_item wow fadeInUp animated" data-line="UG">
<h6>2011-2014<h6>
<a href="#"><h4>Bachlor's in Computer Application</h4></a>
<h5>Panjab University, Chandigarh</h5>
<p>Stuided from Arya College, Ludhiana Affiliated from Panjab University, Chandigarh.</p>
</div>
<div class="education_item wow fadeInUp animated" data-line="S">
<h6>2009-20011</h6>
<a href="#"><h4>Senior Secondary School</h4></a>
<h5>N.M Jain Model Senior Secondary School</h5>
<p></p>
</div>
<div class="education_item wow fadeInUp animated" data-line="H">
<h6>2009</h6>
<a href="#"><h4>Higher Secondary School</h4></a>
<h5>M.D Bhatt Memorial Senior Secondary School</h5>
<p></p>
</div>
</div>
</section>
<section class="service_area" id="service">
<div class="main_title">
<h2>SERVICES</h2>
</div>
<div class="service_inner row">
<div class="col-md-6">
<div class="service_item wow fadeIn animated">
<i class="fa fa-laptop" aria-hidden="true"></i>
<a href="#"><h4>Website Development</h4></a>
<p>We encompasses many different skills and disciplines in the production and maintenance of websites.</p>
</div>
</div>
<div class="col-md-6">
<div class="service_item wow fadeIn animated">
<i class="fa fa-cloud" aria-hidden="true"></i>
<a href="#"><h4>Cloud Computing</h4></a>
<p>All of our client website/software is deployed in the cloud which provides better resource utilzation, energy efficiency and cost savings.</p>
</div>
</div>
<div class="col-md-6">
<div class="service_item wow fadeIn animated">
<i class="fa fa-database" aria-hidden="true"></i>
<a href="#"><h4>System & Database administration</h4></a>
<p>We do better server uptimes, ergonomic control panels, systematic backups, fast databases and professional technical support.</p>
</div>
</div>
<div class="col-md-6">
<div class="service_item wow fadeIn animated">
<i class="fa fa-maxcdn" aria-hidden="true"></i>
<a href="#"><h4>User Friendly | Responsive Designs</h4></a>
<p>We scope to design all websites in such a way where a naive user can access at ease and in a responsive pattern so that you can view from TV to Phone</p>
</div>
</div>
</div>
</section>
<section class="portfolio_area pad" id="portfolio">
<div class="main_title">
<h2>Portfolio</h2>
</div>
<div class="row">
<div class="portfolio_list_inner">
<div class="col-md-4 photo marketing">
<div class="portfolio_item">
<div class="portfolio_img">
<img src="static/img/portfolio/portfolio--1.png" alt="">
</div>
<div class="portfolio_title">
<a href="#"><h4>Suffian Bagh Masjid</h4></a>
<h5>Mousque Website</h5>
</div>
</div>
</div>
<div class="col-md-4 design">
<div class="portfolio_item">
<div class="portfolio_img">
<img src="static/img/portfolio/portfolio--2.png" alt="">
</div>
<div class="portfolio_title">
<a href="#"><h4>Employee Demographics</h4></a>
<h5>Data Collection Form</h5>
</div>
</div>
</div>
<div class="col-md-4 photo marketing">
<div class="portfolio_item">
<div class="portfolio_img">
<img src="static/img/portfolio/semi.jpg" alt="" width="315px" height="280px">
</div>
<div class="portfolio_title">
<a href="#"><h4>More to Come</h4></a>
<h5>To be Continued....</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="news_area pad" id="news">
<div class="main_title">
<h2>Interest</h2>
</div>
<div class="news_inner_area">
<div class="row">
<div class="col-md-4">
<div class="twitter_area wow fadeInLeft animated">
<div class="w_title">
<h3><i class="fa fa-globe"></i>Body Building</h3>
</div>
<ul>
<li><img src="static/img/blog/body1.png" alt="" height="210px" width="280px"></li>
<li>Bodybuilding makes not only a fit body, but also fit mind.</li>
<li>“The worst thing I can be is the same as everybody else.” – Arnold Schwarzenegger</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="blog_slider_area wow fadeInUp animated">
<div class="w_title">
<h3>Mountain Riding</h3>
</div>
<div class="blog_slider_inner">
<div class="item">
<img src="static/img/blog/blog--1.jpg" alt="" height="210px" width="280px">
<a href="#"><h3>The Importance of Mountain Riding</h3></a>
<p>For me P for Peak and Passion....<br>
Both are kind of same.</p>
<h5>Araku Velly <code>Andra</code> at 24 Mar, 2018</h5>
</div>
<div class="item">
<img src="static/img/blog/blog--2.jpg" alt="" height="210px" width="280px">
<a href="#"><h3>The Importance of Mountain Riding</h3></a>
<p>"Learn by going....<br>
where you have to go"</p>
<h5>Wayanad <code>Kerla</code> at 11 May, 2017</h5>
</div>
<div class="item">
<img src="static/img/blog/blog--3.jpg" alt="" height="210px" width="280px">
<a href="#"><h3>The Importance of Mountain Riding</h3></a>
<p>INTO the Mountains i go, to lose my MIND and find my SOUL.<a href="#">Read More</a></p>
<h5>Kolli Hills <code>Tamilnadu</code> at 20 Aug, 2017</h5>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="twitter_area wow fadeInRight animated">
<div class="w_title">
<h3><i class="fa fa-music"></i>Books | Music</h3>
</div>
<ul>
<li><img src="static/img/blog/book.jpg" alt="" height="210px" width="280px"></li>
<li>Books are door for an unknown Imagination.</li>
<li>Music acts like a magic key.</li>
<li>Helps to go beyond all wrongs and rights.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="contact_area pad" id="contact">
<div class="main_title">
<h2>Contact Info</h2>
</div>
<div class="row" style="margin-bottom: 70px">
<div class="left_contact_details">
<div class="col-md-4 media wow fadeInUp animated">
<div class="media-left">
<i class="fa fa-map-marker"></i>
</div>
<div class="media-body">
<h4>Address</h4>
<p>Ludhiana (141003), PUNJAB</p>
<p>INDIA</p>
</div>
</div>
<div class="col-md-4 media wow fadeInUp animated">
<div class="media-left">
<i class="fa fa-phone"></i>
</div>
<div class="media-body">
<h4>Phone</h4>
<p>+91 96466-36610</p>
<p>+91 83001-00578</p>
</div>
</div>
<div class="col-md-4 media wow fadeInUp animated">
<div class="media-left">
<i class="fa fa-envelope-o"></i>
</div>
<div class="media-body">
<h4>Email</h4>
<p>rizahmed.in@gmail.com</p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<!--================End Total container Area =================-->
<!--================footer Area =================-->
<footer class="footer_area">
<div class="footer_inner">
<div class="container">
<img src="static/img/logo3.png" alt="">
<ul class="social_icon">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
</ul>
</div>
</div>
<div class="footer_copyright">
<div class="container">
<div class="pull-left col-md-offset-4">
<h5><p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Website designed by <i class="fa fa-heart-o" aria-hidden="true"></i> <a href="https://colorlib.com" target="_blank">Rizwan Ahmed</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p></h5>
</div>
</div>
</div>
</footer>
<!--================End footer Area =================-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="static/js/jquery-2.1.4.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="static/js/bootstrap.min.js"></script>
<!-- Extra plugin js -->
<script src="static/vendors/counter-up/waypoints.min.js"></script>
<script src="static/vendors/counter-up/jquery.counterup.min.js"></script>
<script src="static/vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="static/vendors/isotope/isotope.pkgd.min.js"></script>
<script src="static/vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="static/vendors/style-switcher/styleswitcher.js"></script>
<script src="static/vendors/style-switcher/switcher-active.js"></script>
<script src="static/vendors/animate-css/wow.min.js"></script>
<!--gmaps Js-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjCGmQ0Uq4exrzdcL6rvxywDDOvfAu6eE"></script>
<script src="static/js/gmaps.min.js"></script>
<!-- contact js -->
<script src="static/js/jquery.form.js"></script>
<script src="static/js/jquery.validate.min.js"></script>
<script src="static/js/contact.js"></script>
<script src="static/js/theme.js"></script>
</body>
</html>