-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (86 loc) · 2.37 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
<!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" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<title>Ak#'s Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img
src="images/profile_pic-modified.png"
alt="Akash Profile Pic"
width="300"
/>
</td>
<td>
<h1>Akash Vaidun</h1>
<p>
<em>Application Engineer<strong> @ AWS</strong></em>
</p>
<p>
I 💙 to develop code in Python, Javascript.My hobbies are cycling and Swimming
</p></td>
</tr>
</table>
<hr />
<h2>Education</h2>
<ul>
<li>Kendriya Vidyalaya Ashok Nagar</li>
<li>Crescent Institute of Science and Technology</li>
</ul>
<hr />
<h2>Work Experience</h2>
<table cellspacing="15">
<thead>
<th>Dates</th>
<th>Work</th>
<th>Title</th>
</thead>
<tbody>
<tr>
<td>2019-2022</td>
<td>Jasmin Infotech Private Limited</td>
<td>Systems Engineer</td>
</tr>
<tr>
<td>2022-Present</td>
<td>Amazon</td>
<td>Application Engineer</td>
</tr>
</tbody>
</table>
<h2>Skills</h2>
<table cellspacing="10">
<tr>
<th>Python</th>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<th>Librosa</th>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<th>Javascript</th>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<th>PyTorch</th>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</body>
<hr>
<footer>
<a href="https://github.com/Akash100997" target="_blank">GitHub</a>
<a href="https://www.linkedin.com/in/vaidun-akash/" target="_blank">LinkedIn</a>
</footer>
<hr>
<footer>
<a href="contactme.html">Contact Me</a>
</footer>
</html>