forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
46 lines (45 loc) · 1.24 KB
/
signup.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
---
layout: page
title: Become a DSG member
permalink: /team/signup
---
<div id="dsg_signup" class="container">
<div class="row">
Interested in what we do? Do you want to do something similar, or even better
something no-one thought before?
You are always welcome to join our team. To do so, you can:
<ul>
<li>
Speak to one of the supervisors:
<a href="{{ site.baseurl }}/team/karkanis-stavros/">Stavros A.
Karkanis</a> and <a href="{{ site.baseurl }}/team/spyrou-vaggelis/">
Vaggelis Spyrou</a>.
</li>
<li>
Speak to any of the current team members. You can find
<a href="{{ site.baseurl }}/team/">here</a> who they are ;)
</li>
<li>
Send an e-mail at <a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
Send us a message on our <a href="https://www.facebook.com/dsg.teiste">
Facebook page</a>
</li>
<li>Use the following form:</li>
</ul>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSfnQwUIw6hcrKLLD_8Z3tpQse8BSRfX1-Q-befMt1sibbAmgg/viewform?embedded=true"
width="100%"
height="1200"
frameborder="0"
marginheight="0"
marginwidth="0">
Loading...
</iframe>
</div>
</div>
</div>