-
Notifications
You must be signed in to change notification settings - Fork 1
/
apply.html
41 lines (36 loc) · 1.48 KB
/
apply.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Redirecting... | Open Web</title>
<link rel="stylesheet" type="text/css" href="css/app.css">
<!-- Open Graph data -->
<meta property="og:title" content="Join Open Web" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://openwebbu.org/apply" />
<meta property="og:image" content="http://openwebbu.org/img/join.png" />
<meta property="og:description" content="Applications for Spring 2019 are not yet open. Check back soon!" />
<!-- Typekit -->
<script src="https://use.typekit.net/oki2uhq.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<!-- Google Analytics -->
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49802010-3', 'auto');
ga('send', 'pageview');
window.location = "https://goo.gl/forms/aQqLmdhr0F4f8JQC2";
</script>
</head>
<body>
<section class="design-content">
<div class="row">
<div class="columns small-10 small-centered">
<h1>Redirecting...</h1>
</div>
</div>
</section>
</body>
</html>