-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
130 lines (125 loc) · 6.81 KB
/
terms.html
File metadata and controls
130 lines (125 loc) · 6.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Oslo Museum privacy and policy.">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/privacy.css">
<link rel="stylesheet" href="css/header-footer.css">
<link rel="icon" href="images/logo.png">
<title>Terms & Conditions</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<a href="index.html">
<img class="logo" src="images/logo.png" alt="logo for oslo museum">
</a>
<nav class="nav">
<ul>
<li><a href="visit.html" class="button-visit">VISIT US</a></li>
<li><a href="exhibition.html" class="button-top-exhibitions">EXHIBITIONS</a></li>
</ul>
</nav>
</header>
<main>
<div class="explore">
<p>TERMS & CONDITIONS</p>
</div>
<div class="privacy-policy">
<div class="text-container2">
<p>Last Updated: [01.05.2024]</p>
</div>
<div class="text-container2">
<h1>Introduction</h1>
<p>Welcome to the Oslo Museum website. By accessing our website, you agree to these terms and
conditions. Please read them carefully.</p>
</div>
<div class="text-container2">
<h1>Acceptance of Terms</h1>
<p>Your access to and use of our website is conditioned upon your acceptance of and compliance with
these Terms. If you disagree with any part of the terms, you may not access the website.</p>
</div>
<div class="text-container2">
<h1>Use of Website</h1>
<p>• Permitted Use: The website is intended to provide information about our museum, its exhibits,
events, and educational resources. Any use of the site for purposes other than this is strictly
prohibited. <br><br>
• Intellectual Property: The content on our website, including text, graphics, logos, images, and
software, is the property of Oslo Museum or its content suppliers and protected by Norwegian and
international copyright laws. <br><br>
• Prohibited Activities: You may not use the site in a way that damages, disables, overburdens, or
impairs the site or interferes with any other party's use of the site. Unlawful or prohibited use of
the website is strictly forbidden.</p>
</div>
<div class="text-container2">
<h1>Content</h1>
<p>• Accuracy: We endeavour to ensure that the information on our website is accurate and up-to-date,
but we cannot guarantee its complete accuracy or reliability. <br><br>
• Changes: Content on our website is subject to change without notice.</p>
</div>
<div class="text-container2">
<h1>Links to Other Websites</h1>
<p>Our website may contain links to third-party websites or services that are not owned or controlled by
Oslo Museum. We have no control over, and assume no responsibility for, the content, privacy
policies, or practices of any third-party websites or services.</p>
</div>
<div class="text-container2">
<h1>Disclaimer of Warranties</h1>
<p>Our website is provided on an "as is" and "as available" basis. Oslo Museum makes no representations
or warranties of any kind, express or implied, as to the operation of the website or the
information, content, materials, or products included on the website.</p>
</div>
<div class="text-container2">
<h1>Limitation of Liability</h1>
<p>Oslo Museum will not be liable for any damages of any kind arising from the use of this website,
including, but not limited to direct, indirect, incidental, punitive, and consequential damages.</p>
</div>
<div class="text-container2">
<h1>Indemnification</h1>
<p>You agree to indemnify, defend, and hold harmless Oslo Museum, its officers, directors, employees,
agents, and suppliers from any claim, demand, damages, or other losses, including reasonable
attorneys' fees, asserted by any third-party due to or arising out of your use of the website or
violation of these Terms.</p>
</div>
<div class="text-container2">
<h1>Applicable Law</h1>
<p>By visiting our website, you agree that the laws of Norway, without regard to principles of conflict
of laws, will govern these Terms and any dispute of any sort that might arise between you and Oslo
Museum.</p>
</div>
<div class="text-container2">
<h1>Changes to Terms and Conditions</h1>
<p>We reserve the right to make changes to our website, policies, and these Terms at any time. If any of
these conditions shall be deemed invalid, void, or for any reason unenforceable, that condition
shall be deemed severable and shall not affect the validity and enforceability of any remaining
condition.</p>
</div>
<div class="text-container2">
<h1>Contact Information</h1>
<p>For any questions regarding these Terms, please contact us at oslomuseum@gmail.com</p>
</div>
</div>
</main>
<footer>
<div class="footer-content">
<img class="footer-picture" src="images/bottom.jpg" alt="#">
<div class="footer-buttons">
<div class="button-left">
<a href="visit.html" class="button-contact">CONTACT US</a>
<a href="contribute.html" class="button-contribute">CONTRIBUTE</a>
<a href="exhibition.html" class="button-exhibitions">EXHIBITIONS</a>
</div>
<div class="button-right">
<a href="terms.html" class="button-terms">TERMS & CONDITIONS</a>
<a href="privacy.html" class="button-privacy">PRIVACY POLICY</a>
</div>
</div>
</div>
</footer>
</body>
</html>