-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (77 loc) · 5.07 KB
/
index.html
File metadata and controls
88 lines (77 loc) · 5.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Meta
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>code @ SEKCC | Hack Club</title>
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="images/favicon.png">
<meta name="og:image" content="images/favicon.png">
<meta name="og:title" content="code @ SEKCC">
<meta name="twitter:title" content="code @ SEKCC">
<meta name="og:description" content="SEK-Ciudalcampo's Coding Club">
<meta name="twitter:description" content="SEK-Ciudalcampo's Coding Club">
<meta name="description" content="SEK-Ciudalcampo's Coding Club">
<!-- Mobile Handling
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,600,600i" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container main-content">
<div class="row">
<div class="one-half column" style="margin-top: 25%">
<img src="https://avatars3.githubusercontent.com/u/23102928" alt="Logo" style="border-radius: 4px; margin-bottom: 15px" width="80px" class="animated fadeInDown logo">
<h2 id="main-title">code @ SEKCC</h2>
<p>Hey there! This is the online website for <em>SEK-Ciudalcampo's Coding Club</em>, which is part of <em>Project STEAMove</em> and <a href="http://hackclub.com/">Hack Club</a>.</p>
<p style="margin-bottom: 0px">The Club's 2017-2018 Presentation will be held on <strong>September 11, 2017</strong></p>
<p>from 16:00-17:00 at the Auditorium next to the lab.</p>
<!--<a class="typeform-share button button-primary" href="https://margobra8.typeform.com/to/mIvGaD" data-mode="1" target="_blank">Attend</a>-->
<a class="button button-primary" href="attend.html">Attend</a>
</div>
<div class="one-half column" style="margin-top: 25%">
<h4>Presentation agenda</h4>
<ol>
<li>Introduction</li>
<li>Ice-breaker</li>
<li>Why learn to code?</li>
<li>What's Hack Club?</li>
<li>Q&A with Club Leaders</li>
</ol>
</div>
</div>
</div>
<footer>
<div class="container">Released under the <a href="http://margobra8.ml/legal/license">MIT License</a>. SEK-Ciudalcampo, <script type="text/javascript">document.write(new Date().getFullYear());</script>. <a href="contact.html">Contact</a>
</div>
</footer>
<!-- TYPEFORM
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm_share',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'share.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}id=id+'_';if(!gi.call(d,id)){qs=ce.call(d,'link');qs.rel='stylesheet';qs.id=id;qs.href='css/form-button.css';s=gt.call(d,'head')[0];s.appendChild(qs,s)}})()</script>
<!-- JS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous">
</script>
<script src="http://static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(101026573); }catch(e){}</script>
<script src="js/typed.js" type="text/javascript"></script>
<script src="js/baffle.js" type="text/javascript"></script>
<script src="js/text-animations.js" type="text/javascript"></script>
<!-- EOF
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>