-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
190 lines (173 loc) · 4.82 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
---
# Copyright 2020 seL4 Project a Series of LF Projects, LLC.
# SPDX-License-Identifier: CC-BY-SA-4.0
title: Home
redirect_from: /home.pml
---
<h1>The seL4<sup><sup>®</sup></sup> Microkernel</h1>
<h4>
Security is no excuse for bad performance
</h4>
<div class="highlight">
The benchmark for performance.<br />
The world's most highly assured OS kernel.<br />
Open source & community-supported under the seL4 Foundation.
</div>
<a href="news/">
<div class="news">
<div class="news-clearfix">
<div class="news-column news-title">
News
</div>
<div class="news-column news-content">
<ul>
{%- assign items = site.news-items | reverse -%}
{% for item in items limit: 3 %}
<li>
<strong>
{{ item.date | date: "%d %b %Y" }}: {{ item.title }}
</strong>
</li>
{% endfor %}
<li style="margin-top:0.2em;list-style-type:none">
more...
</li>
</ul>
</div>
</div>
</div>
</a>
<div class="homepage_grid">
<div class="homepage_item">
<a class="divLink" href="About/"></a>
<div class="hp_pic">
<img src="images/seL4.svg" style="width:150px;height:58px;" alt="seL4" />
</div>
<div class="hp_title">
What is seL4?
</div>
<div class="hp_text">
The world’s most high-assured operating system kernel
</div>
</div>
<div class="homepage_item">
<a class="divLink" href="Foundation"></a>
<div class="hp_pic">
<img src="images/sel4-foundation-logo.svg" style="width:200px;height:87px;" alt="seL4 Foundation" />
</div>
<div class="hp_title">
seL4 Foundation
</div>
<div class="hp_text">
Open source foundation for seL4 and its ecosystem. Want to join?
</div>
</div>
<div class="homepage_item">
<a class="divLink" href="contact"></a>
<div class="hp_pic">
<img src="images/contacts.png" style="width:160px;height:98px;" alt="Contacts" />
</div>
<div class="hp_title">
Stay in touch
</div>
<div class="hp_text">
Mailing lists, blog, contacts, chat
</div>
</div>
<div class="homepage_item">
<a class="divLink" href="Foundation/Services/"></a>
<div class="hp_pic">
<img src="images/services.png" style="width:110px;height:110px" alt="Contribute" />
</div>
<div class="hp_title">
Commercial Support
</div>
<div class="hp_text">
Endorsed service providers for seL4
</div>
</div>
<div class="homepage_item">
<a class="divLink" href="Use"></a>
<div class="hp_pic">
<img src="images/sel4_quad_low.jpg" style="width:200px;height:68px;" alt="seL4 quadcopter" />
</div>
<div class="hp_title">
Use
</div>
<div class="hp_text">
Build or retrofit your product to run on seL4
</div>
</div>
<div class="homepage_item">
<a class="divLink" href="Learn"></a>
<div class="hp_pic">
<img src="images/learning.jpg" style="width:200px;height:112px;" alt="Learn" />
</div>
<div class="hp_title">
Learn
</div>
<div class="hp_text">
Tutorials, documentation, courses
</div>
</div>
<div class="homepage_item">
<a class="divLink" href="Foundation/Support/"></a>
<div class="hp_pic">
<img src="images/support.png" style="width:150px;height:87px;" alt="Support" />
</div>
<div class="hp_title">
Support seL4
</div>
<div class="hp_text">
Funding the next big steps for the seL4 project
</div>
</div>
<div class="homepage_item">
<a class="divLink" href="Foundation/Trademark/"></a>
<div class="hp_pic">
<img src="images/scales.png" style="width:100px;height:76px;" alt="Branding" />
</div>
<div class="hp_title">
The seL4 Trademark
</div>
<div class="hp_text">
Compliance rules and promoting the brand
</div>
</div>
<div class="homepage_item">
<a class="divLink" href="Foundation/Summit/2024/"></a>
<div class="hp_pic">
<img src="images/sel4-summit-logo.svg" style="width:200px" alt="seL4 Summit" />
</div>
<div class="hp_title">
seL4 Summit
</div>
<div class="hp_text">
The annual summit organised by the seL4 Foundation.
</div>
</div>
<div class="homepage_item">
<a class="divLink" href="Contribute/"></a>
<div class="hp_pic">
<img src="images/contributing.jpg" style="width:200px;height:75px" alt="Contribute" />
</div>
<div class="hp_title">
Contribute
</div>
<div class="hp_text">
Contributing code, documentation, proofs
</div>
</div>
<div class="homepage_item">
<a class="divLink" href="Info/"></a>
<div class="hp_pic">
<img src="images/more_info.png" style="width:80px;height:95px;" alt="More info" />
</div>
<div class="hp_title">
Want to know more?
</div>
<div class="hp_text">
Research, roadmap, FAQ
</div>
</div>
</div>