-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (109 loc) · 5.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-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" />
<link rel="shortcut icon" href="logo.png" type="image/x-icon" />
<meta name="og:image" content="uxapps.jpg" />
<meta name="og:site_name" content="UX Society Apps" />
<meta name="og:description"
content="UXSoc's Offical Application Platform for Executive Board, Associate Vice President and Officer positions. Apply now for a position at UX Society!" />
<meta name="description"
content="UXSoc's Offical Application Platform for Executive Board, Associate Vice President and Officer positions. Apply now for a position at UX Society!" />
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet" />
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" /> -->
<!-- reset -->
<link rel="stylesheet" href="/stylesheets/minireset.css" />
<!-- new stylesheet -->
<link rel="stylesheet" href="/stylesheets/index.css" />
<link rel="stylesheet" href="/stylesheets/main.css" />
<title>UX Society Apps</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160012230-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-160012230-1');
</script>
</head>
<body class="primer">
<div class="officer-primer">
<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">UXSoc Apps '20-'21</h1>
<div class="button-nav">
<a href="/eb/index.html" class="header__primer-link">Primer</a>
<a href="/eb/apply.html" class="header__apply-link">Apply</a>
<!-- <a onclick="alert('Applications are still closed. It will open on April 13, 2020 at 12:00 AM')" class="header__apply-link"
style="cursor: pointer">Apply</a> -->
</div>
</div>
<section>
<h1 class="title">New Structure</h1>
<p class="main__spiel">
Over the past few years, UXSociety as an organization has been growing at a rapid pace,
this year to a
grand total of 338 members, with many new projects, initiatives and clientwork. To better serve our
organization, we have <strong>expanded our EB structure</strong> to best accommodate the growing vision.
This year, we
are introducing a new structure with <strong>Associate Vice Presidents</strong> under each Vice
President Department, as
well as changes to the existing departments.
<br><br>
Please note that the <strong>current application period</strong> is only for <strong>the Top 3 and the
Vice
Presidents</strong>. The AVP
run will happen during Intersession.
</p>
<img src="org_structure.png" alt="org structure" class="org_structure">
<img src="org_structure_mobile.png" alt="org structure" class="org_structure_mobile">
<div class="schedule">
<h1 class="title">EB Application Schedule</h1>
<div class="card-wrapper">
<div class="card-container">
<div class="card-body">
<h4 class="month">April</h4>
<h1 class="dates">15 - 25</h1>
</div>
<div class="card-footer">
Form Application
</div>
</div>
<div class="card-container">
<div class="card-body">
<h4 class="month">April</h4>
<h1 class="dates">18 - 29</h1>
</div>
<div class="card-footer">
Interview Period
</div>
</div>
<div class="card-container">
<div class="card-body">
<h4 class="month">April - May</h4>
<h1 class="dates">30 - 3</h1>
</div>
<div class="card-footer">
Deliberation Period
</div>
</div>
</div>
</div>
</section>
<div class="footer">
Passionately made by User Experience Society.
</div>
</div>
</body>
</html>