-
Notifications
You must be signed in to change notification settings - Fork 0
/
credits.html
101 lines (93 loc) · 4.55 KB
/
credits.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
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
<!DOCTYPE HTML>
<!--
Industrious by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Credits | CSM-devs</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class="logo" href="index.html">CSM</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</nav>
<!-- Heading -->
<div id="heading">
<h1>Credits</h1>
</div>
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<div class="content">
<header>
<h2>Thanks to:</h2>
</header>
<p>We'd like to thank everyone who makes this site possible, by creating free to use content, or by creating such a awesome template.</p>
<p>
Template: <a href="https://TEMPLATED.CO">TEMPLATED.CO</a><br> Photo's: <a href="https://unsplash.com">Unsplash</a>, <a href="https://unsplash.com/photos/uCnOENPOBxM">Martin Grincivschi</a>, <a href="https://unsplash.com/photos/OULAwYI3AGs">Ciprian Lipenschi</a> and <a href="//commons.wikimedia.org/wiki/User:Joris" title="User:Joris">Joris</a> <small><a href="https://commons.wikimedia.org/w/index.php?curid=11001658">Link</a>,<a href="https://creativecommons.org/licenses/by-sa/3.0" title="Creative Commons Attribution-Share Alike 3.0">CC BY-SA 3.0</a></small><br> Background Video: <a href="http://coverr.co/">Coverr</a>
</p>
<hr />
<h3>Want to help as well?</h3>
<p>If you want to help us, please contact us at <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h3>Thanks to everyone who helped building up CSM-Devs</h3>
<p>Thanks to Templated.co for our website template. <br> Thanks to Mr. Oppelaar for most of our project ideas and support.<br> Thanks to The Herbert Vissers College for providing us with the resources to make our projects.</p>
</section>
<section>
<h4>Useful links</h4>
<ul class="alt">
<li><a href="mailto:[email protected]">Contact us</a></li>
<li><a href="http://www.hvc.nl">Our School</a></li>
<li><a href="https://github.com/CSMdevs/CSMdevs.github.io">Source code</a></li>
<li><a href="https://TEMPLATED.CO">Website designer</a></li>
</ul>
</section>
<section>
<h4>Our accounts</h4>
<ul class="plain">
<li><a href="https://twitter.com/CSM_Devs"><i class="icon fa-twitter"> </i>Twitter</a></li>
<li><a href="https://www.facebook.com/CSMDevs"><i class="icon fa-facebook"> </i>Facebook</a></li>
<li><a href="https://www.instagram.com/csm_devs/"><i class="icon fa-instagram"> </i>Instagram</a></li>
<li><a href="https://github.com/CSMdevs"><i class="icon fa-github"> </i>Github</a></li>
<li><a href="https://bitbucket.org/csm-devs/"><i class="icon fa-bitbucket"> </i>BitBucket</a></li>
</ul>
</section>
</div>
<div class="copyright">
© CSM-Deverlopers. Photos <a href="https://unsplash.co">Unsplash</a>, Thanks to <a href="https://www.hvc.nl">Herbert Vissers College</a>.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>