-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
64 lines (53 loc) · 2.37 KB
/
about.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
<!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">
<title>Document</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Pangolin&display=swap" rel="stylesheet">
<link rel="stylesheet" href="mystyle.css">
<link href="css/hover.css" rel="stylesheet" media="all">
</head>
<body id="about_bg">
<div class = "header">
<h1>Anshul Singh's portfolio</h1>
</div>
<nav class = "navbar">
<ul id="navlist">
<li><a href="index.html" class="hvr-reveal">Home</a></li>
<li><a href="about.html" class = "active hvr-reveal">About</a></li>
<li><a href="achievements.html" class="hvr-reveal">Achievements</a></li>
</ul>
</nav>
<div>
<p class="About">
I am Anshul Singh, a first year ME student at IIT-Roorkee and a developer at SDSLabs.
<br> <br>
I am interested in algorithms and math due to which I also joined PAG as a programmer.
<br> <br>
Besides programming, I also like to play & watch football (Barca forever!) and
enjoy reading & watching movies and anime.
</p>
</div>
<div class="row">
<div class="column">
<img src="images/about/paglogo.png" alt="PAG" style="width:100%">
</div>
<div class="column">
<img src="images/about/sdslogo.jpg" alt="SDSLabs" style="width:100%">
</div>
<div class="column">
<img src="images/about/football.jpg" alt="football" style="width:100%; height: 311.6;">
</div>
</div>
<div class = "Contact2">
You can find me at :
<a href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]" target="_blank"><img src="images/contact/gmail_logo.webp" alt="gmail" id="gmail_logo"></a>
<a href="https://www.instagram.com/anshul.singh_102/" target="_blank"><img src="images/contact/iglogo.webp" alt="Instagram" id="iglogo"></a>
<a href="http://www.facebook.com/profile.php?id=your_facebook_id" target="_blank"><img src="images/contact/fblogo.png" alt="fb page" id="fblogo"></a>
<a href="https://github.com/anshulsingh-102" target="_blank"><img src="images/contact/githublogo.png" alt="Github" id="githublogo"></a>
</div>
</body>
</html>