Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoordinator-info.html
More file actions
Latest commit
87 lines (75 loc) · 2.69 KB
/
Copy pathcoordinator-info.html
File metadata and controls
87 lines (75 loc) · 2.69 KB
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;
}
.leaderh3 {
font-weight:700;
}
.leaderimg {
height:200px;
}
</style>
<imgid="logo" src="/logo.jpg" />
<h2class="text-center">
Outreach Coordination Team Information
</h2>
<divclass="button-wrapper">
<aclass="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>
<aclass="uk-button uk-button-primary"
href="mailto://scott.2275@osu.edu">
Questions? Email me at scott.2275@osu.edu
</a>
</div>
<divclass="uk-child-width-expand@s uk-grid-match" uk-grid>
<divclass="uk-width-1-1@m">
<divclass="uk-card uk-card-default uk-card-body">
<h2class="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>
<divclass="uk-child-width-expand@s uk-grid-match" uk-grid>
<divclass="uk-width-1-1@m">
<divclass="uk-card uk-card-default uk-card-body">
<h2class="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>
<divclass="uk-child-width-expand@s uk-grid-match" uk-grid>
<divclass="uk-width-1-1@m">
<divclass="uk-card uk-card-default uk-card-body">
<h2class="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>