-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
141 lines (133 loc) · 7.08 KB
/
index.htm
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
<!DOCTYPE html>
<html>
<head>
<title>Foxboom Data Collection</title>
<meta name="author" content="Fanny and Fiona Foxboom">
<meta name="copyright" content="© Fanny and Fiona Foxboom">
<meta name="keywords" content="data, collection, foxboom, constants, elements, periodic table, SI units, subparticles"/>
<!-- License: CC0 -->
<!--
This is a human-readable summary of (and not a substitute for) the license.
You are free to:
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
for any purpose, even commercially.
The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
Notices:
You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.
-->
<link rel="stylesheet" type="text/css" href="index.css">
<script src="index.js"></script>
</head>
<body>
<header>
<h1>Foxboom Data Collection</h1>
<p>Welcome to the Foxboom Data Collection! This page contains links to a variety of data files collected and maintained by Fanny and Fiona Foxboom.</p>
</header>
<div class="container">
<aside>
<img src="fanny.png" alt="Fanny" />
</aside>
<main>
<article>
<h2>Constants</h2>
<a href="Constants.json" title="Constants File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>Constants.json</summary>
<p>This file contains a list of constants used in mathematics and science.</p>
</details></a>
</article>
<article>
<h2>Elements</h2>
<a href="Elements.json" title="Elements File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>Elements.json</summary>
<p>This file contains a list of all known elements.</p>
</details></a>
</article>
<article>
<h2>Periodic Table</h2>
<a href="PeriodicTable.json" title="Periodic Table File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>PeriodicTable.json</summary>
<p>This file contains the periodic table of elements.</p>
</details></a>
</article>
<article>
<h2>SI Units</h2>
<a href="SI-units.json" title="SI Units File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>SI-units.json</summary>
<p>This file contains a list of the SI units used for measurement.</p>
</details></a>
</article>
<article>
<h2>Subparticles</h2>
<a href="Subparticles.json" title="Subparticles File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>Subparticles.json</summary>
<p>This file contains a list of all known subparticles.</p>
</details></a>
</article>
<article>
<h2>Other random data</h2>
<a href="Roman Warriors.json" title="Roman Warriors.json File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>Roman Warriors.json</summary>
<p>This file contains a list of all Roman warriors in the Foxboom Data Collection.</p>
</details></a>
<a href="Joan of Arc.json" title="Joan of Arc.json File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>Joan of Arc.json</summary>
<p>This file contains a list of facts about Joan of Arc.</p>
</details></a>
<a href="html.json" title="html.json File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>html.json</summary>
<p>This file contains a list HTML codes and their description.</p>
</details></a>
<a href="DutchCities.json" title="DutchCities.json File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>DutchCities.json</summary>
<p>This file contains a list of cities in the Netherlands.</p>
</details></a>
<a href="Jokes.json" title="Jokes.json File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>Jokes.json</summary>
<p>This file contains a list of jokes in the Foxboom Data Collection.</p>
</details></a>
</article>
<article>
<h2>Source Code</h2>
<a href="index.htm" title="index.htm File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>index.htm</summary>
<p>This file contains the HTML code for the Foxboom Data Collection page.</p>
</details></a>
<a href="index.css" title="index.css File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>index.css</summary>
<p>This file contains the CSS code for the Foxboom Data Collection page.</p>
</details></a>
<a href="index.js" title="index.js File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>index.js</summary>
<p>This file contains the JavaScript code for the Foxboom Data Collection page.</p>
</details></a>
<a href="fanny.png" title="fanny.png File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>fanny.png</summary>
<p>This file is the image of Fanny Foxboom on the left.</p>
</details></a>
<a href="fiona.png" title="fiona.png File" download><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>fiona.png</summary>
<p>This file is the image of Fiona Foxboom on the right.</p>
</details></a>
</article>
<article>
<h2>GitHub</h2>
<a href="https://github.com/WimTenBrink/Chemistry" title="Data collection of Fanny and Fiona Foxboom" target="_blank"><details onmouseover="this.open=true" onmouseout="this.open=false">
<summary>Data collection of Fanny and Fiona Foxboom</summary>
<p>This is a repository containing data collected by Fanny and Fiona Foxboom.</p>
</details></a>
</article>
</main>
<aside>
<img src="fiona.png" alt="Fiona Foxboom" />
</aside>
</div>
<footer>
<p class="copyright">© Fanny and Fiona Foxboom</p>
</footer>
</body>
</html>