-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (59 loc) · 3.22 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
<html>
<!DOCTYPE html>
<head>
<title>Swamini Prashant Shirsat- Personalpage</title>
</head>
<body>
<h1>Swamini Prashant Shirsat</h1>
<p>
<img src="\\wsl.localhost\Ubuntu-20.04\home\swamini\SwaminiShirsat.github.io\img\WIN_20220422_20_17_04_Pro.jpg" height="30%" width="30%">
</p>
<p>
I am <strong>Swamini Prashant Shirsat</strong><br>I am from <strong>Nashik, Maharashtra</strong><br>I love to <em>dance</em> and perform <em>gymnastics</em><br>I am currently persuing BTech in <em>Computer science and engineering</em> from <strong>IIT Goa.</strong>
</p>
<hr>
<h2>Education</h2>
<table border="1" width="100%" height="40%">
<tr>
<th>Year of graduation</th>
<th>Degree</th>
<th>Institute</th>
</tr>
<tr>
<td>2025</td><td>BTech</td><td>IIT Goa</td>
</tr>
<tr>
<td>2021</td><td>12th standard</td><td>Matoshri College</td>
</tr>
<tr>
<td>2019</td><td>10th standard</td><td>Nashik Cmbridge School</td>
</tr>
</table>
<hr>
<h2>1st-year courses@IIT Goa</h2>
<h4>Autumn 2021-2022</h4>
<ul>
<li><strong>CS101:</strong> Introduction to Computing by <em>Dr Clint George</em>
link: https://clintpgeorge.github.io/cs-101/autumn-2021/</li>
<li><strong>CH101:</strong> Quantum Chemistry <em>Dr Santosh Das</em></li>
<li><strong>CH102:</strong> Inorganic chemistry by <em>Dr Raja Mitra</em></li>
</ul>
<h4>Spring 2022</h4>
<ol>
<li><strong>CS102:</strong> Software tools by <em>Dr Clint George</em>
link: https://clintpgeorge.github.io/cs-102/spring-2022/</li>
<li><strong>MTH1021:</strong> Basic linear algebra by <em>Dr Kalpesh Haria</em></li>
<li><strong>PH102:</strong> Electicity and magnetism by <em>Dr Vaibhav Wasnik</em></li>
<li><strong>BIO101:</strong> Introduction to biology by <em>Dr Sreenath Balkrishnan</em></li>
</ol>
<h4>Extracurricular activities</h4>
<p style="font-family:Verdana, Geneva, Tahoma, sans-serif">Dance also considered as an extracurricular activity is a wonderful art to learn.<br>Our Indian dance classical dance forms have reached intellectually as well as practically to great heights.</p>
<h4 style="color:blueviolet"><strong>Indian classical dance forms include:</strong></h6>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Bharatanatyam">Bharatnatyama</a></li>
<li><a href="https://en.wikipedia.org/wiki/Kathak#:~:text=Kathak%20is%20one%20of%20the,known%20as%20Kathakars%20or%20storytellers.">Kathak</a></li>
<li><a href="https://en.wikipedia.org/wiki/Odissi#:~:text=Odissi%20(Odia%3A%20%E0%AC%93%E0%AC%A1%E0%AC%BC%E0%AC%BF%E0%AC%B6%E0%AD%80)%2C,eastern%20coastal%20state%20of%20India.">Odissi</a></li>
<li>And many more....</li>
</ul>
</body>
</html>