-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (59 loc) · 1.64 KB
/
index.html
File metadata and controls
65 lines (59 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>👀Thejas's personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img src="ProfilePictureMaker.png" width="200px" height="200px" alt="Tejas in words"></td>
<td>
<h1>Thejas D</h1>
<p><em>Student in <strong><a href="https://www.rvce.edu.in/" target="_blank">RV College of Engineering</a></strong> Bangalore</em></p>
<p>I am a student studying in the <strong>Electronics and Communication</strong> department. I ♥ playing chess and football. I am right now learning web development</p>
</td>
</tr>
</table>
<hr>
<h2>Education</h2>
<ol>
<li>S.Cadambi Vidya Kendra(2007-2018)</li>
<li>Base PU College(2018-2020)</li>
<li>RV College of Engineering(2020-)</li>
</ol>
<p><a href="contact_me.html">Contact-me list</a></p>
<hr>
<h2>Skills</h2>
<table border="1">
<tr>
<td>
<table cellspacing="20">
<tr>
<td>1.Web development</td>
<td>⭐</td>
</tr>
<tr>
<td>3.Java</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="20">
<tr>
<td>2.C++</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>4.Python</td>
<td>⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>