forked from FLOSSforScience/FLOSSforScience.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
54 lines (44 loc) · 2.19 KB
/
contact.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
---
layout: contact
title: Contact
permalink: /contact/
---
<div class="container mtb">
<div class="row">
<div class="col-lg-8">
<h4>Get In Touch!</h4>
<div class="hline"></div>
<br>
If you like to contact us, please send us an <a href="mailto:{{site.email}}">e-mail</a> or a message on
{% for network in site.social %}
{% if network.title == 'twitter' %}
<a href="{{network.url}}" target="new">Twitter</a>.
{% endif %}
{% endfor %}
<h4> Leave us an audio message
<iframe src="https://www.speakpipe.com/widget/inline/dxhuxmh65p1eqtdaffhvw34qltperi79" allow="microphone" width="100%" height="200" frameborder="0"></iframe>
<script async src="https://www.speakpipe.com/widget/loader.js" charset="utf-8"></script>
<h4>Contributing!</h4>
<div class="hline"></div>
<br>
If you like to contribute to our project, please create an issue <a href="https://github.com/FLOSSforScience/crowdsourcingcontent">here</a>. You can either suggest a subject or some specific software/organization, you like to have an episode about. Or if you or someone is interested to be interviewed, you can sugget an episode there too.
</div>
<div class="col-lg-4">
<h4>Our Address</h4>
<div class="hline"></div>
<p>
{% for line in site.address.first.lines %}
{{ line }} <br>
{% endfor %}
</p>
<p>
{% if site.email %}email: <a href="mailto:{{site.email}}"> {{site.email}} </a><br/>{% endif %}
{% for network in site.social %}
{% if network.title != 'rss' %}
{{network.title}}: <a href="{{network.url}}">@{{network.name}}</a><br/>
{% endif %}
{% endfor %}
{% if site.tel %}Tel: {{site.tel}} {% endif %}
</p>
</div>
</div>