-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
42 lines (38 loc) · 1.75 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
<!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 Me</title>
<link rel="stylesheet" href="about_style.css">
</head>
<body>
<div class="hero">
<nav>
<img src="pngwing.com.png" class="logo" alt="">
<ul>
<li>
<a href="index.html">HOME</a>
</li>
<li> <a href="About.html">ABOUT</a></li>
<li> <a href="Achievement.html">ACHIEVEMENTS</a></li>
<li> <a href="project.html">PROJECTS</a></li>
<li><a href="hire.html">HIRE ME</a></li>
</ul>
</nav>
<div>
<span class="about_heading">About Me</span>
<ul class="about_detail">
<li>I'm Ahil Khan , 1st year undergrad at IIT BOMBAY in the Computer Science and Engineering<br> department.</li>
<li>I am from Bihar and my hobbies are playing badminton, swimming, listing music and <br>competitive programing.</li>
<li>I like to explore different domains of computer Science and finance.</li>
<li> I also have a huge interest in Algotrading and Data Science.</li>
<li>I also have a good amount of interest in web development.</li>
<li>I also love to Scrap Data from website.</li>
<li>My skills are Data Structures and Algorithms, Pandas, Matplotlib, Numpy, Bash, C++, <br>Python, Html, CSS, Java Script, Git, Docker, Latex, Spreadsheet.</li>
</ul>
</div>
</div>
</body>
</html>