-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINDEX2.HTML
67 lines (67 loc) · 1.93 KB
/
INDEX2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GANESH'S PERSONAL SITE</title>
<img src="SOLO LEVELING-modified.png" alt="Ganesh" height="200px">
</head>
<body>
<h1>Ganesh Deshmane</h1>
<p>I am a WEB and IOS developer. I ❤️ to code.</p>
<hr class="3" color="PURPLE">
<h3>Educational Qualifications:</h3>
<ul>
<li>
<a href="https://pcenagpur.edu.in">Priyadarshini College of Engineering,Nagpur</a>
</li>
<li>Branch: Information And Technology</li>
</ul>
<h3>Work Experiences</h3>
<table>
<thead>
<TR>
<th>Date</th>
<th>Work</th>
</TR>
</thead>
<tbody>
<tr>
<TD>2024</TD>
<TD>To Do List Website</TD>
</tr>
<tr>
<Td>2025</Td>
<td>Participated in GSOC</td>
</tr>
</tbody>
</table>
<HR class="3" color="PURPLE">
<H3>Skills</H3>
<table>
<TR>
<TD>
<table cellspacing="10">
<TR>
<td>Html ⭐️⭐️⭐️⭐️⭐️</td>
<td>CSS ⭐️⭐️⭐️⭐️⭐️ </td>
</tr>
<TR>
<TD>Javascript ⭐️⭐️⭐️⭐️⭐️</TD>
<TD>NODE.JS ⭐️⭐️⭐️⭐️⭐️ </TD>
</TR>
</table>
</TD>
</TR>
</table>
<HR class="3" color="PURPLE">
<h3>My Hobbies</h3>
<ol>
<Li><a href="https://www.chess.com" >Playing Chess</a>a</Li>
<li>Reading</li>
<li> <a href="https://www.isro.gov.in"> Space</a></li>
</ol>
<HR class="3" color="PURPLE">
<h3><A href="contactme.html">Contact Me</A></h3>
</body>
</html>