-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (107 loc) · 3.62 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
<!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> Ravi's personal site</title>
</head>
<body>
<table cellspacing="60">
<tr>
<td><img src="ravi-modified.png" alt="Ravi profile picture" width="150"></td>
<td>
<h1>Ravi Ranjan</h1>
<p> <i> A coding enthusiast </i> </p>
<p>I am Ravi Ranjan. I am currently pursuing my Computer Science and Engineering degree from Ramaiah
Institute of Technology. I enjoy exploring several new technologies. Currently I am started learning
HTML and CSS. Beginner in competitive programming.</p>
</td>
</tr>
</table>
<br>
<hr size="3" noshade>
<br>
<h3>Education</h3>
<ul>
<li>10th <a href="https://no1patna.kvs.ac.in/"> K.V No.1 Kankarbagh Patna </a>: 95%</li><br>
<li>12th <a href="https://no1patna.kvs.ac.in/"> K.V No.1 Kankarbagh Patna </a>: 89%</li><br>
<li>Btech: CSE at<a href="http://www.msrit.edu/"> Ramaiah Institute of Technology Bangalore </a>: 9.7sgpa</li>
</ul>
<br>
<hr size="3" noshade>
<br>
<h3>Skills</h3>
<table cellspacing="10">
<thead>
<tr>
<th><u>Topics</u></th>
<th><u>Ratings</u></th>
</tr>
</thead>
<tbody>
<tr>
<td>Problem Solving</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++</th>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</th>
<td>⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐</td>
</tr>
</tbody>
</table>
<br>
<hr size="3" noshade>
<br>
<h3>My CP ratings</h3>
<ul>
<table cellspacing="10">
<tbody>
<tr>
<td><a href="https://www.codechef.com/users/ravi1120ranjan"> Codechef </a></td>
<td>: 3 stars 1651 rating</td>
</tr>
<tr>
<td><a href="https://codeforces.com/profile/ravi1120ranjan"> Codeforces </a></th>
<td>: 150+ questions 919 rating</td>
</tr>
<tr>
<td><a href="https://www.hackerrank.com/ravi1120ranjan"> Hackerrank </a></td>
<td>: 6 stars in problem solving</td>
</tr>
</tbody>
</table>
</ul>
<br>
<hr size="3" noshade>
<br>
<h3>Hobbies</h3>
<ol>
<li> <a href="https://archive.org/details/the-rudest-book-ever/page/n29/mode/2up"> Reading Novels</a></li>
<li> <a href="https://youtu.be/tsOElsN3hxg">Playing chess</a> </li>
<li> <a href="https://www.imdb.com/list/ls099757037/">Watching movies</a> </li>
<li> <a href="https://code.org/learn">Coding</a> </li>
<li> <a href=https://www.youtube.com/watch?v=Kwu1yIC-ssg>Cricket</a> </li>
</ol>
<br>
<hr size="3" noshade>
<br>
<h3><b><a href="contact.html">Contact Me</a></b></h3>
</body>
</html>