forked from stoicfeats/airbornesd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
87 lines (79 loc) · 2.63 KB
/
about.html
File metadata and controls
87 lines (79 loc) · 2.63 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PERSONAL SITE </title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://i.pinimg.com/originals/29/47/9b/29479ba0435741580ca9f4a467be6207.png" style="width: 200px;" alt="DON'T TOUCH IT'S POISONESS!! COINTAINS CYNIDE"></td>
<td>
<h1>S.D's Work-flow</h1><em> <strong><a href="#"> LINKED IN PROFILE </a> </strong></em>
<p><em><strong>ABC Institute Of Technology</strong>, School Of Computer Science, Chennai, TAMIL NADU </em></p>
<p><em>I ❤️️ data analytics and web development, want to go deep into the world of AI and ML. I am a work ethic professional of computer science. who has been consistently praised as good
communicator by my peers. I want to work for an organization which provides me the opportunity to improve my skills and knowledge and enhance my professional skills in dynamic and fast paced workplace with a cutting edge in new technology that can be used for growth along with the organization objectives.
</em></p>
</td>
</tr>
</table>
<hr>
<h3>EDUCATION</h3>
<p>
<ul>
<li>ABC Institute OF TECHNOLOGY, CHENNAI <em>8.53 CGPA</em></li>
<li>GURU NANAK PUBLIC SCHOOL, KOTA </li>
<li>ARMY PUBLIC SCHOOL, JAIPUR </li>
</ul>
</p>
<hr>
<h3>MY HOBBIES</h3>
<ol>
<li>PLAYING BASKETBALL</li>
<li>READING BOOKS</li>
<li>READING GEOPOLITICS</li>
<li>MACHINE LEARNING</li>
<li>WEB DEVELOPMENT</li>
<li>BACKEND WEB DEVELOPMENT</li>
</ol>
<hr>
<h3>WORK EXPERIENCE</h3>
<table>
<thead>
<tr>
<td>2019-2020</td>
<td>2020-2021</td>
</tr>
</thead>
<tbody>
<tr>
<td>CARVILLA WEB DEVELOPMENT PROJECT </td>
<td>
<ul>
<li> NSS VOLIENTEER</li>
<li>DATA ANALYTICS INTERN AT THE SPARK FOUNDATION</li>
<li>DATA ANALYTICS INTERN AT LETS GROW MORE</li>
<li>ARTIFICIAL INTELLIGENCE INTERN AT SOCIETY FOR HEALTH AND MEDICAL TECHNOLOGY </li>
<li>PUBLISHED A RESEARCH PAPER IN SPRINGER JOURNAL ON INTERNET OF THINGS</li>
</ul>
</td>
</tr>
</tbody>
</table>
<em> <strong> <a class="GITHUB" href="https://github.com/YOGENDERSS"> GITHUB PROJECTS</a> </strong></em>
<hr>
<h3>SKILLS</h3>
<table cellspacing="10">
<tr>
<td>DATA SCIENCE</td>
<td> ⭐⭐⭐⭐ </td>
</tr>
<tr>
<td>WEB DEVELOPMENT</td>
<td> ⭐⭐⭐⭐ </td>
</tr>
</table>
<hr>
</body>
</html>