-
Notifications
You must be signed in to change notification settings - Fork 12
/
contact.html
60 lines (54 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
55
56
57
58
59
60
---
layout: default
scriptfiles:
- js/jqBootstrapValidation.js
- js/contact_me.js
---
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Contact
<small>Keep in touch with us!</small>
</h1>
<ol class="breadcrumb">
<li><a href="{{ site.baseurl }}/">Home</a>
</li>
<li class="active">Contact</li>
</ol>
</div>
</div>
<!-- /.row -->
<!-- Content Row -->
<div class="row">
<!-- Contact Form -->
<!-- In order to set the email address and subject line for the contact form go to the bin/contact_me.php file. -->
<!-- Initiative Contact Details Column -->
<div class="col-md-8">
<h3>GEMOC Initiative Contact Details</h3>
<p><i class="fa fa-envelope-o"></i>
<abbr title="Email">General mailing list</abbr>: <a href="https://sympa.inria.fr/sympa/info/gemoc-initiative">https://sympa.inria.fr/sympa/info/gemoc-initiative</a>
</p>
<p><i class="fa fa-envelope-o"></i>
<abbr title="Email">Advisory board</abbr>: <a href="mailto:board@gemoc.org">board@gemoc.org</a>
</p>
<p><i class="fa fa-envelope-o"></i>
<abbr title="Email">Webmaster</abbr>: <a href="mailto:webmaster@gemoc.org">webmaster@gemoc.org</a>
</p>
<ul class="list-unstyled list-inline list-social-icons">
<li>
<a href="https://twitter.com/gemocinitiative"><i class="fa fa-twitter-square fa-2x"></i></a>
</li>
<li>
<a href="https://github.com/gemoc"><i class="fa fa-github-square fa-2x"></i></a>
</li>
</ul>
</div>
<!-- Eclipse GEMOC Studio Contact Details Column -->
<div class="col-md-8">
<h3>Eclipse GEMOC Studio Contact Details</h3>
<p><i class="fa fa-external-link"></i>
<abbr title="Email">Dev and user mailing list about the Eclipse GEMOC Studio</abbr>: <a href="https://projects.eclipse.org/projects/modeling.gemoc/contact">https://projects.eclipse.org/projects/modeling.gemoc/contact</a> (Includes Mattermost channels and mailing lists).
</p>
</div>
</div>
<!-- /.row -->