-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (137 loc) · 5.49 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
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<title>Apurba's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="apu-modified.png" alt="Apurba's Profile Picture"></td>
<td> <h1>Apurba Sundar Nayak</h1>
<p>Student of <em><strong>
<a href="https://ravenshawuniversity.ac.in/">Ravenshaw University</a>
</strong><br> <a href="https://ravenshawuniversity.ac.in/?page_id=6680">Department of Computer Science</a> <br>
BSc. Computer Science <br> UG 4th Semester </em></p></td>
</tr>
</table>
<hr size="4" noshade>
<p>I am a bright thinker of everything. Mathematically inclined, I have
totally a problematic view of everything. I wanna adopt all those
skills that are required in this broadly developing society. Making
an Imaginary thinking a real perspective is not at all a tedious task I
contemplate. For me Just Think, Learn & Analyze.</p>
<h3>Educational Qualifications</h3>
<ul>
<li> <a href="https://ravenshawuniversity.ac.in/">Ravenshaw University</a> :
Bachelor's degree, Computer and Information Sciences and
Support Services, 2020 – 2023, CGPA 1 st year 9.76</li>
<li> <a href="http://www.bjbcollege.in/">Buxi Jagabandhu Bidyadhar Higher Secondary School</a> :
Schooling, 10+2 Intermediate in Science , July 2018 - April 2020,
Grade O , Percentage : 91%</li>
</ul>
<hr size="4" noshade="">
<h3>My Hobbies</h3>
<ol>
<li>Fond of Observing every single thing</li>
<li>Movie and Music</li>
<li>Reading Fictional and Spiritual Books</li>
<li>Video games</li>
<li>Travelling and Trekking</li>
</ol>
<hr size="4" noshade="">
<h3>Skills</h3>
<table>
<tr>
<td>
<table>
<tbody>
<tr>
<td>Problem Solving</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Practical Analysis</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐️⭐️⭐️</td>
</tr>
</tbody>
</table>
</td>
<td>
<table>
<tbody>
<tr>
<td>Logical Thinking</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Painting</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Sketching</td>
<td>⭐️⭐️⭐️</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<hr size="4" noshade="">
<h3>My Educational Journey</h3>
<table border="1" bordercolor="black" cellspacing="0">
<thead>
<tr>
<th scope="col"><centre>YEAR</th>
<th scope="col">Education</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>2007-2015</td>
<td>Surendra Sai Vidya Mandir</td>
<th scope="row">V.S.S Nagar</th>
</tr>
<tr>
<td>2015-2018</td>
<td>Govt. High Scool</td>
<th scope="row">V.S.S Nagar</th>
</tr>
<tr>
<td>2018-2020</td>
<td>Buxi Jagabandhu Bidyadhar Higher Secondary School</td>
<th scope="row">BJB Nagar</th>
</tr>
<tr>
<td>2018-2020</td>
<td>Vibgyor Classes</td>
<th scope="row">Saheed Nagar</th>
</tr>
<tr>
<td>2020-Current</td>
<td>Ravenshaw University</td>
<th scope="row">Cuttack</th>
</tr>
</tbody>
</table>
<h3>My Photos</h3>
<a href="photo.html">Click here to view photos</a><br>
<h3>Social Contact Details</h3>
<ul>
<li> <a href="https://www.instagram.com/moments__of_joy_/?hl=en">Instagram</a></li>
<li> <a href="https://twitter.com/moments__of_joy?lang=en">Twitter</a></li>
<li> <a href="https://www.facebook.com/moments.of.joy.007">Facebook</a></li>
<li> <a href="https://in.linkedin.com/in/apurba-sundar-nayak-696078206">LinkedIn</a> </li>
</ul>
<a href="contact.html">Contact Me</a><br>
<br>
<center>
<a href="#top">Move to Top</a>
</center>
</body>
</html>