-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·239 lines (221 loc) · 12.7 KB
/
index.html
File metadata and controls
executable file
·239 lines (221 loc) · 12.7 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!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>Home | CSM-devs</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<!--<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js" integrity="sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ" crossorigin="anonymous"></script>-->
<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">Our Projects</a></li>
<li><a href="http://csmdevs.github.io/HVCSite">Béta HVC-Site</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h1>CSM</h1>
<p>We at CSM-Devs develop websites, games and we do some side projects for school.</p>
</div>
<video autoplay loop muted playsinline>
<source src="images/banner.webm" type="video/webm">
<source src="images/banner.mp4" type="video/mp4">
</video>
</section>
<!-- Highlights -->
<section class="wrapper">
<div class="inner">
<header class="special">
<h2>What we do</h2>
<p>We are three IT-Students who like programming things. So we made this organisation. If you want us to help you programming something, you can contact us.</p>
</header>
<div class="highlights">
<section>
<div class="content">
<header>
<a href="mailto:CSMDevs@gmail.com" class="icon fas fa-envelope" style="color:#26789b; position:relative; top:30px"><span class="label">Contact</span></a><br><br><br>
<h3>Contact</h3>
</header>
<p>If you want to contact us, it's the most simplest to email us at <a href="mailto:CSMDevs@gmail.com">CSMDevs@gmail.com</a>. There's also a possiblity to contact us via <a href="https://twitter.com/CSM_Devs">Twitter</a>.</p>
</div>
</section>
<section>
<div class="content">
<header>
<a href="/projects.html" class="icon fas fa-file-alt" style="color:#26789b; position:relative; top:20px"><span class="label">Projects</span></a><br><br><br>
<h3>Our Projects</h3>
</header>
<p>All of our projects (so far) are open source. So be free to check them out and download them. Often there'll be a installation guide.</p>
</div>
</section>
<section>
<div class="content">
<header>
<a href="https://github.com/CSMdevs" class="icon fab fa-github" style="color:#26789b; position:relative; top:20px"><span class="label">GitHub</span></a><br><br><br>
<h3>Work with us</h3>
</header>
<p>If you'd like to help with one of our projects, please create a diffrent branch and ask for a pull request. We'll review your code and add it later.</p>
</div>
</section>
<section>
<div class="content">
<header>
<a href="#" class="icon fab fa-paypal" style="color:#26789b; position:relative; top:30px"><span class="label">Donations</span></a><br><br><br>
<h3>Donations</h3>
</header>
<p>If you like what we do, you can donate to us by clicking on the donate button below. Thanks for the support!
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="BJYXV5D3HR4NG">
<input type="image" src="images/donate.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" style="width: 50%">
<img alt="" border="0" src="https://www.paypalobjects.com/nl_NL/i/scr/pixel.gif" width="1" height="1">
</form>
</p>
</div>
</section>
<section>
<div class="content">
<header>
<a href="#" class="icon fas fa-comments" style="color:#26789b; position:relative; top:30px"><span class="label">Comment</span></a><br><br><br>
<h3>Leave a comment</h3>
</header>
<p>Questions, found a bug, experiencing issues or just want to review our projects? You can do that here.</p>
</div>
</section>
<section>
<div class="content">
<header>
<a href="https://twitter.com/CSM_Devs" class="icon fas fa-at" style="color:#26789b; position:relative; top:30px"><span class="label">Icon</span></a><br><br><br>
<h3>Find us on social media</h3>
</header>
<p>You can follow us on <a href="https://twitter.com/CSM_Devs">Twitter</a>, <a href="https://www.facebook.com/CSMDevs/">Facebook</a> and <a href="https://www.instagram.com/csm_devs/">Instagram</a>.<br />Also you can visit our personal websites.</p>
<ul class="alternate">
<li><a href="https://michadenheijer.com">https://michadenheijer.com</a></li>
</ul>
</div>
</section>
</div>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper">
<div class="inner">
<h2>Our School</h2>
<p>This is our school. It's the <a href="www.hvc.nl">Herbert Vissers College</a>, located close to Amsterdam, The Netherlands. We're still students so we don't have a lot of time to spend on coding and creating new stuff. But we do have computer science, we try to combine computer science at school and our projects. When we have the time we'll come up with new and better projects. Most of our projects are games made with Unity, this was mandetory because we had to make games. More recent projects also include AR and Unity, that's kinda cool so check it out!</p>
</div>
</section>
<!-- Testimonials -->
<section class="wrapper">
<div class="inner">
<header class="special">
<h2>A word from our founders</h2>
<p>This is a just new company, and here's a word from our founders.</p>
</header>
<div class="testimonials">
<section>
<div class="content">
<blockquote>
<p>We've been always really intrested in computers and code. So when we had the opportunity to make website for school, we were really happy. Welcome to our home page. Enjoy!</p>
</blockquote>
<div class="author">
<div class="image">
<img src="images/photoCemre.jpg" alt="" />
</div>
<p class="credit"> <strong><a href="https://twitter.com/Cemre2002Cemre">Cemre Süler</a></strong> - <span>CEO - CSM-Devs</span></p>
</div>
</div>
</section>
<section>
<div class="content">
<blockquote>
<p>Welcome to our website! Have fun trying out our projects and editing them!</p>
</blockquote>
<br><br><br><br>
<div class="author">
<div class="image">
<img src="images/photoStan.jpg" alt="" />
</div>
<p class="credit"><strong><a href="https://twitter.com/">Stan Verlaan</a></strong> - <span>CEO - CSM-Devs</span></p>
</div>
</div>
</section>
<section>
<div class="content">
<blockquote>
<p>I've always thought that computers and other technical stuff were very intresting. So here's an other quote about computers and open source stuff. Hopefully it'll be filled with some intresting or nice to know.</p>
</blockquote>
<div class="author">
<div class="image">
<picture>
<source srcset="https://michadenheijer.com/profile.webp" type="image/webp">
<source srcset="https://michadenheijer.com/profile" type="image/jpeg">
<img src="https://michadenheijer.com/profile" alt="Micha den Heijer" />
</picture>
</div>
<p class="credit"><strong><a href="https://michadenheijer.com/">Micha den Heijer</a></strong> - <span>CEO - CSM-Devs</span></p>
</div>
</div>
</section>
</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:CSMDevs@gmail.com">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>