-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcommunity.html
69 lines (44 loc) · 2.04 KB
/
community.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
61
62
63
64
65
66
67
68
69
---
layout: default
title: Community
---
<div class="row">
<div class="span6">
<h1>
The openETCS Community website
</h1>
</div>
<div class="span3 events">
<p><a href="https://github.com/openETCS/ecosystem/wiki">Documentation</a></p>
<p><a href="https://github.com/openETCS/toolchain/issues">Report</a></p>
<p><a href="http://openetcs.org/community/">Community</a></p>
</div>
</div>
<div class="row">
<div class="feature span3">
<h2>Keep informed</h2>
<br></br>
<ul>
<li><a href="https://twitter.com/openETCS">Follow us on twitter</a></li>
</ul>
<a class="twitter-timeline" href="https://twitter.com/openETCS" data-widget-id="435742671273877504">Tweets von @openETCS</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div class="feature span3">
<h2>Don't miss our events</h2>
<br></br>
<ul>
<li><a href="http://openetcs.org/calendar/">Visit our public calendar</a></li>
</ul>
<iframe src="https://www.google.com/calendar/embed?showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=AGENDA&height=300&wkst=1&bgcolor=%23FFFFFF&src=openetcs.itea2%40gmail.com&color=%235A6986&ctz=Europe%2FBerlin" style=" border-width:0 " width="300" height="300" frameborder="0" scrolling="no"></iframe>
</div>
<div class="feature span3">
<h2>Keep up-to-date</h2>
<br></br>
<ul>
<li><a href="https://github.com/openETCS/governance/wiki/State-of-Deliverables">State of Deliverables</a></li>
<li><a href="https://github.com/openETCS/toolchain/wiki/Project-Management">toolchain workpackage</a></li>
<li><a href="https://github.com/openETCS/validation/wiki/Project-Management">Validation workpackage</a></li>
</ul>
</div>
</div>