-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapply.html
More file actions
116 lines (105 loc) · 4.73 KB
/
apply.html
File metadata and controls
116 lines (105 loc) · 4.73 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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<!-- Title -->
<title>vhHacks 2020</title>
<!-- Place favicon.ico in the icon directory -->
<link rel="icon" href="icon/favicon.ico">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="icon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Plugin-CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/animate.css">
<!-- Main-Stylesheets -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
*{
color: inherit;
}
.freebirdFormviewerViewNavigationPasswordWarning{
color: white;
}
.freebirdFormviewerViewHeaderThemeStripe{
display: none;
}
</style>
</head>
<body data-spy="scroll" data-target="#primary-menu">
<div class="preloader">
<div class="sk-folding-cube">
<div class="sk-cube1 sk-cube"></div>
<div class="sk-cube2 sk-cube"></div>
<div class="sk-cube4 sk-cube"></div>
<div class="sk-cube3 sk-cube"></div>
</div>
</div>
<div style="background: linear-gradient(to bottom, #1582BD, black);">
<div class="text-center">
<a href="index.html" style="display: inline-block; padding-top: 5vh">
<img src="images/logos/homeicon.png" class="d-inline-block signuphome" style="max-height:50px">
</a>
</div>
<img src="images/website-decor/diver.svg" class="diver px-5 mobile-unfriendly" style="left: 4vw; position: absolute">
<div class="container text-center px-5">
<div class="text-center py-5">
<a href="https://forms.gle/DjfrADjYh7rEjd3J7" class="button-white">Not looking right? Click to the Mobile Version</a>
</div>
<div style="background: rgba(255,255,255,0.5); display:inline-block; border-radius: 20px; padding: 20px 0px">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScDchFeaylQkTSpcw5eDQOdrRmDr0XHLLqN_nh7u3ii9WknCQ/viewform?embedded=true" width="640" height="3450" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</div>
<footer class="footer-area relative" id="contact-page">
<img class="mobile-unfriendly" src="images/website-decor/Sea_Floor.svg" style="position: absolute">
<img src="images/website-decor/angler.svg" class="mobile-unfriendly" id="angler">
<div class="full-height footer-txt">
<div class="container text-center">
<img src="images/logos/vhhacksclear.png" style="width: 200px">
</div>
</div>
</footer>
</div>
<!--Vendor-JS-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"
integrity="sha384-6khuMg9gaYr5AxOqhkVIODVIvm9ynTT5J4V1cfthmT+emCG6yVmEZsRHdxlotUnm"
crossorigin="anonymous"></script>
<!--Plugin-JS-->
<script src="js/owl.carousel.min.js"></script>
<script src="js/scrollUp.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/wow.min.js"></script>
<!--Main-active-JS-->
<script src="js/main.js"></script>
<script src="js/navbarscroll.js"></script>
<script src="js/particles.js"></script>
<script src="js/app.js"></script>
<!--<script src="js/daynight.js"></script>-->
<script>
$(document).ready(function(){
if($(window).width() < 800){
window.location.href = "https://forms.gle/h9K7BRuJ8okZ6tKT8";
}
})
</script>
</body>
</html>