-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (82 loc) · 2.02 KB
/
index.html
File metadata and controls
88 lines (82 loc) · 2.02 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Profile</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://cdn.pixabay.com/photo/2013/07/21/13/00/rose-165819_1280.jpg" alt="Image not found" width="150" height="150"></td>
<td>
<h1>Saikumar Dande</h1>
<p><em>Studing in <strong><a href="https://en.wikipedia.org/wiki/National_Institute_of_Technology_Karnataka">National Institute of Technology Karnataka</a></strong>.</em></p>
<p>I am studing in ELectronincs and Communication Engineering.</p>
</td>
</tr>
</table>
<hr>
<h2>Hobbies</h2>
<ul>
<li>Reading books</li>
<li>Playing games</li>
</ul>
<hr>
<h2>Carrer</h2>
<table border="1" cellspacing="10">
<thead>
<tr>
<th>Year</th>
<th>Degree</th>
<th>Place of study</th>
</tr>
</thead>
<tbody>
<tr>
<td>2015-16</td>
<td>10th</td>
<td>Jawahar Navodaya Vidyalaya, Medak</td>
</tr>
<tr>
<td>2016-18</td>
<td>11-12th</td>
<td>Chaitanya college, Hyderabad</td>
</tr>
<tr>
<td>present</td>
<td>Btech</td>
<td>National Institute of Technology Karnataka</td>
</tr>
</tbody>
</table>
<hr>
<h2>Skills</h2>
<table border="1" cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>C</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td><table>
<tr>
<td>Python</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web development</td>
<td>⭐⭐</td>
</tr>
</table></td>
</tr>
</table>
<p><a href="G:\web development projects\contact information.html">Contact details</a></p>
</body>
</html>