-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdisclaimer.html
60 lines (48 loc) · 2.73 KB
/
disclaimer.html
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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:900|Raleway:400,700,800,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Disclaimer</title>
<meta charset="utf-8" />
</head>
<body>
<nav class="nav">
<center>
<a href="index.html"> <img class="logo" title="maker club" src="pictures/CEED_LOGO_BLACK_ORANGE.png" alt="" /></a>
<ul>
<a href="index.html"><button type="button"class="navbutton">Volunteer<br>Information</button></a>
<a href="opportunities.html"><button type="button"class="navbutton">Current<br> Opportunities</button></a>
<a href="resources.html"><button type="button"class="navbutton">Resources</button></a>
<p class="navtext"> This site is a work in progress, more updates to come shortly. If you see any mistakes or typos please email <a href="mailto:[email protected]?Subject=Content%20Error" target="_top">[email protected]</a></p>
</center>
</ul>
</nav>
<article>
<div style="max-width: 80%; margin-left:auto;margin-right:auto;">
<center>
<h1 class="main-title">Disclaimer</h1>
<hr/>
</center>
<p>Last updated: June 27th 2017<br><br>
The information contained on makerepo.com website is for general information purposes only. Makerepo assumes no responsibility for errors or omissions in the contents on the Service.
<br>
In no event shall makerepo or the uOttawa Richard L’Abbe Makerspace be liable for any special, direct, indirect, consequential, or incidental damages or any damages whatsoever, whether in an action of contract, negligence or other tort, arising out of or in connection with the use of the Service or the contents of the Service. Makerepo reserves the right to make additions, deletions, or modification to the contents on the Service at any time without prior notice. Makerepo does not warrant that the website is free of viruses or other harmful components.
<br>
External links disclaimer
<br>
Makerepo.com website may contain links to external websites that are not provided or maintained by or in any way affiliated with makerepo.com. Please note that the makerepo does not guarantee the accuracy, relevance, timeliness, or completeness of any information on these external websites
</p>
</article>
<footer>
<table class="tablefooter" >
<tr>
<td>Contact: [email protected]<br>Copyright 2017 © Makerepo.com</td>
<td> <a href="terms.html"><button type="button" class="footerbutton">Terms and Conditons</button></a></td>
<td>
<a href="francais/avenir.html"><button type="button" class="footerbutton">Français</button></a></td>
</tr>
</table>
</footer>
</body>
</html>