-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (91 loc) · 2.48 KB
/
index.html
File metadata and controls
93 lines (91 loc) · 2.48 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
86
87
88
89
90
91
92
93
<!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>Dev's personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="dev-modified.png" alt="hii" height="150"></td>
<td><p><em>Engineering student at <strong><a href="https://www.rvce.edu.in/">RVCE</a></strong></em></p>
<br>
<p>
Hi I am Dev currently pursuing my B.E. degree in Artificial Intelligence
and Machine Learning fron RV college of engineering,Bangalore. I have done my schooling
from delhi under CBSE board.This is my first basic projects on making a website which
I am leraning from Angela Yu.
</p>
</td>
</tr>
</table>
<hr>
<h3>Books and teaching</h3>
<ul>
<li>An IOS app development</li>
<li>A Web Development </li>
<li>Python language</li>
<li>Programming in C</li>
<li>Data Structures and Algorithm</li>
</ul>
<table border="1">
<thead>
<tr>
<th>Year:</th>
<th>Work:</th>
</tr>
</thead>
<tbody>
<tr>
<td>2009-2019</td>
<td>St. Jude's Academy</td>
</tr>
<tr>
<td>2019-2021</td>
<td>National Public School</td>
</tr>
<td>2021-2025</td>
<td>RV College of Engineering</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>SKILLS</h3>
<table cellspacing="20">
<tr>
<td>
<table>
<tr>
<td>Python</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Web Development</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">MY Hobbies</a>
<br>
<a href="contact.html">Contact details</a>
</body>
</html>