-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (47 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<title>Aditya Yadav</title>
</head>
<body>
<div class="outerbox">
<div class="dashboard">
<p id="aditya">Aditya Yadav</p>
<div class="links">
<a href="https://github.com/Adityadav04" target="_blank">GitHub</a>
<a href="https://www.linkedin.com/in/aditya-yadav-187b7b259/" target="_blank">LinkedIn</a>
<a href="https://www.instagram.com/adityayadav_124/" target="_blank">Instagram</a>
</div>
</div>
<div class="container">
<div class="profile">
<img class="flex1" src="//static.miraheze.org/greatcharacterswiki/thumb/2/23/Levi_Marley.png/400px-Levi_Marley.png">
<div class="flex1 intro">
<H1 class="para">Hi<span id="hi">👋</span>, I'm Aditya</H1>
<p id="para">I am currently an engineering student who is just starting to explore the fascinating world of web development. While I am at the beginner level, I am eager to acquire the skills and knowledge necessary to excel in this field🚀</p>
</div>
</div>
</div>
<div id="div_tags">
<div id="div2">
<p class="tags">🎓 B.E. at Thakur College of Engineering and Technology<br>
<span>(Electronics and Computer Science; batch of 2026)</span>
</p>
<p class="tags"> 📧 [email protected]</a></p>
<p class="tags">🌍 Speaks English and Hindi fluently</p>
<p class="tags">📍 Mumbai, India</p>
</div>
<div class="skills">
<p id="ps">Professional skills:</p>
<p>Frontend web development
(beginner)</p>
<P> </p>
<BR>
</div>
</div>
</div>
</body>
</html>