-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmygoals.html
38 lines (38 loc) · 1.4 KB
/
mygoals.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="mygoals.css" rel="stylesheet">
</head>
<body>
<div class="header">
<h1>My Goals</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 id="pp">
<p>In this sections I would like to share my goals which I want to achieve in future:</p>
<p>1. To complete my studies with full dedication and efforts.</p>
<p>2. Try to become a god son.</p>
<p>3. To do masters in the field of AI.</p>
<p>4. To once travel the whole world.</p>
<p>5. Try to be a good ML engineer.</p>
<p>6. To start a school for poor and orphan childern.</p>
</div>
<div id="footer"><h4>Copyright © 2023 AbulFaheem</h4>
</div>
</body>
</html>