-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcommunity.html
42 lines (37 loc) · 1.99 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
<!DOCTYPE html>
<html>
<head>
<title>Eiffel</title>
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="./images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel='stylesheet' href='./css/index.css'>
<meta name="theme-color" content="#ffffff">
<script src="./js/csi.min.js"></script>
</head>
<body class="container">
<div data-include="./includes/header.html"></div>
<section>
<div>
<h1 class="section-heading">Contact</h1>
<p class="centered-text">Join our <a href="https://groups.google.com/forum/#!forum/eiffel-community">Google Group</a> to join the conversation on the Eiffel protocol and its implementations.</p>
<p class="centered-text"> You can find a <a href="https://github.com/eiffel-community/community/blob/master/PROJECTS.md">list of maintainers</a> in
the Eiffel community repository.</p>
<p class="centered-text">You are welcome to join our <a href="https://join.slack.com/t/eiffel-workspace/shared_invite/zt-1nuw8446s-Dlv5xsItI7QaWj56s4mLdg">Slack Workspace</a>.</p>
</div>
</section>
<section>
<div>
<h1 class="section-heading">Browse the ecosystem</h1>
The Eiffel ecosystem contains projects that use the Eiffel protocol, both sending and consuming. For details on these projects check them out in the <a href="https://github.com/eiffel-community">eiffel-community organization on GitHub</a>.
<figure>
<object class="figure" type="image/svg+xml" data="./src/landscape.svg"></object>
<figcaption>The Eiffel landscape.</figcaption>
</figure>
</div>
</section>
<div data-include="includes/footer.html"></div>
</body>
</html>