-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
113 lines (101 loc) · 4.18 KB
/
about.html
File metadata and controls
113 lines (101 loc) · 4.18 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
<!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" />
<meta name="author" content="Ramesh Ghimire" /> -->
<title>SCSMuseum|Home page</title>
<link rel="stylesheet" href="src/styles/designSystem.css">
<link rel="stylesheet" href="src/styles/about.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>
</section>
<section class="section__two container">
<div class="section__two--left">
<h2>Sandvika Community Science Museum</h2>
<hr>
<p class="involved__block--right">
<span>We are open !</span> We like to wel come you to our local museum.
This is going to be a space to express creativity for kids, young and adults.
A community under one roof.
</p>
<a href="getinvolved.html" class="button_href">Learn More..</a>
</div>
<div class="section__two--right">
<img class="responsive-image getinvolved_img" src="./src/images/about_main.jpg"
alt="This is image of house roof" />
</div>
</section>
<section class="section__two container">
<div class="section__two--right">
<img class="responsive-image getinvolved_img" src="./src/images/about_second.jpg" alt="ai image of castle">
</div>
<div class="section__two--left">
<h2>Everyday We Love to Inovate </h2>
<hr>
<p class="involved__block--right">
We are looking for constent invation. This is the right place to happen.
As local community thinking global ! Excietng as it can be !
</p>
<a href="getinvolved.html" class="button_href">inovation together..</a>
<a href="getinvolved.html" class="button_href">discover wonder..</a>
</div>
</section>
<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="">
<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>Art & 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. All Rights Reserved.
</div>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>