-
Notifications
You must be signed in to change notification settings - Fork 0
/
quellen.html
95 lines (88 loc) · 2.89 KB
/
quellen.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
<!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="Quellenangaben zu der Hauskatzen Website">
<link rel="icon" type="image/png" sizes="600x600" href="stuff/images/logo.png">
<meta name="theme-color" content="#2fd5fa">
<title>Die Hauskatze | Quellen</title>
<link rel="stylesheet" href="stuff/css/main.css">
<link rel="stylesheet" href="stuff/css/quellen.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>Quellenangaben</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>
<a href="bengalkatze.html">Bengalkatze</a>
<b>•</b>
<a href="britisch-kurzhaar.html">Britisch Kurzhaar</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>
<br>
<b>Hier findest du die Quellenangaben zu den meisten</b>
<br>
<b>Informationen und Bildern.</b>
<br>
<br>
<br>
<br>
<p>Informationen:</p>
<a href="https://de.wikipedia.org/wiki/Hauskatze" target="_blank">Wikipedia</a>
<br>
<br>
<a href="https://www.markt.de/ratgeber/katzen" target="_blank">Markt.de</a>
<br>
<br>
<a href="https://www.biologie-schule.de" target="_blank">Biologie-Schule</a>
<br>
<br>
<br>
<br>
<p>Bilder:</p>
<a href="https://pixabay.com/de/" target="_blank">Pixabay</a>
<br>
<br>
<br>
<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:[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>
</html>