-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathInfo.jsx
More file actions
248 lines (243 loc) · 9.39 KB
/
Copy pathInfo.jsx
File metadata and controls
248 lines (243 loc) · 9.39 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
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
import React from 'react';
import Link from 'next/link';
import ExternalLink from '../UI/ExternalLink';
import { applicationTallyURL } from '../Common/ApplyLink';
const Info = () => {
return (
<React.Fragment>
<div className="grid-x grid-padding-x u-margin-large--tb align-middle">
<div className="small-12 medium-10 large-6 cell">
<h2>
Every student needs someone to teach them what cannot be taught in school.{' '}
<a href="mailto:info@osoc.be?subject=Regarding osoc Coaching" title="Coach at osoc">
{/* className="link--strikethrough" */}
Mail us
</a>
</h2>
<ul className="u-margin hero-text">
<li>
This is your chance to <strong>share your knowledge</strong> and give back to
community.
</li>
<li>
In the meantime you will grow your own abilities to{' '}
<strong>lead a diverse team</strong>.
</li>
<li>
#osoc has a powerful network you can benefit from for{' '}
<strong>future opportunities</strong>.
</li>
<li>
Do not underestimate what these students can teach you either; their{' '}
<strong>fresh perspectives and energy</strong> are addictive.
</li>
</ul>
<p>
Apply now for osoc 2024 via the{' '}
<ExternalLink href={applicationTallyURL} title="osoc 2024 application">
following link
</ExternalLink>
</p>
</div>
<div className="medium-8 large-6 cell">
<img
src="/img/pictures/osoc16-coaches-student-happy.jpg"
className="u-margin--b"
alt="A happy coach and a happy student"
/>
<p>
<small>Open summer of code 2016 — a proud coach and a happy student</small>
</p>
</div>
</div>
<div className="grid-x grid-padding-x u-margin-large--tb" id="support-partners">
<div className="medium-8 large-7 cell">
<h2>Guide a team of motivated students to success for one month.</h2>
</div>
<div className="medium-12 large-10 large-offset-1 cell">
<table className="c-pricing u-hide-for-medium-down">
<thead>
<tr>
<th className="c-package" width="25%">
<span className="c-package__name">
<img
src="../img/logo/logo-osoc-o.svg"
alt=""
className="c-package__fruit--lemon"
/>{' '}
Half-time
<br />
coach
</span>
<p className="c-package__info">Help one team bring their project to life.</p>
</th>
<th className="c-package" width="25%">
<span className="c-package__name">
<img
src="../img/logo/logo-osoc-o-small.svg"
alt=""
className="c-package__fruit--strawberry"
/>{' '}
Full-time
<br />
coach
</span>
<p className="c-package__info">Help 2 teams achieve their goals.</p>
</th>
<th className="c-package" width="25%">
<span className="c-package__name">
<img
src="../img/logo/logo-osoc-c.svg"
alt=""
className="c-package__fruit--lemon"
/>{' '}
Volunteer or councillor
</span>
<p className="c-package__info">
You're awesome and you just want to contribute, in your way!
</p>
</th>
<th className="c-package" width="25%">
<span className="c-package__name">
<img
src="../img/logo/logo-osoc-s.svg"
alt=""
className="c-package__fruit--snake"
/>{' '}
Partner <br /> coach
</span>
<p className="c-package__info">
Get a discount as a partner if you're coaching your own team.
</p>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<p className="c-package__price">€ 2 880</p>
Excluding VAT.
</td>
<td>
<p className="c-package__price">€ 5 760</p>
Excluding VAT.
</td>
<td>
<p className="c-package__price">Let's talk!</p>
Let's see what we can mean to each other.
</td>
<td>
<p className="c-package__price">
Discover our <br />
<Link href="/partners">partner deals</Link>{' '}
</p>
</td>
</tr>
</tbody>
</table>
<section className="c-pricing u-padding--rl u-hide-for-medium-up">
<article>
<h2 className="c-package__name">
<img src="../img/logo/logo-osoc-o.svg" alt="" className="c-package__fruit--lemon" />
Half-time coach
<br />
<span className="c-package__price">Earn € 2 880</span>
</h2>
<p className="c-package__info">Help one team bring their project to life.</p>
</article>
<article>
<h2 className="c-package__name">
<img
src="../img/logo/logo-osoc-o-small.svg"
alt=""
className="c-package__fruit--lemon"
/>
Full-time coach
<br />
<span className="c-package__price">Earn € 5 760</span>
</h2>
<p className="c-package__info">Help 2 teams achieve their goals.</p>
</article>
<article className="u-margin-large--b">
<h2 className="c-package__name">
<img src="../img/logo/logo-osoc-c.svg" alt="" className="c-package__fruit--melon" />
Volunteer or councillor
<br />
<span className="c-package__price">Let's talk!</span>
</h2>
<p className="c-package__info">
You're awesome and you just want to contribute, in your way!
</p>
</article>
<article className="u-margin-large--b">
<h2 className="c-package__name">
<img src="../img/logo/logo-osoc-s.svg" alt="" className="c-package__fruit--snake" />
Partner coach
<br />
<span className="c-package__price">
Discover our <Link href="/partners">partner deals</Link> .
</span>
</h2>
<p className="c-package__info">
Get a discount as a partner if you're coaching your own team.
</p>
</article>
</section>
</div>
</div>
<div className="grid-x grid-padding-x u-margin-large--tb">
<div className="medium-8 large-4 cell large-offset-1">
<p>The coaching job includes:</p>
<ul>
<li>1 or 2 student selection nights</li>
<li>1 or 2 brainstorm sessions with the partner</li>
<li>During: kick-off day, 14 (half) days of coaching & Demo Day.</li>
</ul>
<p>
Want to discover more about what the coaching job entails? Visit our{' '}
<Link href="https://help.osoc.be/global/coaches/the-coaching-job/soft-skills-and-expectations">
wiki
</Link>{' '}
.
</p>
<p>
<Link href="/practical">Visit our FAQ</Link> to learn more, or send us{' '}
<a href="mailto:info@osoc.be?subject=Regarding osoc Coaching" title="Coach at osoc">
a message
</a>
.
</p>
<p className="u-margin-large--tb">
<a
className="button"
href="mailto:info@osoc.be?subject=Regarding osoc Coaching"
title="Coach at open summer of code"
>
Mail us to apply
</a>
</p>
</div>
<div className="medium-8 large-6 cell">
<img
src="/img/pictures/osoc16-harry-roberts.jpg"
className="u-margin--b"
alt="Students working out"
/>
<p>
<small>
Harry Roberts{' '}
<ExternalLink
href="https://twitter.com/csswizardry"
title="Harry Roberts Twitter handle @csswizardry"
>
@csswizardry
</ExternalLink>{' '}
showing our students how CSS is done at open summer of code 2016.
</small>
</p>
</div>
</div>
</React.Fragment>
);
};
export default Info;