-
Notifications
You must be signed in to change notification settings - Fork 0
/
first-program-for-this-program.html
88 lines (68 loc) · 2.37 KB
/
first-program-for-this-program.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Arvo&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Style%20Folder/style.css">
<script type="text/javascript" src="script.js"></script>
<title>Quiz</title>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/Bubalo1234/Webby/main/Images/New%20Piskel%20(2).gif">
</head>
<body>
<header>
<h1>Pokemon!</h1>
</header>
<nav>
<ul class="navbar">
<li class="nav-list-item">
<a class="nav-link" href=#>home</a>
</li>
<li class="nav-list-item">
<a class="nav-link" href=#>quizzes</a>
</li>
<li class="nav-list-item">
<a class="nav-link" href=#>videos</a>
</li>
<li class="nav-list-item">
<a class="nav-link" href=#>Articles</a>
</li>
<li class="nav-list-item">
<a class="nav-link" href=#>Other fun stuff</a>
</li>
</ul>
</nav>
<main>
<section>
<h2>Where to go?</h2>
<Article>Pokemon are so fun! play fun quizzes in the quiz zone! and see a featured pokemon and fact in the daily pokemon zone!</Article>
</section>
<section>
<Title>Cool Stuff</Title>
</section>
<section>
<h2>Best Quiz!</h2>
<li>
<a href=
#><img src="images/Checkbox.png" width=20%></a>
</li>
</section>
<section>
<h2>Best Video!</h2>
<li>
<a href=
#><img src="images/Checkbox.png" width=20%></a>
</li>
</section>
<section>
<h2>Best Fact!</h2>
<li>
<a href=
#><img src="images/Checkbox.png" width=20%></a>
</li>
</section>
</main>
<footer>
<p>This is a footer.</p>
</footer>
</body>
</html>