forked from stoicfeats/airbornesd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
103 lines (94 loc) · 3.02 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PERSONAL SITE </title>
<link rel="stylesheet" href="about.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<div class="per_img"><img src="https://i.pinimg.com/originals/29/47/9b/29479ba0435741580ca9f4a467be6207.png"
style="width: 200px;" alt="DON'T TOUCH IT'S POISONESS!! COINTAINS CYNIDE"></div>
<div class="per_info">
<h1>S.D's Work-flow</h1>
<div class="icons"><a href="#"><i class="fa fa-linkedin"></i> </a>
<a href="#"><i class="fa fa-github-square"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<div class="intro">
<h2>ABC Institute Of Technology</h2>
<p>School Of Computer Science, Chennai, TAMIL NADU</p>
<p class="description">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.
</p>
</div>
</div>
<hr>
<div class="common">
<h3>EDUCATION</h3>
<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>
</div>
<hr>
<div class="common">
<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>
</div>
<hr>
<div class="common experience">
<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>
<h3><a class="GITHUB" href="https://github.com/YOGENDERSS"> GITHUB PROJECTS</a> </h3>
</div>
<hr>
<div class="common ">
<h3>SKILLS</h3>
<table cellspacing="10">
<tr>
<td>DATA SCIENCE</td>
<td> ⭐⭐⭐⭐ </td>
</tr>
<tr>
<td>WEB DEVELOPMENT</td>
<td> ⭐⭐⭐⭐ </td>
</tr>
</table>
</div>
<hr>
</body>
</html>