-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
144 lines (130 loc) · 6.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>YSDN Grad Show 2016</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width; initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
<!--<script type="text/javascript" charset="utf-8" src="js/jquery.tubular.1.0.js"></script>
<script type="text/javascript" charset="utf-8" src="js/index.js"></script>-->
</head>
<div id="background"></div>
<div id="eyepeice"></div>
<body>
<div class="wrapper">
<img id="logo" src="logo.svg" onerror="this.onerror=null; this.src='image.png'">
<!--<h2>York/Sheridan Design Program</h2>-->
<!--<input id="Email" type="email" name="email" placeholder="Enter your email" autocomplete="off"></input>-->
<div class="desc">
<p><a href="http://design.yorku.ca">York/Sheridan Design Program</a></p></br>
<p>We'll soon be launching our Grad Show site. Subscribe to our email list to get updates about the event.</p>
</div>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//ysdn2016.us1.list-manage.com/subscribe/post?u=f33d9911c326699b7c6202723&id=73fa04b2c1" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" placeholder="Enter your email" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<!--<div class="mc-field-group">
<input type="text" placeholder="First Name" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<input type="text" placeholder="Last Name" name="LNAME" class="" id="mce-LNAME">
</div>-->
<div class="mc-field-group input-group hidden">
<p>Do you work in a Design/Creative Industry?</p>
<ul><li><input type="radio" value="1" name="group[7081]" id="mce-group[7081]-7081-0" class="industry"><label for="mce-group[7081]-7081-0">Yes</label></li>
<li><input type="radio" value="2" name="group[7081]" id="mce-group[7081]-7081-1" class="non_industry"><label for="mce-group[7081]-7081-1">No</label></li>
</ul>
</div>
<!--<div class="mc-field-group company hidden">
<input type="text" placeholder="Company" name="COMPANY" id="mce-COMPANY">
</div>-->
<div id="mce-responses hidden" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f33d9911c326699b7c6202723_73fa04b2c1" tabindex="-1" value=""></div>
<div class="clear subscribe_button hidden"><input type="submit" value="Get Updates" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<div class="bottom">
<div class="info">
<li><a href="https://www.google.com/calendar/event?action=TEMPLATE&tmeid=cWhiNHNhOWVvZHYzZ3Mwc29kNGp0cHVlbmMgaW50ZXJhY3RpdmUueXNkbjE2QG0&tmsrc=interactive.ysdn16%40gmail.com" target="_blank">April 18 - 19, 2016</a></li>
<li><a href="https://goo.gl/maps/rpwkdMwg5M52" target="_blank">Liberty Grand, Toronto, ON</a></li>
<li><a href="#" class="disabled" target="_blank">Facebook</a></li>
<li><a href="#" class="disabled" target="_blank">Twitter</a></li>
<li><a href="https://instagram.com/ysdn2016/" target="_blank">Instagram</a></li>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script>
<script>
$(document).ready(function () {
$( "#mce-EMAIL" ).focus(function() {
$('.input-group').removeClass( "hidden" );
$('#background').fadeOut( 500 );
});
$('.industry').click(function() {
$('.subscribe_button').removeClass( "hidden" );
});
$('.non_industry').click(function() {
$('.subscribe_button').removeClass( "hidden" );
$('.company').addClass( "hidden" );
});
var viewportHeight = $(window).height();
(function($) {
var $window = $(window),
$html = $('html');
function resize() {
if ($window.height() < 800) {
return $('.bottom').addClass( 'toshort' );
}
$('.bottom').removeClass('toshort');
}
$window
.resize(resize)
.trigger('resize');
})(jQuery);
});
</script>
<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-69210078-1', 'auto');
ga('send', 'pageview');
</script>
<script>
// DOM Ready
$(function() {
var originalBGeyepeice = $("#eyepeice").css("background-color"),
x, y, xy, bgWebKit, bgMoz,
lightColor = "rgba(255,255,255,0)",
gradientSize = 150;
$('#eyepeice').css({ background: "white" });
// Basic Demo
$('body').mousemove(function(e) {
x = e.pageX - this.offsetLeft;
y = e.pageY - this.offsetTop;
xy = x + " " + y;
bgWebKit = "-webkit-gradient(radial, " + xy + ", 145, " + xy + ", " + gradientSize + ", from(" + lightColor + "), to(rgba(255,255,255,1))), " + originalBGeyepeice;
bgMoz = "-moz-radial-gradient(" + x + "px " + y + "px 45deg, circle, " + lightColor + " 0%, " + originalBGeyepeice + " " + gradientSize + "px)";
$('#eyepeice')
.css({ background: bgWebKit })
.css({ background: bgMoz });
}).mouseleave(function() {
$(this).css({ background: originalBGeyepeice });
});
});
</script>
</html>