-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathundercons.html
More file actions
99 lines (83 loc) · 3.29 KB
/
undercons.html
File metadata and controls
99 lines (83 loc) · 3.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Community Museum">
<meta name="keywords" content="semester-project-1" />
<meta name="author" content="Ramesh Ghimire" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SCSMuseum|Website is under under-construction</title>
<link rel="stylesheet" href="src/styles/designSystem.css">
<link rel="stylesheet" href="src/styles/undercons.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="img of logo">
</a>
<div class="text-in-logo">SCSMuseum</div>
</div>
<div class="nav-items">
<div class="options hidden">
<a href="index.html" class="underline">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">
<p class="hero_section_description">sandvika community science museum</p>
<h1 class="hero_section_title">this page is under-construction</h1>
<a href="index.html" class="">back to home page</a>
</div>
<div class="vertical">
<p>
Thank you for supporting community Museum! We will be back soon with the full fledge
site!
<br>
</p>
</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="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>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 @ramesh.
</div>
</div>
</div>
</footer>
</body>
<script src="main.js"></script>
</html>