-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
36 lines (35 loc) · 1.26 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
<!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 href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<style>
body{
background-image:url(port.png);
background-size: cover;
}
</style>
</head>
<body>
<h1>About</h1>
<p>
Myself Yash Sachan and some of the keywords that define me are optimism,harworking,cheerfulness and simplicity.
I am a first year undergraduate at one of the most prestegious institution in India,IIT BHU in ECE branch.
</p><br>
<h2>Skills</h2>
<p>
1.ML & AI Enthusiast<br>
2.Web Development(HTML,CSS,Javascript)<br>
3.Java<br>
4.C<br>
5.Data Analytics
</p><br>
<h2>Hobbies</h2>
<p>
Taking part in Competitions,watching anime and reading manga.
</p>
</body>
</html>