-
Notifications
You must be signed in to change notification settings - Fork 0
/
exhibitions.html
178 lines (178 loc) · 7.95 KB
/
exhibitions.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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<title>Exhibitions - Community Science Museum</title>
<meta name="description" content="Our special exhibitions experience at Community Science Museum">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="shortcut icon" href="images/csm-favicon.ico" type="image/icon"/>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC&family=Bebas+Neue&family=Big+Shoulders+Inline+Display:wght@100;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<link href="css/exhibitions.css" rel="stylesheet">
</head>
<body>
<a id="top"></a>
<header>
<a href="index.html"><img src="images/CSM-logo.svg" alt="CSM Logo"></a>
<input type="checkbox" id="op">
<div class="menu">
<label for="op">menu</label>
</div>
<div class="overlay overlay-csm">
<label for="op"></label>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="exhibitions.html" class="active">Exhibitions</a></li>
<li><a href="events.html">Special events</a></li>
<li><a href="visit.html">Visit us</a></li>
<li><a href="involved.html">Get involved</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="title-picture" title="Exhibitions CSM">
<h1>Exhibitions</h1>
</div>
<div class="cosmology">
<div class="cosmology-picture" title="Cosmology at CSM"></div>
<div class="cosmology-content">
<div class="content">
<h2>Cosmology</h2>
<p>Explore the wonders of our cosmos. Our fantastic exhibition,
‘The Sky Above Us’, explores the night sky and what we can
see and know about the universe around us. We’ll locate the
various constellations and galaxies that can be seen and
learn a bit about the early navigators who used the stars to
travel by.
</p>
<p>Follow the journey of our solar exploration: from early Arab
traders, to Galileo’s telescope, to the latest exploration of the
planets in our solar system.
</p>
</div>
</div>
</div>
<div class="evolution">
<div class="evolution-content">
<div class="content">
<h2>Evolution</h2>
<p>For centuries, philosophers and scientists have wrestled
with the question of our origins. Where do we come from
and how did we get here? Since Darwin proposed his
theory of evolution we have had a framework for exploring
and understanding our place in this world.
</p>
<p>
Discover the origins of life on this planet and how the species
we know today have evolved our time. You can also take some
time to meet a few of the creatures who didn’t survive,
including our Woolly Mammoth, the Dodos, and a number of
dinosaurs too.
</p>
</div>
</div>
<div class="evolution-picture" title="Evolution at CSM"></div>
</div>
<div class="museum-architecture"></div>
<div class="biology">
<div class="biology-picture" title="Biology at CSM"></div>
<div class="biology-content">
<div class="content">
<h2>Biology & Medicine</h2>
<p>From micro-organisms to the human body, major breakthroughs
in biology are offering us unique insights into the great wonders
of the tiny world.
</p>
<p>For many people their life expectancy is much longer and their
quality of life much improved, thanks to the growth of our
understanding of medicine. Over a series of exhibits we explore the
history of medicine and take a look at some major breakthroughs
including the discovery of penicillin and the first heart transplant.
</p>
<p>Many of our great medicinal discoveries have come not only from
the lab, but also from observing animals in the wild. Often our
fellow creatures have beat us to it.
</p>
</div>
</div>
</div>
<div class="robotics">
<div class="robotics-content">
<div class="content">
<h2>Robotics & AI</h2>
<p>The information revolution is here and robotics and
artificial intelligence are the science of the future.
From useful home applications of AI to industrial
uses of robotics, the future is here. You can even say
hello and shake the hand of Rob the Robot.
</p>
</div>
</div>
<div class="robotics-picture" title="Robotics and AI at CSM"></div>
</div>
<div class="ecology">
<div class="ecology-picture" title="Ecology at CSM"></div>
<div class="ecology-content">
<div class="content">
<h2>Ecology</h2>
<p>As we learn more and more of the impact humans are having
on the planet, the more important it becomes that scientists
explore how to create a sustainable future not just for humans
but for the whole planet.
</p>
<p>In our ecology section of the museum, we unpack the dangers
we currently face including global warming, extinction of
species, and pollution. But we also focus on the positive ways
we can all contribute to a brighter future.
</p>
</div>
</div>
</div>
</main>
<div class="back-to-top">
<a href="#top"><i class="fas fa-chevron-circle-up"></i></label></i></a>
</div>
<footer>
<div class="footer-content">
<h4>contact</h4>
<p>Notareal Street 19, 0585 Oslo Norway</p>
<a href="mailto:[email protected]">[email protected] /</a>
<a href="tel:45477475">+47 432 23 432</a>
</div>
<div class="footer-content">
<h4>opening hours</h4>
<table>
<tr><th>Monday</th><td>Closed</td></tr>
<tr><th>Tuesday</th><td>10:00 - 18:00</td></tr>
<tr><th>Wednesday</th><td>10:00 - 18:00</td></tr>
<tr><th>Thursday</th><td>10:00 - 18:00</td></tr>
<tr><th>Friday</th><td>10:00 - 18:00</td></tr>
<tr><th>Saturday</th><td>10:00 - 18:00</td></tr>
<tr><th>Sunday</th><td>10:00 - 18:00</td></tr>
</table>
</div>
<div class="footer-content">
<h4>navigation</h4>
<ul>
<li><a href="index.html">Hjem</a> </li>
<li><a href="exhibitions.html">Exhibitions</a> </li>
<li><a href="events.html">Special events</a> </li>
<li><a href="visit.html">Visit us</a> </li>
<li><a href="involved.html">Get involved</a> </li>
<li><a href="contact.html">Contact</a> </li>
</ul>
</div>
<div class="footer-content">
<h4>follow us</h4>
<label class="some"><i class="fab fa-instagram"></i></label>
<label class="some"><i class="fab fa-facebook-f"></i></label>
<label class="some"><i class="fab fa-twitter"></i></label>
</div>
</footer>
</body>
</html>