-
Notifications
You must be signed in to change notification settings - Fork 0
/
intrests.html
32 lines (32 loc) · 1.06 KB
/
intrests.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
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>Intrests</title>
<link rel="stylesheet" type="text/css" href="int.css">
<link href="https://fonts.googleapis.com/css2?family=Philosopher&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Lobster+Two:ital,wght@1,700&display=swap" rel="stylesheet">
</head>
<body>
<header class="tm-head">
<img src="/home/ishan/Desktop/download.jpeg" alt="ishan logo" height="50px" width="120px" class="tm-logo">
<nav class="tm-nav">
<ul>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="achievements.html">ACHIEVEMENTS</a></li>
<li><a href="intrests.html">CURIOSITIES</a></li>
<li><a href="assignment.html">HOME</a></li>
</ul>
</nav>
</header>
<section>
<h2 class="tm-int">I am always eager to learn new things but some of the things that really fasinates me are</h2>
<ul class="tm-in">
<li>Watching Movies</li>
<li>Playing Synthesizer</li>
<li>Playing Badminton</li>
<li>community service</li>
</ul>
</section>
</body>
</html>