-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (85 loc) · 2.31 KB
/
index.html
File metadata and controls
87 lines (85 loc) · 2.31 KB
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
<html>
<head>
<meta charset = "utf-8">
<title>
Shreyansh's personal site
</title>
</head>
<body>
<table cellspacing ="40">
<tr>
<td> <img src = "C:\Users\sjais\Downloads\MYPIC.jpeg" alt="Shreyansh's Profile Picture" width="200" height="200"></td>
<td>
<h1> Shreyansh Jaiswal </h1>
<p> <i>Founder and CTO of <a href="https://instagram.com/visualslash?igshid=YmMyMTA2M2Y=" >VisualSlash </a></i></p>
<p> I am a Web developer, ready to showcase his skills to the world! </p>
</td>
</tr>
</table>
<hr size="4" noshade>
<br>
<h3> <strong> Education </strong></h3>
<ol type="1">
<li> ICSE -- Frank Anthony Public School, Kolkata (2019)</li>
<li> CBSE -- Delhi Public School, Kolkata (2021)</li>
<li> B.Tech in ECE -- Motilal Nehru National Institute of Technology, Prayagraj, U.P</li>
</ol>
<br>
<hr>
<table cellspacing ="20">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2020-2021</td>
<td>SDE-1 at Microsoft</td>
</tr>
<tr>
<td>
2021-2022
</td>
<td> SDE-2 at Google</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<br>
<hr>
<table cellspacing="10">
<thead>
<tr>
<th><h3> Skills </h3></th>
</tr>
</thead>
<tbody>
<tr>
<td> C++ </td>
<td> ⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td> C </td>
<td> ⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td> DSA </td>
<td> ⭐⭐⭐⭐</td>
</tr>
<tr>
<td>
FrontEnd Web Development
</td>
<td> ⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
<br>
<hr>
<p><a href="C:\Users\sjais\OneDrive\Desktop\Web Dev\Intro. to HTML\hobbies.html"> Click Here to view my hobbies </a></p>
<p><a href="Contact.html">Contact Me</a></p>
</body>
</html>