-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration.html
More file actions
123 lines (112 loc) · 5.41 KB
/
registration.html
File metadata and controls
123 lines (112 loc) · 5.41 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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>UTPHAX | 2016</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<link rel="icon" type="img/png" href="https://utphax.cyberhax.club/assets/img/utphax.png" />
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">UTPHAX'16</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul class="center">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="accommodation.html">Accommodation</a></li>
<li><a href="payment.html">Payment</a></li>
<li><a href="training.html">Training</a></li>
<li><a href="registration.html">Registration</a></li>
<li><a href="contact.html">Contacts</a></li>
<li><a href="other-event.html">Other Event</a></li>
<!--</ul>-->
<hr>
<!--<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">QUALS</a>-->
<!--<ul class="center">-->
<li class="active"><a href="https://cybersocks.org">CyberSOCKS</a></li>
<li class="active"><a href="https://cybersocks.org/malaysia">Malaysia</a></li>
<li class="active"><a href="https://cybersocks.org/vietnam">Vietnam</a></li>
<li class="active"><a href="https://cybersocks.org/thailand">Thailand</a></li>
<!--</li>-->
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<article id="main">
<header>
<h2>REGISTRATION TRAINING AND COMPETITION</h2>
</header>
<section class="wrapper style5">
<div class="inner">
<h4>Welcome!</h4>
<p>The UTPHAX Secretariat and the organizers cordially invites all institutions of higher education in Malaysia to participate in the coming UTPHAX'16 tournament.</p>
<div class="spacing"></div>
<h4>UTPHAX'16 is open to</h4>
<ul>
<li>
<p>Under 25 years old students who are currently enrolled in public or private institutions of higher learning in Malaysia. Particularly those from their Faculty or Department of Computer Science, Mathematics, and Engineering are invited to participate in the UTPHAX competition, which is a team-based hacking competition.</p>
</li>
<li>
<p>Each team shall comprise of exactly three (3) members and is led by a coach.</p>
</li>
<li>
<p>Each university / college may send up to three (3) teams. If a university / college registers for more than three teams, the fourth and subsequent teams are placed in the waiting list. If an availability arises, teams in the waiting list will be contacted to participate.</p>
</li>
<li>
<p>Participants must be from same university / college in (1) teams. If participants are from different university / college they are <strong>not allowed</strong> to join this competition.</p>
</li>
<li>
<p>Registration fee per team is RM 250.</p>
</li>
<li>
<p>Registration is <strong>CLOSE</strong> now!.</p>
</li>
</ul>
<center>
<!--<p><br/><button><a href="https://docs.google.com/forms/d/1IcJlZKlmqu4q5vmFVICwNDUG4zsip4TFXsiq1FqrNRY/viewform?c=0&w=1" target="blank">Register</a></button></p>-->
</center>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/utphax_15" class="icon fa-twitter" target="blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/utphaxfifteen/" class="icon fa-facebook" target="blank"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/utphax15/" class="icon fa-instagram" target="blank"><span class="label">Instagram</span></a></li>
<li><a href="mailto:dothaxuum@gmail.com" class="icon fa-envelope-o" target="blank"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© UTPHAX'16</li><li>Design By: DOT.HAX</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>