-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (64 loc) · 2.44 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
<html>
<head>
<title>
Abhinav Reddy Gutha Personal page
</title>
</head>
<H2>Abhinav Reddy Gutha</H2>
<body>
<img src="C:\Users\akank\Documents\GitHub\AbhinavReddyGutha.github.io\image.jfif" height="50%" width="50%">
<hr>
<p> My name is <i>Abhinav</i> <br>
</p> I am from <i> Hyderabad </i></P> <br>
<P> I am studying btech CS in <i>IIT goa</i> right now</P> <br>
<p>My Hobbies are playing <i>Cricket</i>, <i> Coding </i> and watching <i> TV Series </i></p>
<hr>
<h3>EDUCATION</h3>
<table border="2" cellpadding="4">
<tr>
<th>Year of graduation</th>
<th>Degree</th>
<th>Institution</th>
</tr>
<tr>
<td>2024</td>
<td>B.tech </td>
<td>Indian Institute of Technology Goa</td>
</tr>
<tr>
<td>2021 </td>
<td>12th standard </td>
<td>Narayana Junior College, Madhapur</td>
</tr>
<tr>
<td>2019 </td>
<td>10th standard </td>
<td>Narayana Olympiad School </td>
</tr>
</table>
<hr>
<h3> First year courses @iitgoa </h3>
<ul >AUTUMN SEMESTER
<li><b>CS101:</b>introduction to computing<i>Dr.clint p george</i> <a href="https://clintpgeorge.github.io/cs-101/autumn-2021/">CS101</a></li>
<li><b>CH102:</b>introduction to inorganic<i>Dr.Rajamitra</i></li>
<li><b>CH101:</b>introduction to quantam mechanics<i>Dr.E Siva Subramaniam Iyer</i></li>
<li><b>MTH101:</b>Caluclus<i>Dr. Sandiapn de </i></li>
<li><b>PH101:</b>Relative and Quantum Mechanics by <i>Dr.santhosh das</i></li>
</ul>
<ol>SPRINGSEMESTER
<li><i>CS102: </i>Software tools by <u>Dr.clint p george</u> <a href="https://clintpgeorge.github.io/cs-102/spring-2022/">CS102</a></li>
<li><i>EE101: </i>Introduction to cicuits by <u>Dr.sheron</u></li>
<li><i>BIO101: </i>Introduction to evolution by <u>Dr.sreenath</u></li>
<li><i>MTH1021: </i>Linear Algebra by <u>Dr.kaplesh</u></li>
<li><i>PH102: </i>Electricity and Magnetism by <u>Dr.vibhav</u></li>
</ol>
<hr>
<h3> Extra cicular activites </h3>
<ul>
<li> Love playing <b>Cricket</b> 🏏 </li>
<li>Love Singing 🎶</li>
<li> Love Coding 🧑💻 </li> <a href="https://github.com/AbhinavReddyGutha/">My GitHub Account</a>
</ul>
<hr>
</body>
</html>