-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.html
228 lines (228 loc) · 10.3 KB
/
requirements.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>HackSpace - Requirements</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/requirements.css">
<link href="https://fonts.googleapis.com/css?family=Blinker&display=swap" rel="stylesheet">
</head>
<style media="screen">
@media (max-width: 1200px) {
.x {
font-size: 45px;
}
.sidebar {
width: 40vw;
}
.links-list li {
font-size: 40px;
}
.general {
display: inline-block;
}
.requirements-container {
grid-template-columns: repeat(auto-fill, 45%);
}
.sidebar-button {
height: 125px;
width: 125px;
font-size: 75px;
}
.sidebar-item {
padding: 17.5px 20px;
}
.requirements-header {
font-size: 100px;
}
.requirements-description {
font-size: 50px;
}
.requirements-container > * h1 {
font-size: 60px;
}
.requirements-container > * :not(h1) {
font-size: 40px;
}
.requirements {
padding: 30px;
}
}
</style>
<body style="text-align: center;">
<div id="sidebar" class="sidebar">
<ul style="margin-bottom: none;" class="links-list">
<li style="color: lightgrey; font-size: 20px; background-color: rgb(60,60,60);" class="sidebar-item sidebar-header"><a class="x" href="#">☰</a><a class="x hackspace" href="#">HackSpace</a></li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'index.html';"></div>
<a href="index.html" class="sidebar-link">Home</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'our-mission.html';"></div>
<a href="our-mission.html" class="sidebar-link">Our Mission</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'join.html';"></div>
<a href="join.html" class="sidebar-link">Why Join?</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'about-us.html';"></div>
<a href="about-us.html" class="sidebar-link">About Us</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'contact-us.html';"></div>
<a href="contact-us.html" class="sidebar-link">Contact Us</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'requirements.html';"></div>
<a href="requirements.html" class="sidebar-link">Requirements</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'projects.html';"></div>
<a href="projects.html" class="sidebar-link">Our Projects</a>
</li>
<li class="sidebar-item">
<div class="slider" onclick="window.location.href = 'faq.html';"></div>
<a href="faq.html" class="sidebar-link">FAQ</a>
</li>
</ul>
</div>
<div class="overlay"></div>
<a class="sidebar-button" href="#sidebar"><span class="center">☰</span></a>
<h1 class="requirements-header">Requirements</h1>
<br>
<p class="requirements-description">
HackSpace is a diverse organization, with many different roles to fill. Everything revolves around computer science, but many roles have no correlation to computers at all. The general requirements are requirements that all members must follow, and the special requirements are tailored towards your specifc role.
</p>
<div class="requirements-container">
<div class="general">
<h1 class="general-header">General Requirements</h1>
<div class="left">
<ul class="general-requirements-list">
<li>Must be in high school</li>
<li>Able and willing to set aside time to in-person meetings, online conference meetings, and asynchronous messaging through WhatsApp/Slack</li>
<li>Quick to respond and help with projects</li>
</ul>
</div>
<div class="right">
<ul class="general-requirements-list">
<li>Interest in computer science</li>
<li>Good team member to work and collaborate with</li>
<li>Able to work on current projects and tasks assigned multiple days</li>
<li>Able to attend meetings at least twice a month</li>
</ul>
</div>
</div>
<div class="special-requirements-container">
<div class="requirements requirements1">
<h1 class="requirement-header">Developer</h1>
<div class="description">
Developers specialize in programming and building the actual product being assigned. Developers must have a strong communication with the rest of the development team and the project manager.
for efficiency and asynchronous flow.
<h3 class="requirement-header">Requirements</h3>
<ul class="requirements-list">
<li>General knowledge of computers</li>
<li>Works well in a team environment</li>
<li>Works well in a virtual/remote team</li>
</ul>
</div>
</div>
<div class="requirements requirements2">
<h1 class="requirement-header">Designer</h1>
<div class="description">
Designers specialize in graphic design, and more specifically, desiging logos, mapping out user interfaces, editing photos and/or videos,
and editing website designs.
<h3 class="requirement-header">Requirements</h3>
<ul class="requirements-list">
<li>Able to come up with original, unique designs</li>
<li>Experience with photo editing/creating software</li>
<li>Able to design logos, website layouts, and user interfaces</li>
<li>Work quickly in short periods of time</li>
</ul>
</div>
</div>
<div class="requirements requirements4">
<h1 class="requirement-header">Quality Assurance Tester</h1>
<div class="description">
Quality assurance testers specialize in testing and giving feedback based on what the specified client
is looking for in their request, and addresses these changes directly to the project manager and to the development team. These
developers also help with bug testing the actual product.
<h3 class="requirement-header">Requirements</h3>
<ul class="requirements-list">
<li>Work quickly in short periods of time</li>
<li>Pay close attention to what the client needs</li>
</ul>
</div>
</div>
<div class="requirements requirements4">
<h1 class="requirement-header">Writer</h1>
<div class="description">
Writers will be in charge of our blog, which we post to weekly, and writers will write about topics
that HackSpace is up to, and also topics in general about computer science. These posts are usually
tailored towards high schoolers, and what would be interesting and helpful for them.
<h3 class="requirement-header">Requirements</h3>
<ul class="requirements-list">
<li>Good at researching</li>
<li>Able to work with other writers on what the topic is</li>
<li>Good at writing</li>
<li>Understand the format of blogging</li>
</ul>
</div>
</div>
<div class="requirements requirements4">
<h1 class="requirement-header">Social Media Marketer</h1>
<div class="description">
Social media marketers are people that maintain and upload to HackSpace social media accounts, including
Facebook, Instagram, our blog, and our podcast. They also market whatever event or product we are working on
<h3 class="requirement-header">Requirements</h3>
<ul class="requirements-list">
<li>Social media savvy</li>
<li>Good at aesthetics and design</li>
<li>Able to stay on schedule with what we're posting</li>
</ul>
</div>
</div>
<div class="requirements requirements4">
<h1 class="requirement-header">Recruiter</h1>
<div class="description">
Simply want to be a part of our organization? Recruiters go around recruiting potential members and report
their contact information to our communications team, along with some information about that person. It's a
very easy way to get involved.
<h3 class="requirement-header">Requirements</h3>
<ul class="requirements-list">
<li>Good at talking with people</li>
<li>Have access to a place with potential members</li>
<li>Be consistent with recruiting</li>
</ul>
</div>
</div>
<div class="requirements requirements4">
<h1 class="requirement-header">Organizer</h1>
<div class="description">
Organizers help with organizing any events or competitions HackSpace hosts. They deal with the schedule,
the features of the event, and how long it will last, according to our budget, time limit, and venue.
<h3 class="requirement-header">Requirements</h3>
<ul class="requirements-list">
<li>Very organized</li>
<li>Good at working with teammates</li>
<li>Proactive</li>
</ul>
</div>
</div>
<div class="requirements requirements4">
<h1 class="requirement-header">Producers</h1>
<div class="description">
Producers deal with the media side of things. Producers help with publishing and editing podcasts and videos,
and usually work closely with the design and marketing team.
<h3 class="requirement-header">Requirements</h3>
<ul class="requirements-list">
<li>Familiar with editing software</li>
<li>Understand how to edit and publish</li>
<li>Have a good understanding of design</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>