-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathsupport.html
More file actions
70 lines (68 loc) · 2.34 KB
/
support.html
File metadata and controls
70 lines (68 loc) · 2.34 KB
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
---
# Copyright 2020 seL4 Project a Series of LF Projects, LLC.
# SPDX-License-Identifier: CC-BY-SA-4.0
title: Help & Open Source Support
layout: card
sub: '
<p>
Places for discussions, questions, suggestions on using seL4 for
when <a href="Learn/">docs</a> and <a href="About/FAQ.html">FAQ</a> are not
enough.
</p>
<p class="mt-2">
If you are encountering a problem getting your project running, have a question on
how things works, have an idea for improving something, or just want to share
your work, you can reach out on any of the channels below.
</p>'
---
<div class="card-grid-3">
{% include card.html
icon="envelope"
title="seL4 Developer Mailing List"
link="https://lists.sel4.systems/postorius/lists/devel.sel4.systems/"
link_text="Go"
link_class="mx-auto"
%}
{% include card.html
icon="chat-bubble-bottom-center-text"
title="seL4 Discourse Forums"
link="https://sel4.discourse.group/"
link_text="Go"
link_class="mx-auto"
%}
{% include card.html
center=true
icon="chat-bubble-left-right"
title="seL4 Mattermost Chat"
link="https://mattermost.trustworthy.systems/sel4-external/"
link_text="Go"
link_class="mx-auto"
%}
</div>
<div class="mt-4 md:mt-8 pb-16 sm:pb-24 mx-8">
<div class="grid grid-cols-1 sm:grid-cols-[35%_auto] lg:grid-cols-[30%_auto]
xl:grid-cols-[25%_auto] gap-8 lg:gap-16">
<img class="rounded-xl shadow-xl h-full w-full object-cover"
alt="a laptop with a zoom call, with a cup next to it"
src="images/hangout.jpg">
<div class="text-light">
<h3 class="mb-2 h3-size">
seL4 Video Hangout
</h3>
<p class="mb-4">
We host an <a href="https://unsw.zoom.us/j/82640784431">open video chat
hangout</a> every two weeks to bring seL4 users and developers together.
Dates and times are shown in the
<a href="stay-informed.html#calendar">seL4 calendar</a>.
</p>
<p class="mb-4">
There is no strict agenda, anybody can join for technical discussions about
seL4, related repositories and projects, or general questions and answers.
</p>
<p>
Members of the technical steering committee (TSC) will try to be there,
but these are not TSC meetings where formal decisions are made.
</p>
</div>
</div>
</div>