-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 2.22 KB
/
index.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
<!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>Homer Simpson</title>
<link rel="icon" href="Slike/HomerAvatar.jpeg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<!-- Komentar -->
<header>
<img src="Slike/HomerAvatar.jpeg">
<h1>Homer Simpson</h1>
</header>
<!-- Main element -->
<main>
<h2>
About Homer
</h2>
<p>Homer Jay Simpson is a fictional character
and the main protagonist of the American animated sitcom The Simpsons.</p>
<img src="Slike/SimpsonsFamily.jpg">
<p class="caption">Simpsons family</p>
<h2>Homers characteristics</h2>
<ol>
<li>Homer is clumsy, fat and very lazy</li>
<li>He is also an alcoholic, and is not very intelligent</li>
<li>He works as a Safety Inspector at the Springfield Nuclear Power Plant</li>
</ol>
<h2>Homer's friends</h2>
<p>Homer's friends are Carl Carlson and Lenny Leonard who are also
Homer's coworkers at the Springfield nuclear power plant. Homer's friend
from High School is Barney Gumble, where he was a straight-A student. Click
on the links below to read more about them. </p>
<ul>
<li><a target="_blank" href="https://simpsons.fandom.com/wiki/Carl_Carlson">Carl Carlson </a></li>
<li><a target="_blank" href="https://simpsons.fandom.com/wiki/Lenny_Leonard">Lenny Leonard </a></li>
<li><a target="_blank" href="https://simpsons.fandom.com/wiki/Barney_Gumble">Barney Gumble</a></li>
</ul>
</main>
<!-- FOOTER -->
<footer>
<p>This site was created during a <a target="_blank" href="https://taptapkaboom.com"> Tap Tap Kaboom </a>
class. © Marko</p>
</footer>
</body>
</html>