-
Notifications
You must be signed in to change notification settings - Fork 2
/
503.html
132 lines (130 loc) · 5.72 KB
/
503.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
<!doctype html>
<html>
<head>
<!-- Metas -->
<meta charset="utf-8">
<title>元智大學2016三資迎新 - 503</title>
<meta name="description" content="元智大學 2016 三資迎新 - 霍格華資。報名截止日:8/18,繳費截止日:8/20,活動時間: 8/22 - 8/26。歡迎資傳、資工、資管的大一新生加入唷!">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=1, user-scalable=no" />
<meta name="author" content="Oschangkai">
<meta name="keywords" content="元智大學, 元智, 三資迎新, yzu2016camp, 霍格華資, 2016, 三資, 資工, 資管, 資傳" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="format-detection" content="telephone=no">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="static/assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="static/assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="static/assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="static/assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="static/assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="static/assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="static/assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="static/assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="static/assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="static/assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="static/assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="static/assets/favicon/manifest.json">
<meta name="theme-color" content="rgba(0,28,49,1)">
<meta name="msapplication-TileImage" content="static/assets/favicon/ms-icon-144x144.png">
<!-- CSSs -->
<link rel="stylesheet" href="https://fonts.googleapis.com/earlyaccess/notosanstc.css">
<link rel="stylesheet" href="https://necolas.github.io/normalize.css/4.1.1/normalize.css">
<style type="text/css">
html {
font-family: 'Noto Sans TC', sans-serif;
}
.container {
height: 95vh;
background-image: url(/static/assets/img/castel.png);
background-size: 40%;
background-repeat: no-repeat;
background-position: right bottom 50px;
margin: 5%;
}
p {
color: rgba(0,28,49,1);
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80552556-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PSXGW4"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PSXGW4');</script>
<div class="container">
<p style="letter-spacing: 20px; font-size: 100px; font-weight: 300;">503</p>
<p style="font-size: 23px; margin-top: -110px; font-weight: 100;">Oh no~<br />
笑你連不進我們的網站</p>
</div>
<!-- Footer -->
<style type="text/css">
footer {
height: 100px;
background-color: rgba(0,28,49,1);
color: white;
/* Flexbox */
display: flex;
/* Flexbox - vertical center */
align-items: center;
/* Flexbox - space between all elements */
justify-content: space-between;
/* Give space */
padding-left: 1.5rem;
padding-right: 1.5rem;
}
@media screen and (max-width: 648px) {
footer {
flex-direction: column;
height: 120px;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
}
footer {
color: rgba(240, 240, 240, 0.65);
}
footer a:link {
text-decoration:none;
color: rgba(240, 240, 240, 0.65);
}
footer a:visited {
text-decoration:none;
color: rgba(240, 240, 240, 0.65);
}
footer a:active {
text-decoration:none;
}
footer a:hover {
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
text-decoration:none;
color: rgba(240, 240, 240, 0.99);
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"></link>
<footer>
<span>
<a href="https://fb.com/yzu2016camp"><i class="fa fa-facebook-official" style="font-size: 2em; vertical-align: middle;"></i></a>
<a href="https://yzu2016camp.itaclub.asia">Copyright © 元智 2016 三資迎新</a>
</span>
<span>
Logo 設計:2016三資美宣組 Ber興<br />網頁設計:2016三資學術組、<a href="https://www.itaclub.asia/">ITAC</a>
</span>
</footer>
<!--<div includeHTML="static/assets/html/footer.html"></div>
<script src="static/assets/js/includeHTML.js"></script>-->
</body>