-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (157 loc) · 9.76 KB
/
index.html
File metadata and controls
161 lines (157 loc) · 9.76 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
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
<!DOCTYPE html>
<html>
<head>
<title>
HackNTU 2016 X Web
</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="HackNTU hackthon NTU taiwan university school student" />
<meta property="fb:app_id" content="843944615750165" />
<meta property="og:url" content="http://major2016.hackntu.org" />
<meta property="og:type" content="article" />
<meta property="og:title" content="HackNTU | 2016 台大黑客松" />
<meta property="og:description" content="To think, to hack." />
<meta property="og:image" content="img/og/1200x630.jpg" />
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.pink-blue.min.css" />
<link rel="stylesheet" type="text/css" href="css/loading.css">
<link rel="stylesheet" type="text/css" href="css/cell.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.2/TweenMax.min.js"></script>
<script src="https://cdn.jsdelivr.net/vivus/latest/vivus.min.js"></script>
<script src="js/loading.js"></script>
<script defer src="https://code.getmdl.io/1.1.3/material.min.js"></script>
<script src="js/paper.js"></script>
<script src="js/cell.js"></script>
<script src="js/coming.js"></script>
<script src="js/sponsors.js"></script>
<script src="js/lang.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script type="application/x-javascript">
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<link href='//fonts.googleapis.com/css?family=Titan+One:400|Source+Sans Pro:300|Source+Sans Pro:400|Varela+Round:400|Nunito:700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/justfn.js"></script>
<!-- <script src="//s3-ap-northeast-1.amazonaws.com/justfont-user-script/jf-42722.js"></script> -->
<script src="js/fb.js"></script>
<script src="js/head.js"></script>
</head>
<body>
<div id="canvas-fixed">
<canvas id="canvas" resize width="100%" height="100%"></canvas>
</div>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header mdl-layout__header--waterfall hackntu-header">
<div class="mdl-layout__header-row hackntu-logo-row">
<span class="mdl-layout__title">
<div class="hackntu-logo" onclick="window.location='index.html'"></div>
<!-- <span class="mdl-layout__title">HackNTU 2016 website</span> -->
</span>
</div>
<div class="mdl-layout__header-row hackntu-navigation-row mdl-layout--large-screen-only">
<!-- Navigation. We hide it in small screens. -->
<nav class="lang-tw mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link" href="schedule-tw.html">議程</a>
<a class="mdl-navigation__link" href="tumblr.html">資訊公告</a>
<a class="mdl-navigation__link" href="faq.html">常見問題</a>
<a class="mdl-navigation__link" href="staff.html">工作人員</a>
</nav>
<nav class="lang-en mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link" href="schedule-en.html">Schedule</a>
<a class="mdl-navigation__link" href="tumblr.html">Information</a>
<a class="mdl-navigation__link" href="faq.html">FAQ</a>
<a class="mdl-navigation__link" href="staff.html">Staff</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer mdl-layout--small-screen-only">
<span class="mdl-layout-title" onclick="window.location='index.html'">HackNTU 2016</span>
<nav class="lang-tw mdl-navigation">
<a class="mdl-navigation__link" href="schedule-tw.html">議程</a>
<a class="mdl-navigation__link" href="tumblr.html">資訊公告</a>
<a class="mdl-navigation__link" href="faq.html">常見問題</a>
<a class="mdl-navigation__link" href="staff.html">工作人員</a>
</nav>
<nav class="lang-en mdl-navigation">
<a class="mdl-navigation__link" href="schedule-en.html">Schedule</a>
<a class="mdl-navigation__link" href="tumblr.html">Information</a>
<a class="mdl-navigation__link" href="faq.html">FAQ</a>
<a class="mdl-navigation__link" href="staff.html">Staff</a>
</nav>
</div>
<main class="mdl-layout__content">
<!-- Your content goes here -->
<section id="slogan-section" class="mdl-typography--text-center">
<div class="lang-tw logo-font hackntu-slogan">臺大黑客松</div>
<div class="lang-en logo-font hackntu-slogan">HackNTU</div>
<div class="logo-font hackntu-sub-slogan font-en">To think, to hack.</div>
<div id="call-to-action" class="logo-font">
<a href="//www.accupass.com/go/2016hackntu" class="lang-tw mdl-button mdl-js-ripple-effect mdl-button--raised mdl-button--accent"> 一般報名 </a>
<a href="//www.accupass.com/go/2016hackntu_foreign" class="lang-tw mdl-button mdl-js-ripple-effect mdl-button--raised mdl-button--accent"> 海外報名 </a>
<a href="//www.accupass.com/go/2016hackntu" class="lang-en mdl-button mdl-js-ripple-effect mdl-button--raised mdl-button--accent"> Taiwan </a>
<a href="//www.accupass.com/go/2016hackntu_foreign" class="lang-en mdl-button mdl-js-ripple-effect mdl-button--raised mdl-button--accent"> Overseas </a>
<p class="lang-tw">請立即報名 !</p>
<p class="lang-en">Please Sign up Now !</p>
</div>
</section>
<section id="about-section" class="mdl-grid--no-spacing mdl-typography--text-center">
<div class="light-blue-overlay"></div>
<div class="about-container">
<div class="lang-tw about-title">關於臺大黑客松</div>
<div class="lang-en about-title">About HackNTU</div>
<p class="lang-tw about-text">
2016HackNTU 除延續去年的模式,是一場規模盛大的黑客松外,我們也將提供一個更加舒適的環境,整合各式各樣的軟/硬體資源,並結合事前許多的工作坊、開發小聚或課程等等作為系列活動,讓與會者有足夠的知識與資源能進行開發,期望透過這一連串的激盪,讓所有創新的想法在黑客松真實呈現!
</p>
<p class="lang-en about-text" style="font-weight:400;letter-spacing: 0px;">
Other than continuing to be large scaled hackathon from 2015 HackNTU, we will continue to provide a more comfortable hacking environment, various software and hardware resources at 2016 HackNTU. Along with series of pre-event workshops and courses, the hackers will have sufficient knowledge and resources and develop their project. We hope that through this process of brainstorming, the hackers will be able to bring their innovative ideas to life at 2016 HackNTU !
</p>
</div>
</section>
<section id="sponsor-section">
<div id="sponsorSrc" style="display: none">
<script src="https://hackntu2016.hackpad.com/KASS54b4oob.js?format=html-notitle"></script>
</div>
<div id="sponsorDisplay">
</div>
<div id="sponsorInfo">
<p class="lang-tw">
如果您欲贊助 HackNTU 2016,請聯繫:<u>hackntu@gmail.com</u>
</p>
<p class="lang-en">
The HackNTU 2016 Sponsorship team can be reached at:<u>hackntu@gmail.com</u>
</p>
</div>
</section>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__left-section ">
<div class="mdl-logo" onclick="window.location='index.html'">HackNTU 2016</div>
<ul class="lang-tw mdl-mini-footer__link-list mdl-layout--large-screen-only">
<li><a href="schedule-tw.html">議程</a></li>
<li><a href="tumblr.html">資訊公告</a></li>
<li><a href="faq.html">常見問題</a></li>
<li><a href="staff.html">工作人員</a></li>
</ul>
<ul class="lang-en mdl-mini-footer__link-list mdl-layout--large-screen-only">
<li><a href="schedule-en.html">Schedule</a></li>
<li><a href="tumblr.html">Information</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="staff.html">Staff</a></li>
</ul>
</div>
<div class="mdl-mini-footer__right-section">
<ul id="langSwitch" class="mdl-mini-footer__link-list">
<li><a href="#langSwitch" name="lang-tw">中文</a></li>
<li><a href="#langSwitch" name="lang-en">Eng</a></li>
</ul>
</div>
</footer>
</main>
</div>
</body>
</html>