-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (80 loc) · 2.1 KB
/
index.html
File metadata and controls
85 lines (80 loc) · 2.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shree Ram's Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/profile pic.png" width="200" alt="Profile Pic"></td>
<td><h1>Shree Ram</h1>
<strong><a href="contactme.html">Contact-me</a></strong>
<strong><a href="Hobbies.html"> Hobbies</a></strong>
<p>Student at <a href="https://www.gvpce.ac.in"><strong><em>Gayatri Vidya Parishad College of Engineering</em></strong></a>.<br>
Learning to code :)<br>
Wanna become good at web dev</p>
<p>
I am a space Enthusiast. Until now I believed in Science and amazed by Tech, But due to recent advancements in tech I started hating it :(
</p></td>
</tr>
</table>
<hr>
<h3>Books I've Read</h3>
<ul>
<li><em>Rich Dad Poor Dad</em></li>
<li><em>How Win Friends And influence people</em></li>
<li><em>Tuesday's with Morrie</em></li>
<li><em>The Compound Effect</em></li>
</ul>
<h3>Books I am Currently Reading</h3>
<ul>
<li><em>Sapiens</em></li>
<li><em>The Almanack of Naval Ravikanth</em></li>
</ul>
<hr>
<h3>Education Details</h3>
<table cellspacing="10">
<th>S.no</th>
<th>Education</th>
<th>Grade</th>
<th>Time</th>
<tr>
<td>1.</td>
<td>10 Grade at SSC AP Board</td>
<td>10 pts</td>
<td>April' 18 - April' 19</td>
</tr>
<tr>
<td>2.</td>
<td>Intermediate @ Sri Chaitanya (AP Board I.P.E)</td>
<td>959/1000</td>
<td>June' 19 - May' 21</td>
</tr>
<tr>
<td>3.</td>
<td>B.Tech @ Information Technology G.V.P</td>
<td>9.62 pts</td>
<td>Jan' 21 - Present</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="20">
<tr>
<td>C Programming</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐️⭐️</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
</table>
</body>
</html>