-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
56 lines (44 loc) · 1.91 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="content-type" content="text/html,charset=utf-8" />
<title>:: Web Frontend Co-Learning Metrics ::</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./assets/style.css">
</head>
<body>
<h1 class="title">Web Frontend Co-Learning Metrics</h1>
<div class="text">
<p>
Like to learn and be creative with data? Join us to build something with the community!
</p>
<p>
Perhaps you are interested in a specific technology, a new library or framework.</br>
Perhaps you got an idea how to present data visual and now like to know how to structure them.
</p>
Over the the past years we collected some arbitary data about our meetup events and thought
it would be fun to use them for creative coding. Checkout the respository and add your page
to share it ☺
</p>
<a class="link" href="http://github.com/opentechschool/web-frontend-colearning-metrics" target="_blank">
http://github.com/opentechschool/web-frontend-colearning-metrics
</a>
<a class="guide" href="http://opentechschool.github.io/social-coding/" target="_blank">(New to social coding and Git?)</a>
</div>
<select id="selector">
<option value="ots-template">OTS Template</option>
<option value="ots-table" selected>OTS Table</option>
<!-- add your page directory here -->
</select>
<div class="container">
<iframe class="iframe" id="iframe">
The iframe source will be set dynamically using JavaScript (see '/assets/code.js#27').
</iframe>
</div>
<script src="./assets/code.js"></script>
</body>
</html>