-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
157 lines (143 loc) · 5.26 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="de">
<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">
<meta name="description" content="Informationen zum Thema Hauskatzen">
<link rel="icon" type="image/png" sizes="600x600" href="stuff/images/logo.png">
<meta name="theme-color" content="#ffffff">
<title>Die Hauskatze | Start</title>
<link rel="stylesheet" href="stuff/css/main.css">
<link rel="stylesheet" href="stuff/css/index.css">
<link rel="stylesheet" href="stuff/css/quiz.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
</head>
<body>
<button onclick="goToTop()" id="go-to-top">
<i class="fas fa-arrow-up"></i>
</button>
<section id ="top">
<img id="logo" onclick="handleLogoClick()" src="stuff/images/logo.png" alt="Logo" loading="lazy">
<p>Die Hauskatze</p>
<div id="navigator" class="topnav">
<span id="current_side" onclick="currentSide()"><a>Start</a></span>
<b>•</b>
<a href="steckbrief.html">Steckbrief</a>
<b>•</b>
<a href="fun-facts.html">Fun Facts</a>
<b>•</b>
<a href="bombay-katze.html">Bombay-Katze</a>
<b>•</b>
<a href="bengalkatze.html">Bengalkatze</a>
<b>•</b>
<a href="britisch-kurzhaar.html">Britisch Kurzhaar</a>
<b>•</b>
<a class="quiz_start_btn">Quiz</a>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="openNavigator()">☰</a>
<br>
<br>
<hr>
</div>
</section>
<section id="middle">
<br>
<br>
<div id="note">
<b translate="yes">Diese Webseite war mein erstes Projekt, was ich für das Fach Informationstechnologie in der Schule gemacht habe.</b>
<br>
<br>
<i class="fas fa-question-circle feature"></i>
<a href="stuff/other/Was_ist_zu_beachten.pdf" target="_blank">Anforderungen der Lehrkraft</a>
<i class="fas fa-question-circle feature"></i>
</div>
<br>
<p>Auf dieser kleinen Website wird das Thema "Hauskatze" behandelt. Außerdem werden hier drei Katzenrassen genauer beschrieben.</p>
<br>
<hr>
<br>
<p>Die Hauskatze ist die Haustierform der Falbkatze. Diese zählt zu den beliebtesten Heimtieren des Menschen.</p>
<br>
<br>
<img id="cat_image" onclick="rightclick()" src="stuff/images/liegende_katze.png" alt="Zufällige Katze" loading="lazy">
<br>
<br>
<button id="random_cat_btn" title="Klicke für ein zufälliges Katzenbild" onclick="changeImg()">
<b>Zufällige Katze</b>
</button>
<div class="info_box">
<div class="info-title"><span>Regeln und Informationen zu dem Quiz</span></div>
<div class="info-list">
<div class="info">1. Du hast pro Antwort <span>10 Sekunden</span> Zeit.</div>
<br>
<div class="info">2. Deine Antwort kann nicht mehr zurückgerufen werden.</div>
<br>
<div class="info">3. Du kannst nur eine Antwort auswählen.</div>
<br>
<div class="info">4. Du solltest dir die Informationen der Website ganz genau angeschaut haben.</div>
<br>
<div class="info">5. Nach dem Quiz siehst du, wie viele Punkte du hast.</div>
<br>
</div>
<div class="buttons">
<button class="quit">Abbrechen</button>
<button class="restart">Weiter</button>
</div>
</div>
<div class="quiz_box">
<header>
<div class="title">Hauskatzen | Quiz</div>
<div class="timer">
<div class="time_left_txt">Zeit:</div>
<div class="timer_sec">10</div>
</div>
<div class="time_line"></div>
</header>
<section>
<div class="que_text">
</div>
<div class="option_list">
</div>
</section>
<footer>
<div class="total_que">
</div>
<button class="next_btn">Weiter</button>
</footer>
</div>
<div class="result_box">
<div class="icon">
<i class="fas fa-cat"></i>
</div>
<div class="complete_text">Du hast das Quiz beendet!</div>
<div class="score_text">
</div>
<div class="buttons">
<button class="restart">Erneut spielen</button>
<button class="quit">Schließen</button>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
</section>
<section id="footer">
<p title="Made by Immanuel" id="author_text" onclick="onAuthorClick()"> » Made by Immanuel « </p>
<a title="Kontakt-Email" href="mailto:contact@immanuelm.de">Kontakt</a>
<i class="fas fa-address-book feature"></i>
<b>•</b>
<a title="Quellenangaben" href="quellen.html" target="_blank">Quellen</a>
<i class="fas fa-sign feature"></i>
<b>•</b>
<a title="Sourcecode der Website" href="/~https://github.com/ximmanuel/hauskatze" target="_blank">Github</a>
<i class="fas fa-folder-open feature"></i>
<br>
</section>
</body>
<script src="stuff/scripts/main.js"></script>
<script src="stuff/scripts/index.js"></script>
<script src="stuff/scripts/questions.js"></script>
<script src="stuff/scripts/quiz.js"></script>
</html>