-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsummit-2020-1.html
64 lines (64 loc) · 2.77 KB
/
summit-2020-1.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
<!DOCTYPE html>
<html>
<head>
<title>Eiffel Online Summit</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">
<script src="js/csi.min.js"></script>
</head>
<body class="container">
<div data-include="includes/header.html"></div>
<section>
<div>
<p class="splash-text-large">Eiffel Online Summit 2020.1 hosted by Ericsson</p>
<p class="splash-text-small">
Welcome everyone to the Eiffel Online Summit 2020.1
</p>
</div>
</section>
<section>
<div>
<h1 class="section-heading">The practicals</h1>
<p class="section-paragraph">
<ul>
<li>Where: <a target="_blank" href="https://video.meet.ericsson.net/webapp/[email protected]">Microsoft Teams Meeting</a></li>
<li>When : 25th of May, 13:00 - 15:00 CEST</li>
<li>How: Click <a target="_blank" href="https://video.meet.ericsson.net/webapp/[email protected]">here</a> to join from your browser or app<br/>To join from Non-Ericsson video device: Dial [email protected], enter the VTC Conference ID 1278161096 followed by #</li>
</ul>
</p>
<h1 class="section-heading">Agenda</h1>
<p class="section-paragraph">
We're not giving you complete agenda. But this is how we are thinking of structuring these two hours.
</p>
<p class="section-paragraph">
<ul>
<li>Status updates - what is going on in different companies and groups? E.g. who is who in the community? Updates from Axis, Ericsson and CDF.
</li>
<li>Spring cleaning - get GitHub in shape! And decide who's gonna be responsible for what.</li>
</ul>
</p>
</div>
</section>
<section>
<div>
<h1 class="section-heading">Other summits</h1>
<p class="section-paragraph">
<ul>
<li><a href="summit-2019-2.html">Summit 2019-2</a></li>
<li><a href="summit-2021-1.html">Summit 2021-1</a></li>
<li><a href="summit-2022-1.html">Summit 2022-1</a></li>
<li><a href="summit-2023-1.html">Summit 2023-1</a></li>
<li><a href="summit.html">Summit 2024-1</a></li>
</ul>
</p>
</div>
</section>
<div data-include="includes/footer.html"></div>
</body>
</html>