-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
453 lines (374 loc) · 22.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ayush Singh</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="CSS/style.css" type="text/css">
<link rel="stylesheet" href="CSS/colors/tomato.css" type="text/css">
<link rel="stylesheet" class="alternate-style" title="tomato" href="CSS/colors/tomato.css" type="text/css" disabled>
<link rel="stylesheet" class="alternate-style" title="blue" href="CSS/colors/blue.css" type="text/css" disabled>
<link rel="stylesheet" class="alternate-style" title="orange" href="CSS/colors/orange.css" type="text/css" disabled>
<link rel="stylesheet" class="alternate-style" title="yellow" href="CSS/colors/yellow.css" type="text/css" disabled>
<link rel="stylesheet" class="alternate-style" title="green" href="CSS/colors/green.css" type="text/css" disabled>
<link rel="stylesheet" href="CSS/styleSwitcher.css" type="text/css">
<link rel="icon" type="image/png" href="img/Screenshot (43)@2x.png" >
</head>
<body>
<!--loader-->
<div class="preloader">
<div class="loader">
</div>
</div>
<!--loader ends-->
<div class="main-container">
<div class="aside">
<div class="logo">
<a href="#">Ayush Singh</a>
</div>
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li><a href="#home" class="active"><i class="fa fa-home"></i>Home</a></li>
<li><a href="#about"><i class="fa fa-user"></i>About</a></li>
<li><a href="#service"><i class="fa fa-list"></i>Services</a></li>
<li><a href="#projects"><i class="fa fa-lightbulb-o"></i>Projects</a></li>
<li><a href="#blogs"><i class="fa fa-envelope"></i>Blogs</a></li>
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
<div class="copyright-text">
© <a href="#">Ayush Singh</a> @ 2020 || <a href="sitemap.xml">Sitemap</a>
</div>
</div>
<div class="main-content">
<!--Home Section-->
<section class="home section active" id="home">
<div class="container">
<div class="intro ">
<img src="img/profile.png" alt="profile picture" class="shadow-dark">
<h1>Ayush Singh</h1>
<p>Integration Engineer<br>
Ericsson India Global Ltd.</p>
<div class="social-links">
<a href="https://twitter.com/ahyush_670" target="_blank" class="twt"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/ayush-singh-5823a5180/" target="_blank" class="link"><i class="fa fa-linkedin"></i></a>
<a href="https://www.instagram.com/ahyush_670/" target="_blank" class="insta"><i class="fa fa-instagram"></i></a>
<a href="https://github.com/ayush-670" target="_blank" class="git"><i class="fa fa-github"></i></a>
<a href="https://medium.com/@singhayush160401" target="_blank" class="med"><i class="fa fa-medium"></i></a>
<a href="https://www.behance.net/ayushsingh25" target="_blank" class="be"><i class="fa fa-behance"></i></a>
</div>
</div>
</div>
</section>
<!--Home Section Ends-->
<!--About Section-->
<section class="about section" id="about">
<div class="container">
<div class="row">
<div class="section-title ">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15">
<div class="row">
<div class="about-text padd-15">
<h2>Hi! I am <span >Ayush Singh.</span></h2>
<h3>Integration Engineer | Flutter developer | Web Developer | UI/UX Designer | Photographer</h3>
<p>
I am an Integration Engineer at Ericsson India Global Ltd. (undergraduate of Netaji Subhash Engineering College, Kolkata).
I have pursued my Bachelor's of Technology in Information
Technology. I am a Flutter enthusiast/developer, Web
developer, and a UI/UX designer. My tech-stack comprises of C, Python, HTML5,
CSS3, JavaScript, Linux, and
Dart. I was a contributing writer at Analytics Vidhya, and have worked as a Moderator at
Manning Publications. I was also an active member and a volunteer at GDG Kolkata, and
WTM Kolkata, which kept me technically sound and updated. I have also
volunteered in technical events such as Kolkata Kreate organized by GDG Kolkata
and WTM Kolkata, as a photographer.
<br>
</p>
</div>
</div>
<div class="skills ">
<h3 class="skill-head" style="margin-top: 10px;margin-bottom: 10px;">Skill Stack</h3>
<div class="row">
<div class="skill-item padd-15">
<h4>Dart | Python | HTML5 | CSS3 | JavaScript | Linux</h4>
</div>
</div>
</div>
<div class="row">
<div class="buttons padd-15">
<a href="img/Resume.pdf" target="_blank" class="btn">Resume</a>
<a href="#contact" data-section-index="1" class="btn hire-me">Hire me</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Action Section Ends-->
<!--Service Section-->
<section class="service section" id="service">
<div class="container">
<div class="row">
<div class="section-title ">
<h2>Services</h2>
</div>
</div>
<div class="row">
<!--Service item-->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon"><i class="fa fa-android"></i></div>
<h4>Flutter developer</h4>
<p>Building Android applications using the Flutter framework. </p>
</div>
</div>
<!--Service item ends-->
<!--Service item-->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon"><i class="fa fa-code"></i></div>
<h4>Web developer</h4>
<p>Making simple yet effective websites using HTML5, CSS3, and JavaScript.</p>
</div>
</div>
<!--Service item ends-->
<!--Service item-->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon"><i class="fa fa-paint-brush"></i></div>
<h4>UI/UX Designer</h4>
<p>Rsponsive, Interactive and minimal designs for Web and Mobile, using Adobe XD and BuilderX.</p>
</div>
</div>
<!--Service item ends-->
<!--Service item-->
<div class="service-item padd-15">
<div class="service-item-inner">
<div class="icon"><i class="fa fa-photo"></i></div>
<h4>Photographer</h4>
<p>Capturing memories, by focusing on beautiful objects in life, apart from my goals. </p>
</div>
</div>
<!--Service item ends-->
</div>
</div>
</section>
<!--Service section ends-->
<!--Portfolio Section-->
<section class="portfolio section" id="projects">
<div class="container">
<div class="row">
<div class="section-title ">
<h2>Projects</h2>
</div>
</div>
<div class="row">
<!--portfolio item-->
<div class="portfolio-item padd-15">
<a href="https://drive.google.com/file/d/1ZeRyfA9jkvtalziIm_mPNeqQ2oM-lKqM/view?usp=sharing" target="_blank">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/openblogs2.png" alt="Open Blogs">
</div>
<div class="portfolio-info">
<h4>Open Blogs<br><span style="font-weight: 300;">An android Application</span></h4>
</div>
</div>
</a>
</div>
<!--Portfolio item ends-->
<!--portfolio item-->
<div class="portfolio-item padd-15">
<a href="https://www.behance.net/gallery/98641601/Oceans-Away-Trip-booking-App" target="_blank">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/cover.png" alt="Oceans Away">
</div>
<div class="portfolio-info">
<h4>Oceans Away<br><span style="font-weight: 300;">Mobile travel App UI</span></h4>
</div>
</div>
</a>
</div>
<div class="portfolio-item padd-15">
<a href="https://www.behance.net/gallery/120310645/Furniture-Website-Landing-page-UI" target="_blank">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/furniture.png" alt="Furniture Website Landing page">
</div>
<div class="portfolio-info">
<h4>Furniture Website Landing page<br><span style="font-weight: 300;">Website Landing page UI</span></h4>
</div>
</div>
</a>
</div>
<div class="portfolio-item padd-15">
<a href="https://github.com/ayush-670/tempted_toes" target="_blank">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/tt.png" alt="Shoe shopping Android application">
</div>
<div class="portfolio-info">
<h4>Tempted toes<br><span style="font-weight: 300;">Shoe shopping Android application built using Flutter and Firebase</span></h4>
</div>
</div>
</a>
</div>
<div class="portfolio-item padd-15">
<a href="https://github.com/ayush-670/googleMaps-userLocation" target="_blank">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/map.png" alt="Flutter and Google maps">
</div>
<div class="portfolio-info">
<h4>Google Maps in Flutter<br><span style="font-weight: 300;">Get user location and add markers on Google Map</span></h4>
</div>
</div>
</a>
</div>
<!--Portfolio item ends-->
<div class="portfolio-item padd-15">
<a href="https://github.com/ayush-670/Flutter-UIs" target="_blank">
<div class="portfolio-item-inner shadow-dark">
<div class="portfolio-img">
<img src="img/flutterui.png" alt="Flutter UI">
</div>
<div class="portfolio-info">
<h4>Flutter application UI/UX<br><span style="font-weight: 300;">Recreating UI designs available on dribbble into a Flutter Application</span></h4>
</div>
</div>
</a>
</div>
<!--Portfolio item ends-->
</div>
</div>
</section>
<!--Portfolio section ends-->
<!--Blogss Section-->
<section class="blog section" id="blogs">
<div class="container">
<div class="row">
<div class="section-title ">
<h2>Blogs</h2>
</div>
</div>
<div class="row">
<!--Blog item-->
<a target="_blank" href="https://medium.com/analytics-vidhya/introductory-note-on-data-science-using-python-programming-language-36d6ed167a9">
<div class="blog-item padd-15">
<div class="blog-item-inner shadow-dark">
<div class="blog-img">
<img src="img/art.png" alt="blog1">
<div class="blog-date">
26 Apr 2020
</div>
</div>
<div class="blog-info">
<a target="_blank" href="https://medium.com/analytics-vidhya/introductory-note-on-data-science-using-python-programming-language-36d6ed167a9"> <h4 class="blog-title">Python Lists, Strings, and Dictionaries- a breif note.</h4></a>
<p class="blog-description"> The first article of my series: "Introduction to Data Science. This blog gives a basic
idea Lists, Strings, and Dictionaries, and their wide application in Data Science.
"</p>
<p class="blog-tags">Tags: <a href="#"> Python </a> <a href="#"> Data Science</a></p>
</div>
</div>
</div>
</a>
<!--Blog item ends-->
<!--Blog item-->
<a target="_blank" href="https://medium.com/analytics-vidhya/introductory-note-on-data-science-using-python-programming-language-ae2dc318ce51">
<div class="blog-item padd-15">
<div class="blog-item-inner shadow-dark">
<div class="blog-img">
<img src="img/art2.png" alt="blog1">
<div class="blog-date">
16 May 2020
</div>
</div>
<div class="blog-info">
<a target="_blank" href="https://medium.com/analytics-vidhya/introductory-note-on-data-science-using-python-programming-language-ae2dc318ce51"> <h4 class="blog-title">Python Dates and Times, Python objects</h4></a>
<p class="blog-description">The second article of my series:"Introduction to Data Science. This blog gives a basic idea
Python Dates, Times, Objects."</p>
<p class="blog-tags">Tags: <a href="#"> Python </a> <a href="#"> Data Science</a></p>
</div>
</div>
</div>
</a>
<!-- </a>-->
<!--Blog item ends-->
</div>
</div>
</section>
<!--Blogs Section ends-->
<!--Contact section-->
<section class="contact section" id="contact">
<div class="container">
<div class="row">
<div class="section-title ">
<h2>Contact me</h2>
</div>
</div>
<div class="row">
<!--Contact item begins-->
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-phone"></i></div>
<h4>Call me at</h4>
<p><a style="text-decoration: none; color: inherit;" target="_blank" href="tel:+919836988043">+91 9836988043</a></p>
</div>
<!--contact item ends-->
<!--Contact item begins-->
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-map-marker"></i></div>
<h4>Address</h4>
<p><a style="text-decoration: none; color: inherit;" target="_blank" href="https://www.google.com/maps/place/40c,+Darga+Rd,+Near+Maria+Montessor,+Madurdaha,+Beniapukur,+Kolkata,+West+Bengal+700017/@22.541046,88.367825,17z/data=!3m1!4b1!4m5!3m4!1s0x3a0276e777cdd547:0x1c188a29becd23d0!8m2!3d22.541046!4d88.37001940 C Darga Road, Kolkata- 700017">40 C Darga road, Kolkata 700017</a></p>
</div>
<!--contact item ends-->
<!--Contact item begins-->
<div class="contact-info-item padd-15">
<div class="icon"><i class="fa fa-envelope"></i></div>
<h4>Email</h4>
<p><a style="text-decoration: none; color: inherit;" target="_blank" href="mailto:[email protected]?Subject=Hi">[email protected]</a></p>
</div>
<!--contact item ends-->
</div>
</div>
</section>
<!--Contact section ends-->
</div>
<!--Main Content Ends-->
</div>
<!--Main Container-->
<div class="style-switcher">
<div class="toggle-style-switcher">
<i class="fa fa-cog fa-spin"></i>
</div>
<h5>See colors of your choice</h5>
<ul>
<li><a href="javascript:void(0)" title="tomato" style="background-color: tomato;" onclick="setActiveStyle('tomato')"></a></li>
<li><a href="javascript:void(0)" title="blue" style="background-color: #6eaadc;" onclick="setActiveStyle('blue')"></a></li>
<li><a href="javascript:void(0)" title="orange" style="background-color: #bc06dc;" onclick="setActiveStyle('orange')"></a></li>
<li><a href="javascript:void(0)" title="yellow" style="background-color: #ffb400;" onclick="setActiveStyle('yellow')"></a></li>
<li><a href="javascript:void(0)" title="green" style="background-color: #e90046;" onclick="setActiveStyle('green')"></a></li>
</ul>
<h5>Theme</h5>
<a class="themeClass" href="javascript:void(0)" onclick="themeFun('light')" style="padding: 5px;text-decoration: none; color: #000;">Light</a>
<a class="themeClass1" href="javascript:void(0)" onclick="themeFun('dark')" style="padding: 5px;text-decoration: none; color: #000; margin-left: 15px;">Dark</a>
<!--
<label>
<input type="radio" class="body-skin" name="body-style" value="light" checked="true">
Light
</label>
<label>
<input type="radio" class="body-skin" name="body-style" value="dark">
Dark
</label>
-->
</div>
<script src="js/script.js"></script>
<script src="js/styleSwitcher.js"></script>
</body>
</html>