Compare commits

..

No commits in common. "52169ab1eb7ade6532bac38b1931cfbd4a3f6830" and "0d9b9455372d3e4ae9db0e1c6d343745585fea4b" have entirely different histories.

4 changed files with 4 additions and 9 deletions

View File

@ -40,7 +40,7 @@ footer: '2023 Distrust, LLC'
theme: jekyll-theme-console
permalink: blog/:title
permalink: blog/:title/
plugins:
- jekyll-feed

View File

@ -8,7 +8,7 @@
{%- include header.html -%}
<main>
<section class="flex-container extra-spacing">
<section class="flex-container">
<div class="flex-container-inner">
<div class="text-well">
<h2>Understand and mitigate security threats others won't see coming.</h2>
@ -36,7 +36,7 @@
</div> -->
<section class="extra-spacing">
<section class="">
<div class="flex-container-inner">
<div class="text-well">
<h2>We specialize in working with high risk clients.</h2>

View File

@ -69,7 +69,7 @@
<section class="flex-container">
<div class="flex-container-inner">
<div class="text-well">
<h3>[Stage<sup>x</sup>]</h3>
<h3>[Stageˣ]</h3>
<a href="https://codeberg.org/stagex/stagex" target="_blank" rel="noopener noreferrer">https://codeberg.org/stagex/stagex</a>
<p>Minimalism and security first repository of reproducible and multi-signed OCI images of common open source software toolchains full-source bootstrapped from Stage 0 all the way up.</p>
</div>

View File

@ -458,11 +458,6 @@ section {
margin-bottom: 24px;
}
.extra-spacing {
margin-top: 70px;
margin-bottom: 70px;
}
.companies {
display: flex;
justify-content: space-between;