-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (86 loc) · 2.61 KB
/
index.html
File metadata and controls
91 lines (86 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Omkars arena</title>
</head>
<body>
<table cellspacing="10">
<tr>
<td> <img
src="images/jhon.png"
alt="kalua not here"
width="300"
height="300"
> </td>
<td> <h1>Omkar Gundle</h1>
<p><em>Undergradute at University<strong>Dy Patil, Ambi.</strong></em></p>
<p>Hi there I am <strong>Omkar Gundle</strong> currently a Btech engineering student at <strong>Dy Patil, Ambi.</strong>
I have keen interests in competitive programming and currently learning a Web Development course from <strong>Dr Angela Yu</strong>,
I hope that I learn the maximum as possiblem from her. I am aslo currently looking for a part time job to take care of my personel expenses
support my family.
</p> </td>
</tr>
</table>
<hr>
<h3>My Education</h3>
<UL>
<LI>Holy cross </LI>
<li>Deogiri colleg </li>
<li>Diploma from Mit </li>
<li>Enrolled in Btech CS</li>
</UL>
<a href="hobbies.html">Hobbies</a>
<h5>Profile Links</h5>
<strong> <a href="https://www.linkedin.com/in/omkar-gundle-b924a0367/?originalSubdomain=in" >Omkar's Linkedin </a> <br>
<a href="https://leetcode.com/u/omkargundle/"> Omkar's Leetcode </a>
</strong>
<br>
<hr style=" height: 2px; background-color: blue;">
<table>
<tr>
<td>
<table border="1" cellspacing="0" >
<thead >
<tr >
<th>Skills</th>
<th>Rating</th>
</tr>
</thead>
<tbody>
<tr>
<td>C Programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>c++ Programming</td>
<td>⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
<td>
<table border="1" cellspacing="0" >
<thead >
<tr >
<th>Skills</th>
<th>Rating</th>
</tr>
</thead>
<tbody>
<tr>
<td>Python Programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java Programming</td>
<td>⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>
</html>