-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexhibition_spaces.html
119 lines (118 loc) · 7.32 KB
/
exhibition_spaces.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
<!Doctype html>
<html>
<head>
<title>Exhibition Spaces</title>
<meta charset="UTF-8" />
<meta name="description" content="We have wonderfull exhibitions on many different fields that will intruige your mind">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ranchers&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="header-content">
<a href="index.html"><div class="logo">
<h1><span class="h1_color1">Community</span><span class="h1_color2">Science</span><span class="h1_color3">Museum</span></h1>
<img src="images/icon-1719742.svg" alt="An atom with black circles and orange center dot">
</div></a>
<nav>
<ul class="header_list">
<li><a href="explore.html">Explore</a></li>
<li><a href="exhibition_spaces.html">Exhibition Spaces</a></li>
<li><a href="special_events.html">Special Events And Exhibitions</a></li>
<li><a href="visit.html">Visit</a></li>
<li><a href="get_involved.html">Get Involved</a></li>
</ul>
</nav>
</div>
</header>
<main>
<h2 class="middle-h2">
Exhibition Spaces
</h2>
<section class="content-grid">
<div class="purple-box-2">
<div class="image-style-1"><img src="images/celso-405219-resized.jpg" alt="A picture of the moon in different phases"></div>
<h3>Cosmology</h3>
<p>
Explore the wonders of our cosmos.
</p>
<p>
Our fantastic exhibition, ‘The Sky Above Us’, explores the night sky and what we can see and know about the universe around us.
<br>
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 class="blue-box-2">
<div class="image-style-1"><img src="images/skeleton-414543_1920-resized.jpg" alt="An exhibit of four skeletons, a human, a gorilla and two smaller apes"></div>
<h3>Evolution</h3>
<p>
For centuries, philosophers and scientists have wrestled with the question of our origins.
</p>
<p>
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.
<br>
Discover the origins of life on this planet and how the species we know today have evolved our time.
</p>
<p>
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 class="green-box-2">
<div class="image-style-1"><img src="images/people-219985_1280-resized.jpg" alt="A man looking in the binoculars of a microscope"></div>
<h3>Biology and Medicine</h3>
<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.
<br>
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.
<br>
Often our fellow creatures have beat us to it.
</p>
</div>
<div class="purple-box-2">
<div class="image-style-1"><img src="images/possessed-resized.jpg" alt="A humanoid looking robot in a classroom"></div>
<h3>Robotics and AI</h3>
<p>
The information revolution is here and robotics and artificial intelligence are the science of the future.
<br>
From useful home applications of AI to industrial uses of robotics, the future is here.
</p>
<p>
You can even say hello and shake the hand of Rob the Robot
</p>
</div>
<div class="blue-box-2">
<div class="image-style-1"><img src="images/genoa-956405_1920-resized.jpg" alt="A sculpture of two ants pushing their mantibles against each other, possibly fighting"></div>
<h3>Ecology</h3>
<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.
<br>
But we also focus on the positive ways we can all contribute to a brighter future.
</p>
</div>
</section>
</main>
<div class="footer">
<footer>
<h1><span class="h1_color1">Community</span><span class="h1_color2">Science</span><span class="h1_color3">Museum</span></h1>
<div class="footer-info">
<p><span class=footer-text1>Adress:</span> Nittedalsveien 376 <span class=footer-text1>Phone:</span> 98439205 </p>
<p><span class=footer-text1>Webdesign:</span>Arne Audun Svela</p>
</div>
</footer>
</div>
</body>
</html>