-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplications.html
178 lines (176 loc) · 6.13 KB
/
applications.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="robots"
content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"
/>
<title>Applications | CREATE Markham</title>
<meta
name="keywords"
content="CREATE Applications, Join CREATE, CREATE Markham Applications, Applications, CREATE Markham, CREATE, CREATEMarkham, CREATE Conference, Leadership, CREATE Conference Council, Leadership Conference"
/>
<meta
name="description"
content="Want to take part in the CREATE Markham Conference? Apply here!"
/>
<meta name="author" content="Andrew Qiao" />
<meta property="og:title" content="Applications | CREATE Markham" />
<meta
property="og:description"
content="Want to take part in the CREATE Markham Conference? Apply here!"
/>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://www.createmarkham.ca/applications"
/>
<meta property="og:site_name" content="CREATE Markham" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:title" content="Applications | CREATE Markham" />
<meta
name="twitter:description"
content="Want to take part in the CREATE Markham Conference? Apply here!"
/>
<meta name="twitter:card" content="summary_large_image" />
<link rel="canonical" href="https://www.createmarkham.ca/applications" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="shortcut icon" type="image/png" href="img/logo.png" />
<link rel="apple-touch-icon" sizes="180x180" href="img/logo.png" />
<script src="js/fittext.js"></script>
</head>
<body class="preload">
<div class="nav__button" id="navButton">
<p class="nav__button-text" id="navText">Menu</p>
</div>
<nav class="nav" id="nav">
<ul class="nav__items">
<li class="nav__item"><a href="/" class="nav__link">Home</a></li>
<li class="nav__item"><a href="team" class="nav__link">Team</a></li>
<li class="nav__item">
<a href="#" class="nav__link nav__link--current">Applications</a>
</li>
<li class="nav__item">
<a href="initiatives" class="nav__link">Initiatives</a>
</li>
<li class="nav__item">
<a href="gallery" class="nav__link">Gallery</a>
</li>
<li class="nav__item">
<a href="contact" class="nav__link">Contact</a>
</li>
</ul>
</nav>
<div class="circle circle--1"></div>
<div class="circle circle--2"></div>
<header>
<div class="heading">
<h1 class="page__title" id="responsiveText">Applications</h1>
</div>
</header>
<main>
<section class="section">
<div class="col-2 col-2--applications">
<div class="card card--story">
<h3 class="card__title">Activites Executive Application</h3>
<p class="card__text">
Applications for the CREATE Activities Executive position are due
by 11:59 PM on July 6.
</p>
<a
href="https://forms.gle/DxvnvAvbLWt72RCY9"
target="_blank"
class="btn btn--main"
>Apply!</a
>
</div>
<div class="card card--story">
<h3 class="card__title">
Graphics Marketing Executive Application
</h3>
<p class="card__text">
Applications for the CREATE Graphics Marketing Executive position
are due by 11:59 PM on July 6.
</p>
<a
href="https://forms.gle/B6x2X8M55JaekotN6"
target="_blank"
class="btn btn--main"
>Apply!</a
>
</div>
<div class="card card--story">
<h3 class="card__title">Media Marketing Executive Application</h3>
<p class="card__text">
Applications for the CREATE Media Marketing Executive position are
due by 11:59 PM on July 6.
</p>
<a
href="https://forms.gle/mpHMoSgFYktoWxyG6"
target="_blank"
class="btn btn--main"
>Apply!</a
>
</div>
<div class="card card--story">
<h3 class="card__title">Technology Chairperson Application</h3>
<p class="card__text">
Applications for the CREATE Technology Chairperson position are
due by 11:59 PM on July 6.
</p>
<a
href="https://forms.gle/VtbMJ9fW1CKWEsSBA"
target="_blank"
class="btn btn--main"
>Apply!</a
>
</div>
<div class="card card--story">
<h3 class="card__title">Treasurer Application</h3>
<p class="card__text">
Applications for the CREATE Treasurer position are due by 11:59 PM
on July 6.
</p>
<a
href="https://forms.gle/qaNYyFqZGsyC3GBbA"
target="_blank"
class="btn btn--main"
>Apply!</a
>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer__text">
<h4 class="footer__title">CREATE Markham</h4>
<a
href="mailto:[email protected]"
target="_blank"
class="footer__email"
>
</div>
<div class="footer__icons">
<a
href="https://www.instagram.com/createmarkham/"
target="_blank"
class="footer__button"
>
<img
src="img/icons/instagram-dark.svg"
alt="Instagram icon"
class="footer__icon"
/>
</a>
</div>
</footer>
<script src="js/scripts.js"></script>
<script>
window.fitText(document.getElementById("responsiveText"), 0.75);
</script>
</body>
</html>