-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathidex.html
97 lines (97 loc) · 2.96 KB
/
idex.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ayona's personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="ayona.png" alt="ayona's profile pic" width="200"></td>
<td><h1>AYONA SAHU</h1>
<p><i>Undergrad student at</i> <strong><a href="https://kiit.ac.in/">KALINGA INSTITUTE OF INDUSTRIAL TECHNOLOGY.</a></strong></p>
<p>I am an Undergrad student currently pursuing Information Technology at KIIT university </p></td>
</tr>
</table>
<hr noshade size="3" color=black>
<h3>EDUCATION</h3>
<ul>
<p><li>AISSCE From <strong><a href="https://www.odmps.org/">ODM Public School</a></strong>, affiliated to CBSE with an aggregate percentage of 90.2 in 2020.</li></p>
<p><li>AISSE from <strong><a href="https://vemschool.in/index.aspx">Venkateswar english medium school</a></strong>, affiliated to CBSE with an aggregate percentage of 83 in 2018</li></p>
</ul>
<hr noshade size="3" color=black>
<h3>ACHIEVEMENTS</h3>
<ul>
<p><li>School Rank 3 in the 8th international mathematics olympiad hosted by SOF on December 2014.</li></p>
<p><li>School rank 1 in the 5th international english olympiad hosted by SOF on January 2015.</li></p>
<p><li>School rank 2 in the 15th SOF national cyber olympiad hosted by SOF on Sept/Oct 2015.</li></p>
<p><li>school rank 1 in the 9th international mathematics olympiad hosted by SOF December 2015.</li></p>
<p><li>Secured 2nd position in science exhibition held by St. Xavier's High School, Keonjhar in the year 2013- 14.</li></p>
</ul>
<hr noshade size="3" color=black>
<h3>HOBBIES</h3>
<ul>
<p><li>reading</li></p>
<p><li>painting</li></p>
<p><li>watching series</li></p>
<p><li>shopping</li></p>
</ul>
<hr noshade size="3" color=black>
<h3>WORKING EXPERIENCE</h3>
<table cellspacing="20">
<thead>
<th>Date</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2002-2018</td>
<td> NA</td>
</tr>
<tr>
<td>2018-2021</td>
<td> NA</td>
</tr>
</tbody>
</table>
<hr noshade size="3" color=black>
<h3>SKILLS</h3>
<table cellspacing="10">
<thead>
<th>Hardskills</th>
<th> </th>
<th>Softskills</th>
<tr>
<td>C Programming language </td>
<td> ⭐⭐⭐⭐ </td>
<td>Observation</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++ Programming language</td>
<td>⭐⭐</td>
<td>Decision making</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Circuit designing in TINKERCAD</td>
<td>⭐⭐⭐⭐</td>
<td>Communication</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>AUTOCAD Designing</td>
<td>⭐⭐⭐⭐</td>
<td>Multitasking</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Operating Multiple OS</td>
<td>⭐⭐⭐</td>
</tr>
</thead>
</table>
<hr noshade size="3" color=black>
<a href="contact.html">CONTACT INFORMATION</a>
</body>
</html>