forked from haxtheweb/hax-psu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
206 lines (202 loc) · 7.72 KB
/
index.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="preconnect" crossorigin href="https://fonts.googleapis.com" />
<base href="/" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=yes" />
<meta name="generator" content="HAX" />
<title>HAX at Penn State | powered by HAXTheWeb</title>
<meta name="description" content="Free, open source, forever, transformative, unleashing creativity in a sustainable way. HAX at Penn State gives students, faculty, and staff the ability to manage websites regardless of their technical experience. HAX at Penn State is a HAXcms service hosted and supported by a collaboration of multiple Penn state colleges and outside contributors." />
<meta name="keywords" content="sites at penn state, penn state hax, hax, haxcms, haxtheweb, penn state websites, penn state blogs, penn state sites, penn state web, penn state" />
<meta property="og:description" content="Free, open source, forever, transformative, unleashing creativity in a sustainable way." />
<meta property="og:title" content="HAX The Web" />
<meta property="og:site_name" content="HAX The Web" />
<meta property="og:type" content="website" />
<meta property="og:image" content="assets/icon-512x512.png" />
<meta property="og:url" content="https://hax.psu.edu/" />
<link rel="next" href="/login.php" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="robots" content="index, follow" />
<meta name="application-name" content="HAX The Web" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="HAX The Web" />
<meta name="msapplication-tap-highlight" content="no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="canonical" href="https://hax.psu.edu/" />
<link rel="manifest" href="manifest.json" />
<link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#1e407c" />
<meta name="msapplication-TileColor" content="#1e407c" />
<meta name="msapplication-TileImage" content="assets/mstile-144x144.png" />
<link rel="icon" href="assets/favicon.ico" />
<link rel="apple-touch-icon" href="assets/icon-48x48.png" />
<link rel="apple-touch-icon" sizes="72x72" href="assets/icon-72x72.png" />
<link rel="apple-touch-icon" sizes="96x96" href="assets/icon-96x96.png" />
<link rel="apple-touch-icon" sizes="144x144" href="assets/icon-144x144.png" />
<link rel="apple-touch-icon" sizes="192x192" href="assets/icon-192x192.png" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon-16x16.png" />
<meta name="theme-color" content="#1e407c" />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Roboto&family=Press+Start+2P&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet';"
/>
<style>
html,
body {
margin: 0;
padding: 0;
font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
--primary-color-1: #001e44;
--primary-color-1-50: #001e4450;
--primary-color-2: #1e407c;
--primary-color-3: #ffffff;
--secondary-color-1: #96bee6;
--secondary-color-2: #009cde;
--bg-color-1: #ffffff;
--bg-color-2: #eef3f7;
--link-color-1: #005fa9;
--link-color-2: #ccdae6;
background-color: var(--primary-color-1);
}
hax-psu:not(:defined) {
height: 100vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--primary-color-1);
}
hax-psu:not(:defined) h1 {
margin: 0 auto;
color: white;
font-size: 48px;
display: inline-block;
vertical-align: middle;
margin-bottom: 4px;
font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
font-weight: bold;
letter-spacing: 1px;
padding-bottom: 8px;
line-height: 1em;
text-align: left;
font-style: normal;
text-transform: none;
text-decoration: none;
padding-right: 8vw;
}
hax-psu:not(:defined) h1 span.create,
hax-psu:not(:defined) h1 span.hax {
font-weight: bold;
font-size: 48px;
font-style: italic;
font-family: "Press Start 2P", Roboto, Helvetica, Arial, Lucida, sans-serif;
display: inline-block;
vertical-align: middle;
margin-bottom: 4px;
line-height: 36px;
text-align: left;
}
hax-psu:not(:defined) .load-wrapper {
padding: 0px 15%;
display: flex;
flex-flow: column;
justify-content: center;
height: 100%;
position: relative;
z-index: 3;
width: 70%;
max-width: 1080px;
margin: 0px auto;
}
hax-psu:not(:defined) .load-wrapper .psu-entice {
color: white;
background-color: rgba(0, 0, 0, 0.533);
padding: 8px;
font-size: 16px;
}
hax-psu:not(:defined) .load-wrapper .entice-wrapper {
display: flex;
padding: 0px;
margin: 0px 0px 16px;
width: 70%;
padding: 0 18%;
}
hax-psu:not(:defined) .load-wrapper a {
display: inline-block;
text-decoration: none;
}
hax-psu:not(:defined) .load-wrapper .btn {
display: block;
border-width: 2px;
border-color: var(--link-color-1);
border-radius: 0px;
line-height: 36px;
background-color: var(--link-color-1);
padding: 10px 50px 10px 30px;
text-transform: uppercase;
color: white;
font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
font-style: italic;
font-weight: 700;
transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease;
margin: 0 18%;
padding: 8px;
font-size: 20px;
width: 150px;
cursor: pointer;
}
hax-psu:not(:defined) .load-wrapper .btn2 {
color: black;
border-color: var(--secondary-color-1);
border-radius: 0px;
line-height: 36px;
background-color: var(--secondary-color-1);
}
hax-psu:not(:defined) .load-wrapper .btn:focus,
hax-psu:not(:defined) .load-wrapper .btn:hover {
background-color: var(--primary-color-1);
border-color: white;
color: white;
}
hax-psu:not(:defined) .load-wrapper .btn-wrapper {
margin: 0 auto;
padding-right: 28vw;
}
</style>
</head>
<body vocab="http://schema.org/" prefix="oer:http://oerschema.org cc:http://creativecommons.org/ns dc:http://purl.org/dc/terms/">
<hax-psu>
<div class="load-wrapper">
<h1><span class="text">Create <span class="create">WEBSITES</span></span>
<div>
<span class="text">with </span><span class="hax">HAX</span>
</div>
</h1>
<p class="entice-wrapper"><span class="psu-entice">Part of <strong>Penn State</strong>?</span></p>
<div class="btn-wrapper">
<a tabindex="-1" href="/login.php">
<button class="btn">Start ></button>
</a>
<a tabindex="-1" href="https://oer.hax.psu.edu/bto108/sites/haxcellence/welcome">
<button class="btn btn2">Learn HAX</button>
</a>
</div>
</div>
</hax-psu>
<script type="module" src="./src/hax-psu.js"></script>
<!-- Google tag (gtag.js) -->
<script defer async src="https://www.googletagmanager.com/gtag/js?id=G-R2BH0HST7B"></script>
<script defer async>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R2BH0HST7B');
</script>
</body>
</html>