-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (80 loc) · 2 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
<!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>🧡Sarvesh Gond's Website</title>
</head>
<table cellspacing="20">
<tr>
<td><img src="Images/Profile.png" alt="Sarvesh Gond Profile Picture" height="150"></td>
<td >
<h1>Sarvesh Gond</h1>
<p><em>Founder <strong>and</strong> CEO of Learn & Grow</em></p>
<p>I will be a web and android developer till 2024.</p>
</td>
</tr>
</table>
<hr>
<h3>My 🧡 books</h3>
<ul>
<li>Rich Dad Poor Dad</li>
<li>Atomic Habbits</li>
<li>Psychology of Money</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10" border="4" >
<tr>
<th>Dates</th>
<th> Work</th>
</tr>
<tr>
<td>Sep 2021 : </td>
<td>Python Training at F-Tech Institute</td>
</tr>
<tr>
<td> Jan 2022 : </td>
<td>Graphics_intern at LetsGrowmore</td>
</tr>
<tr>
<td>Feb 2022 :</td>
<td>Learning Web Development from Udemy</td>
</tr>
</table>
<hr>
<a href="Hobbies.html">My hobbies</a>
<br>
<a href="Contact_details.html">My Contact Number</a>
<hr>
<h3>My Skills</h3>
<table cellspacing="10" border="2">
<tr>
<td>C Language</td>
<td>⭐⭐⭐⭐⭐</td>
<td>C++</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Data Structure & Algorithms</td>
<td>⭐⭐⭐⭐</td>
<td>Python</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐</td>
<td>CSS</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Javascript</td>
<td>⭐⭐</td>
<td>Web Development Framework</td>
<td>⭐⭐</td>
</tr>
</table>
<hr>
</body>
</html>