-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoordinator-info.html
87 lines (75 loc) · 2.69 KB
/
coordinator-info.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
---
layout: page
title: Coordinator Information
permalink: /coordinator-info
---
<style>
#logo {
width: 500px;
display: block;
margin: 0 auto 20px auto;
}
.button-wrapper {
text-align: center;
margin-top: 10px;
margin-bottom: 20px;
}
.leader {
border-radius: 5px;
width: 250px;
margin: 0 auto;
}
.leader h3 {
font-weight: 700;
}
.leader img {
height: 200px;
}
</style>
<img id="logo" src="/logo.jpg" />
<h2 class="text-center">
Outreach Coordination Team Information
</h2>
<div class="button-wrapper">
<a class="uk-button uk-button-primary"
href="https://docs.google.com/forms/d/e/1FAIpQLSd693_Ltggkb-Ns3tVhpZczCXhbDt-XpHPwPGsoT0CeUsgRwA/viewform?usp=sf_link"
target="blank" rel="noopener">
Sign Up!
</a>
<a class="uk-button uk-button-primary"
href="mailto://[email protected]">
Questions? Email me at [email protected]
</a>
</div>
<div class="uk-child-width-expand@s uk-grid-match" uk-grid>
<div class="uk-width-1-1@m">
<div class="uk-card uk-card-default uk-card-body">
<h2 class="uk-card-title">What does Code 4 Community do?</h2>
<p>
We strive to help the Columbus community through computer science outreach. During our weekly meetings
we build learning modules. Then, we present them to students at local schools during our workshops.
</div>
</div>
</div>
<div class="uk-child-width-expand@s uk-grid-match" uk-grid>
<div class="uk-width-1-1@m">
<div class="uk-card uk-card-default uk-card-body">
<h2 class="uk-card-title">What are we looking for?</h2>
<p>
We are looking for student volunteers to help coordinate our outreach events (workshops). This would
involve finding new schools in the Columbus area for outreach, corresponding with old and new school
contacts to plan outreach events, and working with club leadership when planning these events.
</div>
</div>
</div>
<div class="uk-child-width-expand@s uk-grid-match" uk-grid>
<div class="uk-width-1-1@m">
<div class="uk-card uk-card-default uk-card-body">
<h2 class="uk-card-title">Who is qualified for this volunteer position?</h2>
<p>
Anyone who is organized and has good people skills! You do not need to know how to code! This is a great resume builder for anyone looking to
demonstrate that they value community service and have strong soft skills when speaking with prospective
employers.
</div>
</div>
</div>