-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
453 lines (442 loc) · 14.3 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>
<!-- CSP to prevent XSS. This below policy allows content to be loaded only from the same origin and allows inline js -->
<!-- object-src 'none' prevents fetching and executing plugin resources embedded using <object>, <embed> or <applet> tags. The most common example is Flash. -->
<!-- Only script <script nonce="2726c7f26c"></script> will be executed. If browser doesnt support nonce, unsafe-inline will be executed -->
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'none';
img-src 'self';
style-src-elem 'self';
" />
<meta charset="UTF-8" />
<meta
name="description"
content="Ashwin Dev's portfolio" />
<meta
name="keywords"
content="HTML, CSS, JavaScript, Portfolio, Ashwin, Ashwin Dev, Ashwin Dev P, Ashwin Dev Parthiban, R.M.K, Presidio" />
<meta
name="author"
content="Ashwin Dev P" />
<meta
http-equiv="X-UA-Compatible"
content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<!--Open Graph-->
<meta
property="og:title"
content="Ashwin Dev's portfolio" />
<meta
property="og:description"
content="Ashwin Dev Parthiban's portfolio" />
<meta
property="og:image"
content="/assets/images/Ashwin_Dev_in_presido_office.webp" />
<meta
property="og:type"
content="website" />
<!--Style sheets based on screen size-->
<link
rel="icon"
type="image/x-icon"
href="./assets/images/briefcase.png" />
<link
rel="stylesheet"
href="./assets/css/index.css"
type="text/css"
hreflang="en" />
<link
rel="stylesheet"
href="./assets/css/index_sm.css"
media="(min-width: 600px)"
type="text/css"
hreflang="en" />
<link
rel="stylesheet"
href="./assets/css/index_md.css"
media="(min-width: 768px)"
type="text/css"
hreflang="en" />
<link
rel="stylesheet"
href="./assets/css/index_lg.css"
media="(min-width: 992px)"
type="text/css"
hreflang="en" />
<!-- Pre load critical images to reduce critical chaining to improve performance -->
<link
rel="preload"
as="image"
href="./assets/images/Ashwin_Dev_in_presido_office.webp"
imagesizes="80vw" />
</head>
<body>
<div class="container">
<header>
<section class="intro-img-section">
<picture class="display-image-container">
<source
srcset="./assets/images/Ashwin_Dev_in_presido_office.webp" />
<img
src="./assets/images/Ashwin_Dev_in_presido_office.png"
alt="Ashwin Dev working in Presidio office"
class="display-img"
width="100%" />
</picture>
</section>
<section>
<h1 class="text-center">My Portfolio</h1>
<p class="intro-paragraph">
I am a full stack developer with working experience in various
different technologies. I have experience on development, testing
and deployment of cloud applications. I have also worked on
automation and web scrapping.
</p>
<p class="intro-paragraph">
I have studied in different schools across different cities which
makes me a person of high flexibility and adaptability to team and
location of any sort
</p>
</section>
</header>
<main>
<section class="sections">
<h2 class="text-center">Work experience</h2>
<ol>
<li>
<details>
<summary>Intern at Presidio</summary>
<div>
<p>Currently working as a full stack intern</p>
<hr />
<div>
<h3>Tech</h3>
<ul>
<li>c#</li>
<li>ASP.Net</li>
<li>MS SQL</li>
</ul>
</div>
</div>
</details>
</li>
<li>
<details>
<summary>
Freelance web developer at Young Pioneers Association
</summary>
<div>
<p>Full stack javascript developer</p>
<hr />
<div>
<h3>Tech</h3>
<ul>
<li>React JS</li>
<li>Node JS</li>
<li>MongoDB</li>
</ul>
</div>
</div>
</details>
</li>
<li>
<details>
<summary>Web development intern at tripdairy</summary>
<div>
<p>Full stack javascript and python developer</p>
<hr />
<div class="">
<h3>Tech</h3>
<ul>
<li>AWS</li>
<li>React JS</li>
<li>Node JS</li>
<li>Python</li>
</ul>
</div>
</div>
</details>
</li>
<li>
<details>
<summary>Node JS intern at ThingsGoSocial</summary>
<div>
<p>Backend developer using Javascript</p>
<hr />
<div>
<h3>Tech</h3>
<ul>
<li>Javascript</li>
<li>Node JS</li>
<li>Micro services</li>
</ul>
</div>
</div>
</details>
</li>
<li>
<details>
<summary>Web development intern at Achievers Camp</summary>
<div>
<p>Python intern</p>
<hr />
<div>
<h3>Tech</h3>
<ul>
<li>Python</li>
<li>Django</li>
<li>SQLite</li>
</ul>
</div>
</div>
</details>
</li>
<li>
<details>
<summary>Web development intern at Thumki</summary>
<div>
<p>Python web development internship</p>
<hr />
<div>
<h3>Tech</h3>
<ul>
<li>Python</li>
<li>Django</li>
<li>PostgreSQL</li>
</ul>
</div>
</div>
</details>
</li>
</ol>
</section>
<section class="sections">
<h2 class="text-center">Languages and technologies</h2>
<div class="tech-grid-container">
<div class="tech-grid-item">
<h3>Languages</h3>
<ul>
<li>JavaScript</li>
<li>TypeScript</li>
<li>PHP</li>
<li>Java</li>
<li>Python</li>
<li>C#</li>
<li>C</li>
<li>C++</li>
<li>Bash</li>
<li>HTML</li>
<li>
SQL
<ul class="list-style-type-square pl">
<li>MySQL</li>
<li>MS SQL</li>
</ul>
</li>
</ul>
</div>
<div class="tech-grid-item">
<h3>Framework</h3>
<ul>
<li>React JS</li>
<li>Angular</li>
<li>React Native</li>
<li>Bootstrap</li>
<li>Express JS</li>
<li>Django</li>
<li>Flask</li>
<li>ASP.Net</li>
<li>Spring Boot</li>
</ul>
</div>
</div>
</section>
<section class="sections education-section">
<h2 class="text-center">Education</h2>
<ol>
<li>
<details>
<summary class="education-li-container">
<span class="school"> R.M.K. Engineering College </span>
<span class="schooling-period"
><time datetime="2019">2019</time>-<time datetime="2023"
>2023</time
></span
>
</summary>
<div class="education-details">
<div class="degree">
<div class="bold">Degree</div>
<div>B.E.</div>
</div>
<div>
<div class="bold">Department</div>
<div>Computer Science and Engineering</div>
</div>
<div>
<div class="bold">CGPA</div>
<div>8.9/10</div>
</div>
</div>
</details>
</li>
<li>
<details>
<summary class="education-li-container">
<span class="school">J.G.H.V. Mat. Hr. Sec. School</span>
<span class="schooling-period"
><time datetime="2014">2014</time>-<time datetime="2019"
>2019</time
>
</span>
</summary>
<div class="education-details">
<div>
<div class="bold">12th score</div>
<div>510/600</div>
<div>85 %</div>
</div>
<div>
<div class="bold">10th score</div>
<div>483/500</div>
<div>96.6 %</div>
</div>
</div>
</details>
</li>
<li>
<div class="education-item education-li-container">
<span class="school"
>S.M.B. Manickam Nadar Packiathammal Mat. Hr. Sec.
School</span
>
<span class="schooling-period"
><time datetime="2013">2013</time>-<time datetime="2014"
>2014</time
></span
>
</div>
</li>
<li>
<div class="education-item education-li-container">
<span class="school">
Sri Jayendra Saraswati Silver Jubilee School
</span>
<span class="schooling-period"
><time datetime="2012">2012</time>-<time datetime="2013"
>2013</time
></span
>
</div>
</li>
<li>
<div class="education-item education-li-container">
<span class="school">K.V.S. Mat. Hr. Sec. School</span>
<span class="schooling-period">
<time datetime="2008">2008</time>
-
<time datetime="2012">2012</time>
</span>
</div>
</li>
<li>
<div class="education-item education-li-container">
<span class="school">Rose Mary Mat. Hr. Sec. School</span>
<span class="schooling-period">
<time datetime="2004">2004</time>
-
<time datetime="2008">2008</time>
</span>
</div>
</li>
</ol>
</section>
</main>
<footer>
<section class="contact-me-section">
<h2 class="text-center">Contact me</h2>
<address>
<ul>
<li>
<a href="tel:+918056150426"
><span class="footer-icon">
<svg
viewBox="0 0 512 512"
class="font-awesome-icons-svg">
<!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
fill="#ffffff"
d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z" />
</svg>
</span>
<span class="footer-icon-text">+91 8056150426</span></a
>
</li>
<li>
<a href="mailto:[email protected]"
><span class="footer-icon">
<svg
viewBox="0 0 512 512"
class="font-awesome-icons-svg">
<!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
fill="#ffffff"
d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z" />
</svg>
</span>
<span class="footer-icon-text"
>[email protected]</span
></a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/ashwin-dev/"
target="_blank"
type="text/html"
rel="external">
<span class="footer-icon">
<svg
viewBox="0 0 448 512"
class="font-awesome-icons-svg">
<!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
fill="#ffffff"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" />
</svg>
</span>
<span class="footer-icon-text"> ashwin-dev </span>
</a>
</li>
<li>
<a
href="https://github.com/Ashwin-Dev-P"
target="_blank"
type="text/html"
rel="external">
<span class="footer-icon">
<svg
viewBox="0 0 448 512"
class="font-awesome-icons-svg">
<!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
fill="#ffffff"
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z" />
</svg>
</span>
<span class="footer-icon-text"> Ashwin-Dev-P </span>
</a>
</li>
</ul>
</address>
</section>
</footer>
</div>
</body>
</html>