-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (100 loc) · 3.01 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Venmus website</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body\>
<table cellspacing="20">
<tr>
<td><img src="images/circle-cropped.png" alt="Venkatesh Profile Picture" width="175" height="175"></td>
<td><h1>B Venkatesh</h1>
<p><i><strong>A Computer Science student at <a href="http://www.ipu.ac.in/usict/">USICT</a></strong></i></p><br></td>
</tr>
</table>
<p>My name is B Venkatesh, a 3rd year Computer Science student at USICT IPU main campus.
I am a versatile and quick learner, who keeps himself busy into new stuffs and has the audacity
of improvis at his skill at every moment of his life. </p>
<hr>
<h3>Education</h3>
<table cellspacing="10">
<thead>
<th>Time Span</th>
<th>Education Qualification</th>
<th>Score</th>
</thead>
<body>
<tr>
<td>2016-2017</td>
<td>10th Boards</td>
<td>10 CGPA</td>
</tr>
<tr>
<td>2018-2019</td>
<td>12th Boards</td>
<td>92.4%</td>
</tr>
<tr>
<td>2019-2023</td>
<td>BTech in Comp Sc</td>
<td>N/A</td>
</tr>
</body>
</table>
<ul>
<li>I have done most of my schooling from <strong><a href="https://www.apsdelhicantt.com/">Army Public School Delhi Cantt - 110010</a></strong>.</li>
<li>I am now pursuing my BTech degree form <strong><a href="http://www.ipu.ac.in/usict/">USICT IPU</a></strong>.</li>
</ul>
<hr>
<h3>My Hobbies</h3>
<ol type="i">
<li>Rapping</li>
<li>Dancing</li>
<li>Playing Football</li>
<li>Playing Badminton</li>
</ol>
<hr>
<a href="social_media_handles.html"><h3>Social Media Handles</h3></a>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>
<table cellspacing="20">
<tr>
<td><strong>C++</strong></td>
<td>★★★★☆</td>
<td><strong>Java</strong></td>
<td>★★☆☆☆</td>
</tr>
<tr>
<td><strong>Flutter & Dart</strong></td>
<td>★★★☆☆</td>
<td><strong>Rapping & Poetry</strong></td>
<td>★★★★★</td>
</tr>
</table>
</td>
<td>
<table cellspacing="20">
<tr>
<td><strong>Web Development</strong></td>
<td>★★☆☆☆</td>
<td><strong>Video Editing</strong></td>
<td>★★★★☆</td>
</tr>
<tr>
<td><strong>Audio Mastering</strong></td>
<td>★★★☆☆</td>
<td><strong>Debating</strong></td>
<td>★★★★☆</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3><a href="contact_me.html">Contact Me</a></h3>
</body>
</html>