-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex_backup.html
615 lines (611 loc) · 28.6 KB
/
index_backup.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
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
<!DOCTYPE html>
<html>
<head>
<meta name="google-site-verification" content="1SvtbiLc7S785RumJoV8j4nEW5htJQYg8rn-ZFc7Ckc"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>Naren Arya</title>
<link rel="icon" type="image/png" href="img/india.png">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/pro-bars.css" rel="stylesheet" type="text/css" media="all"/>
<link rel="stylesheet" href="css/owl.carousel.css">
<link id="switcher" href="css/themes/dark-red-theme.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div id="preloader">
<div class="progress">
<div class="indeterminate"></div>
</div>
</div>
<header id="header" role="banner">
<div class="navbar-fixed">
<nav class="mynav">
<div class="container">
<div class="nav-wrapper">
<a href="index.html" class="brand-logo">Naren Arya</a>
<ul class="right hide-on-med-and-down custom-nav menu-scroll">
<li>
<a href="#about">About Me</a>
</li>
<li>
<a href="#resume">Skills</a>
</li>
<li>
<a href="#testimonial">Testimonial</a>
</li>
<li>
<a href="#blog">Blog</a>
</li>
<li>
<a href="#footer">Contact</a>
</li>
</ul>
<ul id="slide-out" class="side-nav menu-scroll">
<li>
<a href="#about">About Me</a>
</li>
<li>
<a href="#resume">Resume</a>
</li>
<li>
<a href="#testimonial">Testimonial</a>
</li>
<li>
<a href="#blog">Blogs</a>
</li>
<li>
<a href="#footer">Contact</a>
</li>
</ul>
<a href="#" data-activates="slide-out" class="button-collapse">
<i class="mdi-navigation-menu"></i>
</a>
</div>
</div>
</nav>
</div>
</header>
<div class="main-wrapper">
<main role="main">
<section id="home">
<div class="row">
<div class="col s6">
<div class="overlay-section customOverlay">
<div class="container topContainer">
<div class="row">
<div class="col s12">
<div class="home-inner leftText">
<h1 class="home-title">HI! I'm
<span style="color:#BF9A9A">Naren</span>
</h1>
<a class="hireButton hire-me-btn btn waves-effect waves-light btn-large" href="https://in.linkedin.com/in/narenarya" target="_blank">Contact Me
<i class="mdi-content-send left"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col s6 canvas" id="canvas">
</div>
</div>
</section>
<section id="about" style="background-color:#CCB8B8">
<div class="container">
<div class="row">
<div class="col s12">
<div class="about-inner">
<div class="row">
<div class="col s12 m4 l3">
<div class="about-inner-left">
<div class="row">
<img class="profile-img" src="img/naren1.jpg" alt="Profile Image">
</div>
<div class="row">
<a class="impythonistButton btn waves-effect waves-light btn-large" href="https://impythonist.wordpress.com" target="_blank">Impythonist
<i class="mdi-content-send left"></i>
</a></div> <div class="row">
<a class="mediumButton hire-me-btn btn waves-effect waves-light btn-large" href="https://medium.com/@narenarya" target="_blank">Medium
<i class="mdi-content-send left"></i>
</a></div>
<div class="row">
<a class="githubButton hire-me-btn btn waves-effect waves-light btn-large" href="https://github.com/narenaryan" target="_blank">Github
<i class="mdi-content-send left"></i>
</a></div>
<div class="row">
<a class="aboutButton hire-me-btn btn waves-effect waves-light btn-large" href="https://www.quora.com/profile/Naren-Arya" target="_blank">Quora
<i class="mdi-content-send left"></i>
</a></div>
</div>
</div>
<div class="col s12 m8 l9">
<div class="about-inner-right">
<h3>About Me</h3>
<p>I'm a Software Engineer with experience in building scalable and maintainable software. The proficiency at Django , Flask and Javascript makes me good at Web Development. Can easily work with SQL and also NoSQL databases. Knowledge of Linux, Virtualization and Automation of tasks is invaluable in my opinion. I am always happy to work with new programming languages, technologies because programming is a discipline</p>
<div class="personal-information col s12 m12 l6">
<h3>Personal Information</h3>
<ul>
<li>
<span>Name : </span>Naren Arya Yellavula
</li>
<li>
<span>Age : </span>23 Years
</li>
<li>
<span>Phone : </span>+917204540860
</li>
<li>
<span>Email : </span>
<b>[email protected]</b>
</li>
<li>
<span>Address : </span>Bangalore, India
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="resume">
<section id="skill">
<div class="container">
<div class="skill-inner">
<h2 class="title">Skills</h2>
<p>The point of having skills is to apply them. We come across variety of things when situation demands us to achieve an objective. In my relatively short career, I am fortunate to burn my hands on many things. Few pin-points are here. Don't think below bars are for 100%. Comparision is made just relative to each other.</p>
<div class="skill-progress-bar">
<span>Python and libraries</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-90 color-amethyst" data-pro-bar-percent="100"></div>
</div>
<span>JavaScript and libraries</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-70 color-amethyst" data-pro-bar-percent="90" data-pro-bar-delay="100"></div>
</div>
<span>Linux & DevOps</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-80 color-amethyst" data-pro-bar-percent="80" data-pro-bar-delay="200"></div>
</div>
<span>Git & Agile</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-70 color-amethyst" data-pro-bar-percent="70" data-pro-bar-delay="300"></div>
</div>
<span>Test driven development</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-60 color-amethyst" data-pro-bar-percent="60" data-pro-bar-delay="400"></div>
</div>
<span>C++ and other skills</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-50 color-amethyst" data-pro-bar-percent="50" data-pro-bar-delay="500"></div>
</div>
</div>
</div>
</div>
</section>
<section id="experience">
<div class="container">
<div class="experience-inner">
<h2 class="title">Experience</h2>
<p>I am proud to be worked and working with the opensource tools.</p>
<div id="owl-carousel" class="experience-slider row">
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">March 2014 - April 2015</h2>
<img class="activator" src="img/exp-1.jpg">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">Software Engineer
<i class="material-icons right">more_vert</i>
</span>
<p>
<a href="#">Quadloops Technologies</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">Software Engineer
<i class="material-icons right">close</i>Python & Django
</span>
<a href="#" class="card-subtitle"></a>
<p>Worked for buiding a web scraping framework, ported legacy flask code to django. Also worked on internal gamification platform</p>
</div>
</div>
</div>
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">April 2015 - Present</h2>
<img class="activator" src="img/exp-2.jpg">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">Full Stack Dev Engineer
<i class="material-icons right">more_vert</i>
</span>
<p>
<a href="#">Knowlarity Communications</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">Full Stack Development Engineer
<i class="material-icons right">close</i>
</span>
<a href="#" class="card-subtitle">Integrations & CTI</a>
<p>As a DevOps Engineer my roles in the integrations team includes building Computer Telephony Integration, building native plugins for third party systems and creating and maintaining API between various internal products and calculating their metrics.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="edcuation">
<div class="container">
<div class="education-inner">
<h2 class="title">Education</h2>
<p>My schooling was a really critical period and enjoyable one for me. I finished my secondary school in Kodad town, Telangana. After that I moved to Warangal city to pursue my Intermediate education. Next finished my higher studies with a bachelor degree in Computer Science and Engineering from Jawaharlal Nehru Technological University(JNTU), Hyderabad. I scored 80+ percentage of marks in all the schools and colleges.</p>
<div id="owl-carousel1" class="experience-slider row">
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">2010 - 2014</h2>
<img class="activator" src="img/graduate-cap.jpg">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">Bachelor of Technology(CSE) - 82%
<i class="material-icons right">more_vert</i>
</span>
<p>
<a href="#">JNTU, Hyderabad</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">BTECH, CSE
<i class="material-icons right">close</i>
</span>
<a href="#" class="card-subtitle">California College</a>
<p>Recieved my BTech degree from JNTU university, Hyderabad in the year 2014. In this higher education course I got studied basic and advanced computing, programming languages, databases and computer networks</p>
</div>
</div>
</div>
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">2008 - 2010</h2>
<img class="activator" src="img/graduate-cap.jpg">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">Intermediate College Education - 88%
<i class="material-icons right">more_vert</i>
</span>
<p>
<a href="#">SR Junior College, Warangal</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">Intermediate
<i class="material-icons right">close</i>
</span>
<a href="#" class="card-subtitle">SR College</a>
<p>Did my intermediate in Maths,Physics and Chemmistry field. In this period also prepared for IIT, AIEEE and EAMCET. </p>
</div>
</div>
</div>
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">2003 - 2008</h2>
<img class="activator" src="img/graduate-cap.jpg">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">Secondary School Education - 82 %
<i class="material-icons right">more_vert</i>
</span>
<p>
<a href="#">City Central High School, Kodad</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">SSC
<i class="material-icons right">close</i>
</span>
<a href="#" class="card-subtitle">City Central High School, Kodad</a>
<p>Attended many talent tests representing school. Got a good grip on english. Mathematics and Physics were our main subjects. Logic rather than byhearting is induced into every kid who studied in the school.</p>
</div>
</div>
</div>
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">1998 - 2003</h2>
<img class="activator" src="img/graduate-cap.jpg">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">Primary School Education - 94%
<i class="material-icons right">more_vert</i>
</span>
<p>
<a href="#">Trinity High School</a>
</p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">Primary School
<i class="material-icons right">close</i>
</span>
<a href="#" class="card-subtitle">California School</a>
<p>Here is some more information about this product that is only revealed once clicked on. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English</p>
</div>
</div>
</div>
</div>
<div class="customNavigation">
<a class="btn prev1 btn-floating waves-effect waves-light btn-large white">
<i class="mdi-navigation-chevron-left brand-text"></i>
</a>
<a class="btn next1 btn-floating waves-effect waves-light btn-large white">
<i class="mdi-navigation-chevron-right brand-text"></i>
</a>
</div>
</div>
</div>
</section>
</section>
<section id="facts">
<div class="facts-overlay">
<div class="education-inner statsInner">
<div class="container">
<h2 class="title"> Impythonist stats</h2>
<div class="row">
<div class="col s12">
<div class="facts-inner">
<div class="row">
<div class="col s12 m4 l4">
<div class="single-facts waves-effect waves-block waves-light">
<i class="material-icons">work</i>
<span class="counter">66</span>
<span class="counter-text">Github projects</span>
</div>
</div>
<div class="col s12 m4 l4">
<div class="single-facts waves-effect waves-block waves-light">
<i class="material-icons">supervisor_account</i>
<span class="counter">300000</span>
<span class="counter-text">total blog views</span>
</div>
</div>
<div class="col s12 m4 l4">
<div class="single-facts waves-effect waves-block waves-light">
<i class="material-icons">redeem</i>
<span class="counter">89</span>
<span class="counter-text">countries blog reached</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="testimonial">
<div class="container">
<div class="row">
<div class="col s12">
<div class="testimonial-inner">
<h2 class="title">Recommendations</h2>
<p>I like to be a team player. I believe the fact</p>
<blockquote>
<p> None of us is stronger than all of us.</p>
</blockquote>
<p>Learning new technologies and sharpening the existing one are my attributes. I am a technical blogger too. My mainstream blog is IMPYTHONIST. It has all the ideas i work on. These are testimonials what others say about me.</p>
<div class="testimonial-slider-area">
<div id="owl-carousel2" class="testimonial-slider row">
<div class="col s12">
<div class="single-testimonial">
<div class="testimonial-img">
<img src="img/tony.jpg" alt="img">
</div>
<div class="testimonial-content">
<h3>Tony Paul</h3>
<span>CEO, HeyBadges & Co-founder, Quadloops</span>
<p>"A rare combination of technical efficiency and creativity. It is absolutely fun to work with Naren."</p>
</div>
</div>
</div>
<div class="col s12">
<div class="single-testimonial">
<div class="testimonial-img">
<img src="img/chandra.jpg" alt="img">
</div>
<div class="testimonial-content">
<h3>Chandrashekar M</h3>
<span>Technical Architect, Knowlarity</span>
<p>"Naren is always eager to try something new in the tech area and uses that experience to enhance his professional deliverables. An out-and-out team person, he helps others voluntarily. Smiling at all times, regardless of the circumstances, he gets things done and is dependable."</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="blog">
<div class="container">
<div class="row">
<div class="col s12">
<div class="blog-inner">
<h2 class="title">Blog, Code & Quote</h2>
<p>My favorite quotes are from lot of guys I admire and follow</p>
<blockquote> “The two most important days in your life are the day you are born and the day you find out why.” - Mark Twain </blockquote>
<blockquote> “Simplicity is the ultimate sophistication” - Leonardo Davinci </blockquote>
<div class="blog-area">
<div class="row">
<div class="col s12 m4 l4">
<div class="blog-post">
<div class="card">
<div class="card-image">
<img src="img/imp.png">
</div>
<div class="card-content blog-post-content">
<h2>
<a href="http://www.impythonist.wordpress.com" target="_blank">IMPYTHONIST</a>
</h2>
<div class="meta-media">
<div class="single-meta"> Blog By
<a href="#">Naren</a>
</div>
<div class="single-meta"> Category :
<a href="#">Python/Web design</a>
</div>
</div>
<p>Impythonist is a ground for discussing my views on Python programming, Design Patterns, Databases, REST API design, Distributed architectures etc</p>
</div>
<div class="card-action">
<a class="post-comment" href="#">
<i class="material-icons">comment</i>
<span>75 followers</span>
</a>
<a class="readmore-btn" href="http://impythonist.wordpress.com">Read More</a>
</div>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="blog-post">
<div class="card">
<div class="card-image">
<img src="img/git.jpg">
</div>
<div class="card-content blog-post-content">
<h2>
<a href="https://github.com/narenaryan" target="_blank">My Github</a>
</h2>
<div class="meta-media">
<div class="single-meta"> Account
<a href="https://github.com/narenaryan">narenaryan</a>
</div>
<div class="single-meta"> Category :
<a href="https://github.com/narenaryan">Web/Design with Python, Django</a>
</div>
</div>
<p>This is my github site where all my opensource projects resides. Most of them discuss about Django,REST API, Flask and web development, templates for few messaging systems</p>
</div>
<div class="card-action">
<a class="post-comment" href="#">
<i class="material-icons">comment</i>
<span>45 followers</span>
</a>
<a class="readmore-btn" href="https://github.com" target="_blank">Know More</a>
</div>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="blog-post">
<div class="card">
<div class="card-image">
<img src="img/cherrypick.jpg">
</div>
<div class="card-content blog-post-content">
<h2>
<a href="http://blog.narenarya.in">Coding Blog</a>
</h2>
<div class="meta-media">
<div class="single-meta"> Category :
<a href="#">Random bits</a>
</div>
</div>
<p>This site is a collection of my random thoughts and tips about programming stuff. Javascript to writing chrome extensions.Linux to docker. Earth to space</p>
</div>
<div class="card-action">
<a class="post-comment" href="#">
<i class="material-icons">comment</i>
<span>New...</span>
</a>
<a class="readmore-btn" href="http://blog.narenarya.in">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" role="contentinfo">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col s12">
<div class="footer-top-inner">
<h2 class="title">Follow me</h2>
<div class="col s6">
<a class="twitter-timeline" href="https://twitter.com/Narenarya3">Tweets by Narenarya3</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="col s6">
<div class="fb-page" data-href="https://www.facebook.com/impythonist/" data-tabs="timeline" data-small-header="false" data-height="1500" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/impythonist/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/impythonist/">Impythonist</a></blockquote></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col s12">
<div class="footer-inner">
<button class="btn-floating btn-large up-btn">
<i class="mdi-navigation-expand-less"></i>
</button>
<p class="design-info">Designed By
<a href="http://www.markups.io/">Naren Aryan@2017</a>
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
</main>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script src="js/appear.min.js" type="text/javascript"></script>
<script src="js/appear.min.js" type="text/javascript"></script>
<script src="js/pro-bars.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/two.js/0.6.0/two.min.js" type="text/javascript"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="http://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/custom.min.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-89990694-1', 'auto');
ga('send', 'pageview');
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.8&appId=405588532953982";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>