-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisit.html
More file actions
200 lines (185 loc) · 6.51 KB
/
visit.html
File metadata and controls
200 lines (185 loc) · 6.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Community Museum">
<!-- <meta name="keywords" content="semester-project-1" />
<meta name="author" content="Ramesh Ghimire" /> -->
<title>SCSMuseum|Visit us page</title>
<link rel="stylesheet" href="src/styles/designSystem.css">
<link rel="stylesheet" href="src/styles/visit.css">
<link rel="icon" href="src/images/open-science-735787-removebg-preview.png">
</head>
<body>
<section class="section__hero">
<nav class="container navbar">
<div class="logo-text">
<a href="index.html"><img class="project-logo" src="src/images/open-science-735787-removebg-preview.png"
alt="logo image"></a>
<div class="text-in-logo">SCSMuseum</div>
</div>
<div class="nav-items">
<div class="options hidden">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="visit.html">Visit</a>
<a href="contact.html">Contact</a>
</div>
<div class="navbar__icons">
<i class="bi bi-list"></i>
<i class="bi bi-x hide"></i>
</div>
</div>
</nav>
</section>
<section class="section__one container">
<div class="section__two--left">
<h2> Are You Planning To Visit Us !</h2>
<hr>
<p class="involved__block--right">
Discover adventurous works of art and exhibition spaces, learn something new in the workshops or play
with activities on your own in the collection presentation. Visit with the
whole family.
</p>
<div class="buttons-block">
<a href="#opening-hours" class="button_href">Opening Hours</a>
<a href="#loco" class="button_href">Our Address:</a>
<a href="#Entrence" class="button_href">Entrence Is Free..</a>
<a href="#food&drink" class="button_href">Food & Drinks</a>
</div>
</div>
<div class="section__two--right">
<img class="responsive-image" src="./src/images/visit_1.jpg" alt="man prepering to fly in space" />
</div>
</section>
<section class="section__two">
<div class="section__two--left">
<div class="Location" id="loco">
<h2>Our Location</h2>
<hr>
<h3 class="address__map">Address:</h3>
Art & Science Museum
<br>
Bjørekollen 100
<br>
Oslo
<br>
+47 9867000000
</div>
<br><br>
<div class="section__two--right">
<img class="responsive-image visit_map" src="./src/images/visit_map.png" alt="map of oslo" />
</div>
</div>
</section>
<br>
<hr class="container" id="opening-hours">
<div class="opening-hours">
<h2>Opening Hours: </h2>
<table>
<tr>
<th class="day">Days</th>
<th>Opening Hours</th>
<hr>
</tr>
<tr>
<td>Monday</td>
<td class="closed">Closed</td>
</tr>
<tr>
<td>Tuesday</td>
<td>10:00 – 16:00</td>
</tr>
<tr>
<td>Wednesday</td>
<td>10:00 – 17:00</td>
</tr>
<tr>
<td>Thursday</td>
<td>10:00 – 19:00</td>
</tr>
<tr>
<td>Friday</td>
<td>10:00 – 15:00</td>
</tr>
<tr>
<td>Saturday</td>
<td>10:00 – 20:00</td>
</tr>
<tr>
<td>Sunday</td>
<td>10:00 – 14:00</td>
</tr>
</table>
</div>
<hr>
</hr>
</section>
<br>
<br>
<section class="container" id="Entrence">
<div class="admissions">
<h1>Admission:</h1>
<hr>
<p>
The entrance is free for all.
<br>
There are guided tours of the museum that leave every hour. These tours are 70 NOK per person and
include a
handy
printed guide of the museum.
<br>If you would like to organise a guided tour for your group of 6 or more people, please contact us to
arrange the tour.
</p>
</div>
</section>
<br>
<br>
<section class="container" id="food&drink">
<div class="food-and-drinks">
<h1>Food and drinks.</h1>
<hr>
<p>
There is a café attached to the museum where you can get light lunches, soft drinks, coffee, snacks and
more. Opens all the opening hours of the museum.
</p>
<br>
</div>
</section>
<br>
<footer>
<div class="container">
<div class="footer__navbar">
<div class="logo-text">
<img class="project-logo" src="src/images/open-science-735787-removebg-preview.png"
alt="logo of the website">
<h3>SCSMuseum</h3>
</div>
<div class="footer__navbar--options">
<a href="index.html" class="home">Home</a>
<a href="about.html" class="explore">About</a>
<a href="gallery.html" class="visit">Visit</a>
<a href="contact.html" class="contact">Contact</a>
</div>
</div>
<address>Community Science Museum <br>
Bjørekollen 100, Oslo<br>
+47 9867000000
</address>
<hr>
<div class="socials-copyright">
<div class="socials">
<i class="bi bi-instagram"></i>
<i class="bi bi-twitter"></i>
<i class="bi bi-facebook"></i>
</div>
<div class="copyright">
© 2023. Written by Ramesh.
</div>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>