-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtraining.html
138 lines (127 loc) · 5.51 KB
/
training.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
<!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>TRAINING</h2>
</header>
<section class="wrapper style5">
<div class="inner">
<h4>Training is now OPEN</h4>
<ul>
<li>
<p><strong>EARLY BIRD</strong> - Each team which is register first can get free training at Universiti Utara Malaysia. Grab that chance <strong>before 22nd August 2016</strong>.</p>
</li>
<li>
<p> For food must bank transfer to Universiti Utara Malaysia. But, for accommodation participants can pay through bank transfer or pay at Universiti Teknologi Petronas when arrive.</p>
</li>
<li>
<p>Participants who is late to register <strong>before</strong> Early Bird, still can join training but participants must pay for that training.</p>
</li>
<li>
<p>Venue : <strong>Universiti Teknologi Petronas, Perak</strong></p>
</li>
<li>
<p>Training date : <strong>24th-25th September 2016</strong></p>
</li>
<li>
<p>Training fee : <strong>FREE</b></strong>
</li>
<li>
<p>Accommodation : RM 15/night/person.</p>
</li>
<li>
<p>Food : RM 50 for one(1) team.</p>
</li>
<li>
<p>Dateline training : <strong>10th September 2016</strong></p>
</li>
<li>
<p>Each team register training, that team automatic will join competition at 22nd - 23rd October. So that team must pay for <strong>registration fee</strong> too.</p>
</li>
<li>
<p>For make payment, please click this <a href="https://cybersocks.org/malaysia/payment.html" target="blank">link</a>.</p>
</li>
<li>
<p>For training registration, please click button below.</p>
</li>
</ul>
<center>
<p><br/><button><a href="https://cybersocks.org/malaysia/registration.html" 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:[email protected]" 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>