-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodingcompetition.html
173 lines (163 loc) · 5.6 KB
/
codingcompetition.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
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
<!DOCTYPE html>
<html>
<head>
<title>3 Days of Code</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<link rel="stylesheet" type="text/css" href="./assets/css/foundation.css">
<script type="text/javascript" src = "./assets/js/jquery.min.js"></script>
<script type="text/javascript" src = "./assets/js/app.js"></script>
<link href="https://fonts.googleapis.com/css?family=Exo+2|roboto|Titillium+Web" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class= "wrapper" id= "page-wrapper">
<div class = "nav-bar">
<a class = "logo" href = "http://www.3daysofcode.org">
<img src="./assets/images/logo.png"/>
</a>
<!-- <a class = "btn-detail" href="./codingcompetition.html" target="_blank"><div></div>CODING COMPETITION</a>
<a class = "btn-detail" href="./hackathon.html" target="_blank"><div></div>HACKATHON</a> -->
<a class = "btn-detail" href="hackathon.3daysofcode.org" target="_blank"><div></div>TEAMFORMING PLATFORM</a>
</div>
<div id="left" class = "slice">
<div class= " slice-content-wrapper">
<div class = "slice-title">
Coding Competition
</div>
<div class = "slice-item" id = "slice-item-1">
<div class = "slice-item-title">
What is it?
</div>
<div class ="slice-item-content">
<ul>
<li>Coding competition is a timed competition whereby <span class = "bold">individual participants</span> would be given a set of questions to solve through coding. You are required to bring your own laptop and allowed to bring any materials for reference.</li>
</ul>
</div>
</div>
<div class = "slice-item" id = "slice-item-2">
<div class = "slice-item-title">
</div>
<div class ="slice-item-content">
<ul>
<li><span class = "bold">Date</span> : 20th April 2018</li>
<li><span class = "bold">Time</span> : 08:00 AM - 07:00 PM</li>
<li><span class = "bold">Registration Fee</span> : RM 9</li>
<li><span class = "italic">Includes T-shirt, snacks, and food</span></li>
</ul>
</div>
</div>
<div class = "slice-item" id = "slice-item-3">
<div class = "slice-item-title">
Prize
</div>
<div class ="slice-item-content">
<ul>
<li>Grab the chance to be the winner of the prizes.</li>
<li>1st prize: RM750</li>
<li>2nd prize: RM350</li>
<li>3rd prize: RM200</li>
</ul>
</div>
</div>
<div class = "slice-item" id = "slice-item-4">
<div class = "slice-item-title">
FAQs
</div>
<div class ="slice-item-content faq-content">
<ul>
<li><span class="bold">Is it okay if I do not bring my own laptop?</span><br/>
Participants are required bring their own laptop in order to participate the Coding Competition. Failure to do so, the participant will not be eligible to participate the event.</li>
<li><span class="bold">Is there any specific programming language that is allowed?</span><br/> Only 10 programming languages listed below allowed:
<ul class="listDics">
<li>C</li>
<li>C++</li>
<li>C++14</li>
<li>Java7</li>
<li>Java8</li>
<li>Python 2</li>
<li>Python 3</li>
<li>Ruby</li>
<li>PHP</li>
<li>Javascript</li>
</ul>
</li>
</ul>
</div>
</div>
<div class = "slice-itemblock" id = "slice-item-4">
<div>
<a href = "3DaysofCode-CCParticipantKit.pdf">Download Rules and FAQ</a>
</div>
</div>
</div>
</div>
<div id="right" class = "slice">
<div class = "slice-content-wrapper">
<div class = "slice-title">
Agenda
</div>
<div class ="slice-content">
<table>
<tr>
<th>Time</th>
<th>Event</th>
</tr>
<tr>
<td class= "column-1">0800</td>
<td class= "column-2">Check In</td>
</tr>
<tr>
<td class= "column-1">0830</td>
<td class= "column-2">Networking Session</td>
</tr>
<tr>
<td class= "column-1">0900</td>
<td class= "column-2">Briefing</td>
</tr>
<tr>
<td class= "column-1">0930</td>
<td class= "column-2">Start Contest!</td>
</tr>
<tr>
<td class= "column-1">1230</td>
<td class= "column-2">Keynote</td>
</tr>
<tr>
<td class= "column-1">1300</td>
<td class= "column-2">Lunch / Break</td>
</tr>
<tr>
<td class= "column-1">1530</td>
<td class= "column-2">Continue Contest!</td>
</tr>
<tr>
<td class= "column-1">1600</td>
<td class= "column-2">Break</td>
</tr>
<tr>
<td class= "column-1">1830</td>
<td class= "column-2">Announcing Winner</td>
</tr>
<tr>
<td class= "column-1">1900</td>
<td class= "column-2">End</td>
</tr>
</table>
<div class = "table-remark">
*Subject to change
</div>
</div>
</div>
</div>
<!-- Live Chat Widget powered by https://keyreply.com/chat/ -->
<!-- Advanced options: -->
<!-- data-align="left" -->
<!-- data-overlay="true" -->
<script data-align="right" data-overlay="false" id="keyreply-script" src="//keyreply.com/chat/widget.js" data-color="#03A9F4" data-apps="JTdCJTIyZmFjZWJvb2slMjI6JTIyMTU5MTI3MzI0ODEzMjQzJTIyLCUyMmVtYWlsJTIyOiUyMml0c29jLm1tdUBnbWFpbC5jb20lMjIlN0Q="></script>
</body>
</html>