-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetinvolved.html
More file actions
141 lines (130 loc) · 5.28 KB
/
getinvolved.html
File metadata and controls
141 lines (130 loc) · 5.28 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
<!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|Get involve page</title>
<link rel="stylesheet" href="src/styles/designSystem.css">
<link rel="stylesheet" href="src/styles/getinvolved.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=""></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>
<div class="hero_section_text">
<h1>Sandvika Community Science Museum.</h1>
<p>Is run by volunteers, lets get involve.</p>
<h3>Community uniting for love of Science</h3>
</div>
</section>
<section class="section_middle">
<div class="container">
<h1>Community museums</h1>
<p>play a vital role in preserving local history, culture, and traditions, and they
often
rely on
volunteers and community support to thrive. Here are some ways you can get involved in a community
museum:</p>
</div>
<br>
</section>
<br>
<section class="content__card">
<div class="support card">
<div class="support_img img"></div>
<div class="support_text">
<h2>Support</h2>
<p>
There are various ways you can support the museum. Donations are very welcome and are an
important way we keep this museum open and accessible to the whole community.
You can also support us by donating items of interest to the museum’s collections. If you have
or collection that you think others would enjoy, please let us know by contacting our
</p>
</div>
</div>
<div class="volunteer card">
<div class="volunteer_img img"></div>
<div class="volunteer_text">
<h2>Volunteer</h2>
<p>
Volunteering has its perks including getting to see behind the scenes of a working museum,
access to
staff-only lectures, and a monthly lunch where all staff and volunteers come together to discuss
ideas
for future exhibits and strategies for the museum.
</p>
</div>
</div>
<div class="internship card">
<div class="internship_img img"></div>
<div class="internship_text">
<h2>Internship</h2>
<p>
You’ll be learning from a number of different academics and people who are passionate about
science
and
sharing it with the wider community.
</p>
<p>
Please send us a short application telling us about your motivation to <span>mail@scsm.no</span>
</p>
</div>
</div>
</section>
</div>
<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>SCMuseum</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. schoolProject@ramesh
</div>
</div>
</div>
</footer>
</body>
<script src="main.js"></script>
</html>