Compare commits

..

No commits in common. "6d3c71e33a86190f15e3c659392df7d2ba75c288" and "1aaf8b248f27989f8733f60512428c88481c6578" have entirely different histories.

3 changed files with 11 additions and 46 deletions

View File

@ -79,10 +79,10 @@
<div class="flex-container-inner">
<ol dir="rtl" style="font-size: 30px; text-align: right">
<li>don't trust, verify</li>
<li>open source everything</li>
<li>insist on higest standards</li>
<li>move thoughtfully and improve things</li>
<li>open source everything</li>
<li>challenge the status quo</li>
<li>insist on higest standards</li>
</ol>
</div>
</section>

View File

@ -68,10 +68,7 @@
<h5>Solution</h5>
<p>Standardize code to remove all version control system specific items, leaving only functionality related code and produce a hash based on the tree of all necessary files.</p>
<br>
<a href="#roadmap" class="arrow-link">
Learn more
<span class="arrow">&#x2192;</span>
</a>
<p class="learn-more">Learn more</p>
</div>
</a>
</div>
@ -94,10 +91,7 @@
<h5>Solution</h5>
<p>Create a crowdsourcing framework which makes it easy to publish signed review of code</p>
<br>
<a href="#roadmap" class="arrow-link">
Learn more
<span class="arrow">&#x2192;</span>
</a>
<p class="learn-more">Learn more</p>
</div>
</a>
</div>
@ -120,10 +114,7 @@
<h5>Solution</h5>
<p>Bootstrap a compiler in a detrministic manner, then use that compiler to build all packages, reproduce the work on different systems, and cryptoraphically sign resulting hashes.</p>
<br>
<a href="#roadmap" class="arrow-link">
Learn more
<span class="arrow">&#x2192;</span>
</a>
<p class="learn-more">Learn more</p>
</div>
</a>
</div>
@ -146,10 +137,7 @@
<h5>Solution</h5>
<p>Create a bare-bones uni-kernel operating system which spins up a new VM for each build, and discards everything afterwards</p>
<br>
<a href="#roadmap" class="arrow-link">
Learn more
<span class="arrow">&#x2192;</span>
</a>
<p class="learn-more">Learn more</p>
</div>
</a>
</div>
@ -171,10 +159,7 @@
<h5>Solution</h5>
<p>Create a tool for using a single source of entropy to derive all cryptographic algorithms required</p>
<br>
<a href="#roadmap" class="arrow-link">
Learn more
<span class="arrow">&#x2192;</span>
</a>
<p class="learn-more">Learn more</p>
</div>
</a>
</div>
@ -196,10 +181,7 @@
<h5>Solution</h5>
<p>A framework for rapidly developing applications to perform transfer and staking cryptocurrency operations.</p>
<br>
<a href="#roadmap" class="arrow-link">
Learn more
<span class="arrow">&#x2192;</span>
</a>
<p class="learn-more">Learn more</p>
</div>
</a>
</div>
@ -221,10 +203,7 @@
<h5>Solution</h5>
<p>A minimal deterministic unikernel Linux distribution designed for managing secrets offline.</p>
<br>
<a href="#roadmap" class="arrow-link">
Learn more
<span class="arrow">&#x2192;</span>
</a>
<p class="learn-more">Learn more</p>
</div>
</a>
</div>
@ -246,10 +225,7 @@
<h5>Solution</h5>
<p>Leverage TPM2 to cryptoraphically attest to software that's running on a server</p>
<br>
<a href="#roadmap" class="arrow-link">
Learn more
<span class="arrow">&#x2192;</span>
</a>
<p class="learn-more">Learn more</p>
</div>
</a>
</div>
@ -271,10 +247,7 @@
<h5>Solution</h5>
<p>A minimal, immutable, and deterministic Linux unikernel build system targeting various Trusted Execution Environments for use cases that require high security and accountability.</p>
<br>
<a href="#roadmap" class="arrow-link">
Learn more
<span class="arrow">&#x2192;</span>
</a>
<p class="learn-more">Learn more</p>
</div>
</a>
</div>

View File

@ -215,13 +215,6 @@ a:hover {
color: white !important;
}
.text-well:hover .arrow {
transform: translateX(5px);
background: none !important;
background-color: var(--base-color);
color: white !important;
}
.arrow-link:hover {
background: none !important;
background-color: var(--base-color);
@ -283,7 +276,6 @@ a:hover {
background: #1e1e1e;
transform: scale(1.01);
filter: unset;
cursor: pointer;
}
.roadmap .flex-container .flex-container-inner .text-well:hover .learn-more {