-
Notifications
You must be signed in to change notification settings - Fork 0
/
bengalkatze.html
163 lines (153 loc) · 4.9 KB
/
bengalkatze.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
158
159
160
161
162
163
<!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 zu der Bengalkatze">
<link rel="icon" type="image/png" sizes="600x600" href="stuff/images/logo.png">
<meta name="theme-color" content="#eaff2e">
<title>Die Hauskatze | Bengalkatze</title>
<link rel="stylesheet" href="stuff/css/main.css">
<link rel="stylesheet" href="stuff/css/index.css">
<link rel="stylesheet" href="stuff/css/bengal.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>Bengalkatze</p>
<div id="navigator" class="topnav">
<a href="index.html">Start</a>
<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>
<span id="current_side" onclick="currentSide()"><a>Bengalkatze</a></span>
<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">
<div id="bengal_cat">
<br>
<br>
<br>
<a href="https://youtu.be/kcMadqcAR3c" target="_blank">
<img title="Bengalkatze" src="stuff/images/bengelkatze.jpg" alt="Bengalatze" height="320px" loading="lazy">
</a>
<br>
<br>
<br>
<br>
<br>
<br>
<div id="text-box">
<br>
<h3>Allgemein</h3>
<p>• wiegt zwischen 3,5-5,5 kg</p>
<p>• mittelgroßer/großer Körper</p>
<p>• wird bis zu 16 Jahre alt</p>
<br>
<h3>Aussehen</h3>
<p>• marmoriertes Muster</p>
<p>• gold, braunes Fell</p>
<p>• athletischer Körperbau</p>
<br>
<h3>Charakter</h3>
<p>• intelligent</p>
<p>• kinderlieb</p>
<p>• verspielt</p>
<br>
<h3>Herkunft</h3>
<p>• USA</p>
<p>• in vielen Ländern verbreitet</p>
<br>
</div>
</div>
<br>
<br>
<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>
</section>
<section id="footer">
<p title="Made by Immanuel" id="author_text" onclick="onAuthorClick()"> » Made by Immanuel « </p>
<a title="Kontakt-Email" href="mailto:[email protected]">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/questions.js"></script>
<script src="stuff/scripts/quiz.js"></script>
</html>