-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (99 loc) · 3.45 KB
/
index.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
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
94
95
96
97
98
99
100
101
102
103
104
105
<!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> 🖤Harsh's personal website</title>
</head>
<body>
<table cellspacing = "20">
<tr>
<td><img src="A34A0280 copy (2)-modified.png" alt="Harsh's Profile Picture"></td>
<td><h1> Harsh Rathore</h1>
<p><em>Electronics and telecommunication engineer</em> </p>
<br>
<p>I am an engineering graduate from <strong> Ramrao Adik Institute Of Technology</strong> a college under <strong>University Of Mumbai</strong> </p>
<br>
<hr></td>
</tr>
</table>
<h3>Education and courses</h3>
<ul>
<li>SSC From <strong><a href="https://www.agnelhamara.net/">Fr Agnels Multipurpose School</a></strong></li>
<li>HSc From <strong>Dyan Pushpa Vidyaniketan</strong></li>
<li>Engineering Grauduate From <strong><a href="http://dypatil.edu/engineering/index.php">Ramrao Adik Institute Of Technology.</a></strong></li>
<li>Certification In Python From <strong>Udemy</strong></li>
</ul>
<hr>
<h3>Hobbies</h3>
<ol type="a">
<li>Machine learning and artificial intelligence</li>
<li>Competitive Gaming </li>
<li>Fish Keeping</li>
<li>Cricket</li>
<li>writing</li>
<hr>
</ol>
<h3>Project</h3>
<table border="2">
<th>Date</th>
<th>Accomplishment</th>
<tr>
<td>2017</td>
<td>Water Level Indiator Using ic555</td>
</tr>
<tr><td>2017</td>
<td>Speech recognition using matlab</td></tr>
<tr><td>2021</td>
<td>Created a dictionary using python and a databas using mysqlconnect</td></tr>
<tr><td>2021</td>
<td>Creating a library management GUI system using Python</td></tr>
<tr>
<td>2021</td>
<td>Succesful deployment of an android app which motivates you using kivi and python</td>
</tr>
<tr>
<td>2021</td>
<td>Created a image protection GUI system using opencv , python and used tkinter for the GUI </td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>
<table cellspacing = "10">
<tr>
<td>Communication
</td>
<td>👍👍👍👍</td>
</tr>
<tr>
<td>Python
</td>
<td>👍👍👍👍</td>
</tr>
</table>
</td>
<td>
<table cellspcing = "10">
<tr>
<td>Java</td>
<td>👍👍👍</td>
</tr>
<tr>
<td>DBMS
</td>
<td>👍👍</td>
</tr>
</table>
</td>
</tr>
</table>
</table>
<a href="documents.html">My Documentss</a>
<br>
<a href="contacts.html">Contact Me</a>
</body>
</html>