-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply.html
52 lines (46 loc) · 2.24 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
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="theme-color" content="#EC3558">
<meta name="apple-mobile-web-app-status-bar-style" content="#EC3558">
<meta name="og:type" content="website">
<meta name="og:url" content="http://apps.uxsociety.org/eb-apply.html">
<link rel="shortcut icon" href="logo.png" type="image/x-icon" />
<meta name="og:image"
content="https://cdn.dribbble.com/users/1022481/screenshots/4293178/ilos_video_cover_image01.png">
<meta name="og:site_name" content="UX Society EB Applications">
<meta name="og:description" content="Become the next generation of design leaders. Apply to be an EB at UX Society.">
<meta name="description" content="Become the next generation of design leaders. Apply to be an EB at UX Society.">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<link rel="stylesheet" href="/stylesheets/minireset.css">
<link rel="stylesheet" href="/stylesheets/index.css">
<link rel="stylesheet" href="/stylesheets/main.css">
<title>UX Society EB Apps</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-40088075-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-40088075-7');
</script>
</head>
<body>
<div class="header">
<figure class="header__logo-container">
<a href="index.html"><img src="logo.png" alt="" class="header__logo-image" /></a>
</figure>
<h1 class="header__item">EB Primer ‘20-’21</h1>
<a onclick="alert('Sorry applications are now closed')" class="header__apply-link" style="cursor: pointer">Apply</a>
<!-- <a href="apply.html" class="header__apply-link">Apply</a> -->
</div>
<iframe style="height: 100vh" class="airtable-embed"
src="https://airtable.com/embed/shrAi2OIdamM34aqu?backgroundColor=purple" frameborder="0" onmousewheel=""
width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
</body>
</html>