-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexplore-kids.html
More file actions
239 lines (239 loc) · 8.12 KB
/
Copy pathexplore-kids.html
File metadata and controls
239 lines (239 loc) · 8.12 KB
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<title>Oslo Community Science Museum | Explore: For Kids</title>
<meta charset="UTF-8" />
<meta
name="description"
content="Science is awesome! Come see the wonders of the world with us"
/>
<link
rel="icon"
href="./images/assigned/logo/favicon/favicon.ico"
type="image/x-icon"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/assigned/logo/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./images/assigned/logo/favicon/favicon-16x16.png"
/>
<link
rel="apple-touch-icon"
href="./images/assigned/logo/favicon/apple-touch-icon.png"
/>
<link
rel="manifest"
href="./images/assigned/logo/favicon/site.webmanifest"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="css/styles.css" rel="stylesheet" />
<link href="css/explore-kids.css" rel="stylesheet" />
<link href="css/video.css" rel="stylesheet" />
<link href="css/media.css" rel="stylesheet" />
<script
src="https://kit.fontawesome.com/3d97dafa3a.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header class="header-mobile">
<a href="index.html"
><img
src="./images/assigned/logo/logo-small.webp"
alt="Oslo Community Science museum logo"
class="header-logo"
/></a>
<section class="header-content">
<h3 class="name-mobile">OCSM</h3>
<p class="name-desktop">Oslo Community Science Museum</p>
<label for="hamburger-menu"><i class="fa-solid fa-bars"></i></label>
<input type="checkbox" id="hamburger-menu" />
<nav>
<ul>
<li>
<a href="index.html" class="hamburger-text">Home</a>
</li>
<li class="current">
<a href="explore.html" class="hamburger-text">BACK</a>
</li>
<li><a href="spaces.html" class="hamburger-text">Spaces</a></li>
<li><a href="events.html" class="hamburger-text">Events</a></li>
<li><a href="visit.html" class="hamburger-text">Visit</a></li>
<li>
<a href="get-involved.html" class="hamburger-text"
>Get involved</a
>
</li>
</ul>
<ul>
<li>
<a href="contact.html" class="cta">Buy tickets</a>
</li>
</ul>
</nav>
</section>
</header>
<header class="header-desktop">
<div class="header-logo-container">
<a href="index.html"
><img
src="./images/assigned/logo/logo-small.webp"
alt="Oslo Community Science museum logo"
class="header-logo"
/></a>
<p class="name-desktop">Oslo Community Science Museum</p>
</div>
<section class="header-content">
<nav>
<ul>
<li>
<a href="index.html" class="header-text">Home</a>
</li>
<li class="current">
<a href="explore.html" class="header-text">BACK</a>
</li>
<li><a href="spaces.html" class="header-text">Spaces</a></li>
<li><a href="events.html" class="header-text">Events</a></li>
<li><a href="visit.html" class="header-text">Visit</a></li>
<li>
<a href="get-involved.html" class="header-text">Get involved</a>
</li>
<li>
<a href="contact.html" class="cta">Buy tickets</a>
</li>
</ul>
</nav>
</section>
</header>
<main>
<section class="explore-hero">
<video autoplay muted id="hero-video">
<source src="./videos/explore-hero-videomp4.webm" type="video/webm" />
Your browser does not support HTML video.
</video>
<div class="explore-hero-text">
<h1>"We began as wanderers, and we are wanderers still"</h1>
<p>-Carl Sagan</p>
<h2>
Come join us at the Oslo Community Science Museum where we’re
committed to making science accessible to all.
</h2>
</div>
</section>
<section class="awesome-container">
<div class="awesome">
<h3>Science is awesome!</h3>
<h2>
Are you a young person looking to learn more about science? Come on
down to our museum, there’s plenty to see and do.
</h2>
<div>
<img
src="./images/assigned/ball-1010907_1920-min.jpg"
alt="Image of a newtons cradle"
class="newtons-cradle"
/>
<p>
You can learn about Newtonian physics from our bumper swing, or
why not travel back in time and meet our resident Woolly Mammoth?
</p>
<p>
Our exhibits are designed to be accessible for interested minds,
so make sure you come ready to learn and explore.
</p>
<img
src="./images/mammoth-vector-min.jpg"
alt="Image of a woolly mammoth"
class="woolly-mammoth"
/>
</div>
</div>
</section>
<section class="stars">
<video autoplay loop muted id="stars-video">
<source src="./videos/sputnik.webm" type="video/mp4" />
Your browser does not support HTML video.
</video>
<div class="stars-text-container">
<div class="stars-text">
<h3>Young Stars</h3>
<p>
We also have the "Young Stars" club which meets once a week on a
Saturday between 10:00 and 13:00 where you’ll get to explore and
experiment with our team of experts.
</p>
</div>
</div>
</section>
<section class="holiday">
<div class="holiday-header">
<img
src="./images/holiday-club.jpg"
alt="Image from our creative Holiday Club last year"
/>
<h3>The Holiday Club</h3>
</div>
<p>
During the school holidays we run special holiday clubs where you can
join other children your age to go on a journey of discovery.
</p>
<p>
Each holiday we pick a new theme to explore. To find out more about
the holiday club and how you can join, send us a message.
</p>
</section>
<div class="kids-cta-bottom">
<a href="contact.html" class="cta">Message us</a>
</div>
</main>
<footer>
<section class="top-footer">
<div class="footer-links-left">
<ul>
<li><a href="contact.html">Contact us</a></li>
<li><a href="visit.html">Visit</a></li>
<li><a href="get-involved.html">Jobs</a></li>
<li><a href="get-involved.html">Collaborate</a></li>
</ul>
</div>
<section class="footer-links-center">
<p>Follow us</p>
<a href="placeholder" class="cta-footer">Subscribe</a>
</section>
<div class="footer-links-right">
<ul>
<li><a href="placeholder.html">Universities</a></li>
<li><a href="placeholder.html">Employees</a></li>
<li><a href="placeholder.html">Museum network</a></li>
<li><a href="placeholder.html">Press</a></li>
</ul>
</div>
</section>
<section class="bottom-footer">
<section class="bottom-footer">
<li class="social-logos">
<a href="https://mastodon.social/explore"
><i class="fa-brands fa-mastodon"></i
></a>
</li>
<li class="social-logos">
<a href="https://www.reddit.com/user/"
><i class="fa-brands fa-reddit"></i
></a>
</li>
<li class="social-logos">
<a href="https://bsky.app/"><i class="fa-brands fa-bluesky"></i></a>
</li>
</section>
</section>
<div class="copyright">Copyright ©</div>
</footer>
</body>
</html>