forked from eiffel-community/eiffel-community.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsummit.html
70 lines (69 loc) · 3.35 KB
/
summit.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
70
<!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">
<meta charset="UTF-8">
</head>
<body>
<header class="header">
<div class="container">
<a class="header-logo no-underline-hover" href="/">
<img src="images/eiffel-logo.png" class="header-logo-image"/>
</a>
<nav class="header-nav">
<a class="header-footer-nav-link" href="https://github.com/eiffel-community/eiffel">Protocol</a>
<a class="header-footer-nav-link" href="./community.html">Community</a>
<a class="header-footer-nav-link" href="./summit.html">Eiffel Summit</a>
<a class="header-footer-nav-link no-underline-hover" href="https://www.youtube.com/channel/UC3Zx84ecQ1jyGSc9709xrZg">
<img src="images/youtube-channel-icon.png" class="header-nav-link-image"/>
</a>
<a class="header-footer-nav-link no-underline-hover" href="https://github.com/eiffel-community">
<img src="images/github-organization-icon.png" class="header-nav-link-image"/>
</a>
<a class="header-footer-nav-link no-underline-hover" href="https://groups.google.com/forum/#!forum/eiffel-community">
<img src="images/google-group-icon.png" class="header-nav-link-image"/>
</a>
</nav>
</div>
</header>
<section>
<div class="container">
<p class="splash-text-large">Eiffel Summit</p>
<p class="splash-text-small">
Currently there is no planned Eiffel summit in the near future.<br />
Reach out to the <a href="./community.html">Eiffel community</a> if you want to host one.
</p>
</div>
</section>
<section>
<div class="container bg-shade">
<h1 class="section-heading">Previous summits</h1>
<p class="section-paragraph">
<ul>
<li><a href="./archive/summit-2019-2.html">2019.2</a></li>
</ul>
</p>
</div>
</section>
<footer class="footer">
<div class="container">
<nav class="footer-nav">
<a class="header-footer-nav-link" href="https://groups.google.com/forum/#!forum/eiffel-community">Google Group</a>
<a class="header-footer-nav-link" href="https://join.slack.com/t/eiffel-workspace/shared_invite/enQtOTI3MzEzMzY4Mzg0LTA3NDVmNjgzZjk1YTFjNzk5OWE4MjExYzE1ODU1NzA1YzY5MzhlZmYxZmIwMzhiM2ExOWM4ZGJlYzdkN2M5OTE">Slack Workspace</a>
<a class="header-footer-nav-link" href="https://www.youtube.com/channel/UC3Zx84ecQ1jyGSc9709xrZg">YouTube Channel</a>
<a class="header-footer-nav-link" href="https://github.com/eiffel-community/eiffel">Eiffel protocol @ GitHub</a>
<a class="header-footer-nav-link" href="https://github.com/eiffel-community">Eiffel Community @ GitHub</a>
</nav>
</div>
<span class="footer-right-filler">
</span>
</footer>
</body>
</html>