-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccommodation.html
105 lines (94 loc) · 4.92 KB
/
accommodation.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
<!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>Accommodation</h2>
</header>
<section class="wrapper style5">
<div class="inner">
<h4>UTPHAX 2016</h4>
<p>Participants shall arrange their own accommodations and transportation.<br/>
Please find the list of available nearby accommodations below :</p>
<ul>
<li>Student Residential Halls in UUM campus (subject to availability)</li>
<li><a href="https://docs.google.com/document/d/1MRT-uum85Y7p5KlE6tluIbmLIwhFbLFgfW6BQhvJ-4M/edit?ts=57519ac5" title="See full list" target="blank">Hotels and Homestay</a> in Sintok and Changlun (10-15 minutes drive to UUM)</li>
</ul>
<p>In-campus student residential halls are only provided to participating students at a rate of RM20/night/person. Once accommodation is requested, you will be charged until the night of 23rd October, regardless of when you decide to check-out of the hostel. For teams that have booked accommodation, please proceed to Dewan Muadzam Shah for room keys collection as soon as you arrive in UUM. If you have further question, please contact our Registration Unit.</p>
<p><br/><button><a href="http://cybersocks.org/malaysia/contact.html" target="blank">CONTACT US</a><button><a href="https://cybersocks.org/malaysia/images/map_uum2.png" target="blank">View Map (UUM)</a></p>
</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>