-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcontact.html
More file actions
53 lines (49 loc) · 1.71 KB
/
Copy pathcontact.html
File metadata and controls
53 lines (49 loc) · 1.71 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
---
# Copyright 2020 seL4 Project a Series of LF Projects, LLC.
# SPDX-License-Identifier: CC-BY-SA-4.0
title: Contact
layout: card
redirect_from:
- /contact/home.pml
- /contact/index.html
- /Foundation/Contact/index.html
---
<div class="mx-auto max-w-7xl -mt-12 pb-16 lg:pb-20">
<div class="grid grid-cols-1 lg:grid-cols-2 gap-x-8 xl:gap-x-14 gap-y-18">
<div class="max-w-xl mx-auto">
{% include contact-item.html
icon="chat-bubble-left-right"
text='If you need help and open source support using or developing on seL4, visit the
<a href="support.html">
Help & Open Source Support page</a>.'
%}
{% include contact-item.html
icon="rocket-launch"
text='If you are after professional commercial support, see the list of
<a href="Services/index.html">
Endorsed Service Providers</a>.'
%}
{% include contact-item.html
icon="bug-ant"
text='To report or discuss a potential security vulnerability, follow the
<a href="https://github.com/seL4/seL4/blob/master/SECURITY.md">
Vulnerability disclosure policy</a>.'
%}
</div>
<div class="max-w-xl mx-auto">
{% include contact-item.html
icon="envelope"
text='For requests or queries about community moderation based on the
<a href="https://docs.sel4.systems/processes/conduct.html">seL4 Code
of Conduct</a>, email'
email="moderation@sel4.systems"
%}
{% include contact-item.html
icon="envelope"
text='For information about the seL4 Foundation, or anything that can't be
discussed in public, or anything else not covered above, email'
email="foundation@sel4.systems"
%}
</div>
</div>
</div>