-
Notifications
You must be signed in to change notification settings - Fork 1
/
me.html
61 lines (51 loc) · 2.21 KB
/
me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--meta name="viewport" content="width=device-width, initial-scale=1.0"-->
<title>About Me</title>
<link rel="icon" type="image/x-icon" href="mefav.ico">
<link rel="stylesheet" href="me.css">
</head>
<body>
<div class="about-section">
<h1 style="text-shadow: 2px 2px 4px #4d4c4c;">About Me</h1>
</div>
<center>
<table>
<tr>
<td>
<img src="myself.jpg" alt="harsh" style="border-radius:8px" width="250" height="500" >
</td>
<td style="color:white; text-shadow: 2px 2px 4px #000000;">
<ul>
<h2>
<li>I'm Harsh Pratap Singh</li>
<li>I'm from Auraiya, Uttar Pradesh</li>
<li>Currently pursing Computer Science Engineering</li>
<li>from Indian Institute of Information Technology, Ranchi</li>
<li>Roll No:- 2022UG1011</li>
<li>I ❤️ sketching and am a Melophile🎶🎵</li>
</h2>
</ul>
</td>
</tr>
</table>
<p>
<h3><font color="white">
As I've said above also... That I love skteching... So, here I'm attaching some of my working videos<br>
Do tell me how it is...(You can subscribe to my channel as well..😁)
</font></h3>
<iframe width="560" height="315" src="https://youtube.com/embed/8CwIA7W3ZoE" title="My video" frameborder="0" allow="autoplay;picture-in-picture;web-share" allowfullscreen></iframe>
</p>
</center>
<div class="navbar">
<a href="https://www.linkedin.com/in/harsh-pratap-singh-62b831257">
<img src="linkedin.png" alt="" style="width:62px;height:42px;">
</a>
<a href="https://github.com/harshu0001">
<img src="git.png" alt="Instagram" style="width:62px;height:52px;">
</a>
</div>
</body>
</html>