-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (117 loc) · 5.9 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
<!DOCTYPE html>
<!--[if lte IE 6]><html class="preIE7 preIE8 preIE9"><![endif]-->
<!--[if IE 7]><html class="preIE8 preIE9"><![endif]-->
<!--[if IE 8]><html class="preIE9"><![endif]-->
<!--[if gte IE 9]><!--><html><!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" href="./favicon.ico">
<!-- Primary Meta Tags -->
<title>User Experience Society at Yale</title>
<meta name="title" content="UXSociety Yale">
<meta name="description" content="Nurturing human-centric design and engineering leaders at Yale University.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://uxsocietyyale.org/">
<meta property="og:title" content="UXSociety Yale">
<meta property="og:description" content="Nurturing human-centric design and engineering leaders at Yale University.">
<meta property="og:image" content="./images/preview.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://uxsocietyyale.org">
<meta property="twitter:title" content="UXSociety Yale">
<meta property="twitter:description" content="Nurturing human-centric design and engineering leaders at Yale University.">
<meta property="twitter:image" content="./images/preview.jpg">
<!-- Styles -->
<link rel="stylesheet" href="styling/main.css" type="text/css">
<link rel="stylesheet" href="styling/landing.css" type="text/css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
</head>
<body>
<div class="cursor-outer"><div class="cursor"></div></div>
<!-- <div class="poster">
<img src="images/poster-antef.png">
</div>
<div class="poster">
<img src="images/poster-pawel.png">
</div>
<div class="poster">
<img src="images/poster-portrait.jpg">
</div>
<div class="poster">
<img src="images/poster-playfest.png">
</div>
<div class="poster">
<img src="images/poster-he.jpg">
</div>
<div class="poster">
<img src="images/poster-innov.png">
</div>
-->
<div id="container">
<div id="logo">
<img src="images/logo.png">
</div>
<div id="landing" class="box" style="height:100vh;">
<div class="box-inner">
<div class="links">
<a href="request/">Work with us</a>
<!-- <a href="https://forms.gle/tHcBiiUrcyJG8Sx1A" target="_blank" style="color: #C31D7E;">Join us for Fall 2020</a> -->
<a href="" style="color: #C31D7E; pointer-events: none;">Join us for Fall 2020</a>
<a href="team.html">About UXSOCIETY</a>
</div>
<h1>Design <em>better</em> with User Experience Society.</h1>
<!--
<div class="news">
<marquee>Take care. Message us anytime if you want to talk design, and see you in the Fall!</marquee>
</div>
-->
</div>
<div id="newsletter-container">
<h3>Subscribe to our newsletter</h3>
<div class="newsletter">
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://gmail.us20.list-manage.com/subscribe/post?u=5d9deb15439ca8c25e27f2744&id=3a9365ecce" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
<!-- 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_5d9deb15439ca8c25e27f2744_3a9365ecce" tabindex="-1" value=""></div>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
<div class="side">
<p>User Experience Society is an undergraduate-run organization and consultancy at Yale. We're a community of designers, creatives, & product lovers spreading design.</p>
<a href="mailto:hello@uxsocietyyale.org">Say hello</a>
</div>
</div>
</div>
<div class="loader"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(window).on("load", function() {
$(".loader").fadeOut("200");
});
$(function() {
var prefix = function() {
var a = window.getComputedStyle(document.documentElement, ""),
b = (Array.prototype.slice.call(a).join("").match(/-(moz|webkit|ms)-/) || "" === a.OLink && ["", "o"])[1];
return "WebKit|Moz|MS|O".match(new RegExp("(" + b + ")", "i"))[1], "-" + b + "-"
}();
$(document).mousemove(function(e) {
mouseX = e.pageX + 15;
mouseY = e.pageY - $(window).scrollTop() + 15;
$('.cursor-outer').attr('style', prefix + 'transform:translate(' + mouseX + 'px,' + mouseY + 'px)');
});
$(document).on('mouseenter', 'a', function() {
$('.cursor').addClass('zooming');
}).on('mouseleave', 'a', function() {
$(".cursor").removeClass("zooming")
});
})
</script>
</body>
</html>