-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
66 lines (57 loc) · 2.13 KB
/
aboutme.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!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">
<link rel="stylesheet" href="style.css">
<title>About me</title>
</head>
<!-- my body -->
<body class="BackgroundAboutMe">
<div id="nav">
<a href=childhoodgames.html>My childhood games</a>
<a href=adulthoodgames.html>My Adult hood games</a>
<a href=contactme.html>How to contact me</a>
</div>
<div id="TextAboutMe">
<div id="Headings">
<!-- Main heading -->
<h1>Who am I?</h1>
</div>
<!-- picture of me -->
<img id="picture-of-me"src="picture-of-me.jpg" alt="Dont argue with me"></img>
<p>
My name is Sabir Busuri, im 23 years old, and I am a gamer and a future software programmer. My fravourite football team is <a href="https://www.mancity.com/">Manchester city.</a>
</p>
<div id="Headings">
<h2>What games I played as a child</h2>
</div>
<p>
During my childhood I would often play online games from diffrent online websites such as
<a href="https://www.miniclip.com/games/en">miniclip,
<a href="https://www.twoplayergames.org/">twoplayergames or
<a href="https://www.friv.com/">friv</a>.
There were many more website but I just named a few.
<br>If you want to view or even play my childhood game websites and games click "My childhood games" Below.
</p>
<div id="Headings">
<h2>What games I play as an adult</h2>
</div>
<p>
Gaming is my main hobby. I game in most of my free time. I usually play
<a href="https://www.ea.com/en-gb/games/fifa/fifa-22/buy">fifa, </a>
<a href="https://www.callofduty.com/uk/en/warzone/download">Call of duty and</a>
<a href="https://www.rockstargames.com/gta-v">GTA</a>.
There are many more website but I just named a few.
<br>If you want to view or even play the games I play now click "My Adult hood games" Below.
<!-- talk about city -->
</p>
<!-- </div>
<div id="bottom-nav">
<a href=childhoodgames.html>My childhood games</a>
<a href=adulthoodgames.html>My Adult hood games</a>
<a href=contactme.html>How to contact me</a>
</div> -->
</body>
</html>