-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
58 lines (54 loc) · 2.12 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
<!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>About</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:[email protected]&family=Outfit:[email protected]&display=swap" rel="stylesheet">
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="iitklogo.png" class="iitk-logo" />
<ul>
<li><a href="index.html"><strong>Home</strong></a></li>
<li></li>
<li><a href="about.html"><strong>About</strong></a></li>
<li></li>
<li><a href="contact.html"><strong>Contact</strong></a></li>
<li></li>
</ul>
</nav>
<section>
<div class="container">
<center>
<br><br>
<h1 id="about-heading">About Me</h1>
<br><br>
<p class="about-content">
Welcome to my portfolio website. I'm Agam Pipersenia, a sophomore in the Aerospace Engineering department.
My interests include the intersection of Finance and Statistics to discover trends in data.
I'm also passionate about Machine Learning and its extensive applications.
</p>
<br>
<p class="about-content">
In my spare time, I enjoy watching web series and occasionally play outdoor sports with friends.
These activities fuel my creativity and provide a unique perspective to my work.
</p>
<br>
<p class="about-content">
Feel free to explore my portfolio and reach out if you have any questions.
I'm excited to collaborate and contribute to your success!
</p>
</center>
</div>
</section>
</div>
</div>
</body>
</html>