-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyinterest.html
38 lines (38 loc) · 1.51 KB
/
myinterest.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=devie-width, intial-scale=1.0">
<link href="interest.css" rel="stylesheet">
</head>
<body>
<div class="header">
<h1>My Interests</h1>
</div>
<div class="container">
<div class="section">
<a href='index.html'><h2>Home</h2></a>
</div>
<div class="section">
<a href='about.html'><h2>About</h2></a>
</div>
<div class="section">
<a href='mygoals.html'><h2>My Goals</h2></a>
</div>
<div class="section">
<a href='myinterest.html'><h2>My Interests</h2></a>
</div>
</div>
<div class="ss">
<p>Here in this section I would like to share my interests and my hobbies</p>
<p># I am interest in learning new programming languages and try to master them.</p>
<p># I am interested in learing Artifical Intellligence deeply and develop some new AI tools.</p>
<h3>My Hobbies</h3>
<p>1. I like to play badminton on weekends.</p>
<p>2. I like to read atleast 4-5 pages of a story book daily before going to bed.</p>
<p>3. I watch some series and animes on weekends and hoildays</p>
</div>
<div id="footer"><h4>Copyright © 2023 AbulFaheem</h4>
</div>
</body>
</html>