-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·85 lines (74 loc) · 3.13 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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Who Knows What</title>
<meta name="description" content="Figure out what tool you should learn for this month and what theme you can play with as you're learning. Primarily meant for TNDS2 students.">
<meta name="author" content="Ricardo Martins & Robbie Hilado for TNDS" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" media="screen" href="css/style.css">
<link rel="stylesheet" href="css/grid.css">
</head>
<body lang="en">
<div id="tools">
</div>
<div class="MainContainer">
<div class="Overlay">
<div class="Rules">
<!-- START RULES -->
<a class="Button--Close" href="javascript:void(0);">X</a>
<div class="Topbar">
<h2 class="HeadingTitle">Da Rules</h2>
</div>
<div class="OverlayContent">
<ol>
<li>
Play only if you want to, this isn't mandatory.
</li>
<li>
If you do participate, you have one month to work and play around with the topic.
</li>
<li>
We'd love if you could present your learnings, hardships and insights through a quick presentation at the end of the month.
</li>
<li>
Enjoy learning!
</ol>
</div>
</div>
</div>
<!--END RULES -->
<section class="Heading">
<!--START HEADER -->
<div class="HeadingTitle">Who Knows What</div>
<div class="Nav">
<p class="NavItems">
<a class="OpenRules" href="javascript:void(0);">
How does it work?
</a>
</p>
</div>
</section>
<!--END HEADER -->
<section class="MainText">
<!--START Maintext -->
<div class="HeroText MainText--Firstblock">
I wanna learn <span id="placeholdertools" class="HighlightText">???</span> and my theme is <span id="placeholderskills" class="HighlightText">???</span>.
</div>
<div clsass="MainText--Secondblock">
<a href="javascript:void(0);" id="buttontool" class="Button--Primary">Show me d wae</a>
<p class="Footnote">I hope you have fun with this!</p>
</div>
<!-- </section> -->
</section>
<!--ENDs Maintext -->
<footer class="Footer">
</footer>
</div>
<!-- scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/app.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.5.1/tabletop.min.js'></script>
</body>
</html>
</html>