Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions Summit/2026/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,13 @@
%}

<div class="mt-2 sm:mt-4">
{% include sep-header.html text = "Silver" %}
{%- assign sponsors = site.data.sponsors.summit-2026.silver | sort_natural: "name" -%}
{%- include sponsor-info.html -%}

{% include sep-header.html text = "Reception" %}
{%- assign sponsors = site.data.sponsors.summit-2026.reception | sort_natural: "name" -%}
{%- include sponsor-info.html -%}
{% include sep-header.html text = "Reception" %}
{%- assign sponsors = site.data.sponsors.summit-2026.reception | sort_natural: "name" -%}
{%- include sponsor-info.html -%}
</div>

{% include section-end.html %}
7 changes: 7 additions & 0 deletions _data/sponsors.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"summit-2026":
{
"silver": [
{
"name": "Proofcraft",
"logo": "proofcraft.svg",
"url": "https://proofcraft.systems"
}
],
"reception": [
{
"name": "Riverside Research",
Expand Down
28 changes: 28 additions & 0 deletions _news-items/2026-04-17-proofcraft-sponsor.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# Copyright 2026 seL4 Project a Series of LF Projects, LLC.
# SPDX-License-Identifier: CC-BY-SA-4.0
title: Thank you Proofcraft, silver sponsor of the seL4 Summit 2026

img: /Foundation/Membership/LOGOS/proofcraft.svg
alt: Proofcraft Logo
link: https://proofcraft.systems
---

<p>
The seL4 Foundation thanks <a
href="https://proofcraft.systems">Proofcraft</a>, silver sponsor of the <a
href="{{ '/Summit/2026/' | relative_url }}">seL4 Summit 2026</a>.
</p>
<p>
Founded by the seL4 verification leaders, <a
href="https://proofcraft.systems">Proofcraft</a> offers commercial support
and projects in formal verification in general, and involving seL4
specifically. By applying mathematical machine-checked software verification,
Proofcraft increases critical software systems' reliability, safety and
security, for a verified future.
</p>
<p>
See <a href="https://events.linuxfoundation.org/sel4-summit/sponsor/">here</a>
if you are interested in sponsoring the <a href="{{ '/Summit/2026/' |
relative_url }}">seL4 Summit 2026</a>.
</p>
Loading