-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (90 loc) · 2.29 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="description" content="This is Suyash's personal website. Visit to learn more.">
<title>Suyash's Personal Site</title>
</head>
<body>
<header>
<table cellspacing="20">
<tr>
<td>
<img src="images/suyash.png" alt="Suyash's picture" width="200px">
</td>
<td>
<h1>Suyash Sharma</h1>
<p><em>Project Engineer at Wipro Technologies</em></p>
<p>I am a project engineer at Wipro Technologies. I have one year of experience. I'm currently persuing my MBA degree from Liverpool UK.</p>
<p>I love to play guitar, sing for my girlfriend and chat with her.</p>
</td>
</tr>
</table>
</header>
<hr>
<main>
<h3>Education</h3>
<ul>
<li>Shri Sai Academy, High School (2013 - 2016)</li>
<li>RGPV University, B.E. in Computer Science (2016 - 2020)</li>
<li>IMT Ghaziyabad, MBA (2022 - 2023)</li>
<li>Liverpool Business School UK, MBA Specialization (2023)</li>
</ul>
<hr>
<h3>Hobbies</h3>
<ol>
<li>Playing Guitar</li>
<li>Singing</li>
<a href="hobbies.html">More Hobbies</a>
</ol>
<hr>
<h3>Work Experience</h3>
<table cellspacing="20">
<thead>
<th>Date</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2021 - present</td>
<td>Project Engineer at Wipro Technologies</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="20">
<tr>
<td>
<table>
<tr>
<td>Guitar</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Singing</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Programming</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Marketing</td>
<td>⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
</main>
<footer>
<a href="contact-details.html">Contact Me</a>
</footer>
</body>
</html>