-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (63 loc) · 2.63 KB
/
index.html
File metadata and controls
64 lines (63 loc) · 2.63 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
<!DOCTYPE html>
<html lang = "en">
<head>
<link rel="stylesheet" href = "https://fonts.googleapis.com/css?family=Dancing Script">
<link rel="stylesheet" href = "https://fonts.googleapis.com/css?family=Yusei Magic">
<link rel="stylesheet" href = "https://fonts.googleapis.com/css?family=Gorditas">
<link rel="stylesheet" href = "https://fonts.googleapis.com/css?family=Jura">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link href="styles.css" rel = "stylesheet">
<meta charset = "UTF-8">
</head>
<title>
About Me
</title>
<body>
<header>
<div class = "container">
<p id = "para">
ADITYA MANGAL
</p>
<nav>
<ul>
<li class="selected"><a href = "index.html">About Me</a></li>
<li><a href = "My Hobbies.html">My Hobbies</a></li>
<li><a href = "Skills.html">Skills</a></li>
</ul>
</nav>
</div>
</header>
<img src = "me.jpg" class = "myimg">
<h1 class = "head">
ADITYA MANGAL
</h1>
<br><br>
<p class = "about">
I'm Aditya Mangal, a fresher at NSUT (IT).
</p>
<p class = "about">
A learner exploring various fileds of Computer Sciences and life.
</p>
<p class = "about">
I am currently learning C, python and HTML/CSS and Table Tennis.
</p>
<div class="icons">
<a href="https://twitter.com/Xboy352">
<i class="fab fa-twitter fa-2x"></i>
</a>
<a href="https://www.facebook.com/aditya.mangal.18/">
<i class="fab fa-facebook fa-2x"></i>
</a>
<a href="https://www.instagram.com/its_adityamangal/?hl=en">
<i class="fab fa-instagram fa-2x"></i>
</a>
<a href="https://www.linkedin.com/in/aditya-mangal-a50052203/">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<a href="https://github.com/XBoy-352">
<i class="fab fa-github fa-2x"></i>
</a>
</div>
</body>
</html>