-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
206 lines (201 loc) · 6.15 KB
/
gallery.html
File metadata and controls
206 lines (201 loc) · 6.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="A collection of all the images in the museum & on the website. In one place"
/>
<meta
name="keywords"
content="Images, Gallery, Science, Researchers, Cosmology, Evelution, Biology & Medicine, Robotics & AI, Ecology"
/>
<meta name="author" content="Tor Magne Brekken" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSM Gallery</title>
<link rel="icon" href="img/Science-logo.png" type="image/x-icon" />
<!-- material icons -->
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<!-- navigation css -->
<link rel="stylesheet" href="css/navigation.css" />
<!-- footer css -->
<link rel="stylesheet" href="css/footer.css" />
<!-- custom gallery css -->
<link rel="stylesheet" href="css/gallery.css" />
</head>
<body>
<!-- navigation -->
<nav role="navigation" class="navigation">
<a href="index.html">
<img
class="navigation__img"
src="img/logo.png"
alt="logo, atomic electron illustration"
/></a>
<i class="material-icons"> menu </i>
<!-- <input type="checkbox" id="hamburger-menu" /> -->
<ul class="navigation__list slide">
<li>
<a tabindex="0" class="navigation__link" href="index.html">Home</a>
</li>
<li>
<a tabindex="0" class="navigation__link" href="exhibition.html"
>Exhibitions</a
>
</li>
<li>
<a tabindex="0" class="navigation__link" href="teachers-kids.html"
>Teachers & Kids</a
>
</li>
<li>
<a tabindex="0" class="navigation__link" href="contact.html"
>Contact us / Visit Us</a
>
</li>
<li>
<a
tabindex="0"
class="navigation__link navigation--active"
href="gallery.html"
>Gallery</a
>
</li>
</ul>
</nav>
<!-- header section -->
<header>
<h1 class="header__title">Welcome to our image gallery</h1>
<hr class="border-green" />
<p class="header__txt">
A collection of all the images in the museum & on the website. Collected
in one place for you to see.
</p>
</header>
<!-- img gallery -->
<div class="gallery-container">
<div class="gallery__box box--a">
<img
src="img-gallery/kids-Teachers.jpg"
alt="A wall colorfull wall with the word museum on it"
data-original="kids-Teachers.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--b">
<img
src="img-gallery/big -ant-sculpture.jpg"
alt="A really big ant sculpture"
data-original="big -ant-sculpture.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--c">
<img
src="img-gallery/biology-card.jpg"
alt="A clear heart statue"
data-original="biology-card.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--d">
<img
src="img-gallery/cosmology-card.jpg"
alt="A shadow of a man lookin at a colorfull night sky"
data-original="cosmology-card.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--e">
<img
src="img-gallery/evelution-card.jpg"
alt="skeletons showing evolution from ape to man"
data-original="evelution-card.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--f">
<img
src="img-gallery/forkids-card.jpg"
alt="A kid with VR glasses on"
data-original="forkids-card.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--g">
<img
src="img-gallery/header-bg.jpg"
alt="Color full space gass exsplosion"
data-original="header-bg.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--h">
<img
src="img-gallery/header-img.jpg"
alt="A big museum room in stone. With an elephant statue"
data-original="header-img.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--i">
<img
src="img-gallery/teachers.jpg"
alt="A clear human head statue"
data-original="teachers.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--j">
<img
src="img-gallery/robots-ai-card.jpg"
alt="man controling a big machine"
data-original="robots-ai-card.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--k">
<img
src="img-gallery/mammoth.jpg"
alt="A skeleton from a mammoth"
data-original="mammoth.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--l">
<img
src="img-gallery/man-painting-vr.jpg"
alt="A man painting with VR glasses on"
data-original="man-painting-vr.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--m">
<img
src="img-gallery/purple-science.jpg"
alt="A woman standing next to a purple lighted science box"
data-original="purple-science.jpg"
class="gallery-img"
/>
</div>
<div class="gallery__box box--n">
<img
src="img-gallery/strings.jpg"
alt="Metal strings looking like a spiderweb"
data-original="strings.jpg"
class="gallery-img"
/>
</div>
</div>
<div class="modal">
<img src="img-gallery/strings.jpg" alt="" class="modal-img" />
<p class="modal-text"></p>
</div>
<p class="copyright">© Designed & coded by brekkenmedia.no</p>
<script src="js/nav.js"></script>
<script src="js/gallery.js"></script>
</body>
</html>