From f3442b162a18eb157c555765c7767b5ce1dd48af Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Fri, 14 Mar 2025 20:20:13 -0700 Subject: [PATCH] make cool arrows --- _layouts/roadmap.html | 45 ++++++++++++++++++++++++++++++++++--------- _sass/base.scss | 8 ++++++++ 2 files changed, 44 insertions(+), 9 deletions(-) diff --git a/_layouts/roadmap.html b/_layouts/roadmap.html index 0c132b8..3f9f3c1 100644 --- a/_layouts/roadmap.html +++ b/_layouts/roadmap.html @@ -68,7 +68,10 @@
Solution

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.


-

Learn more

+ + Learn more + + @@ -91,7 +94,10 @@
Solution

Create a crowdsourcing framework which makes it easy to publish signed review of code


-

Learn more

+ + Learn more + + @@ -114,7 +120,10 @@
Solution

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.


-

Learn more

+ + Learn more + + @@ -137,7 +146,10 @@
Solution

Create a bare-bones uni-kernel operating system which spins up a new VM for each build, and discards everything afterwards


-

Learn more

+ + Learn more + + @@ -159,7 +171,10 @@
Solution

Create a tool for using a single source of entropy to derive all cryptographic algorithms required


-

Learn more

+ + Learn more + + @@ -181,7 +196,10 @@
Solution

A framework for rapidly developing applications to perform transfer and staking cryptocurrency operations.


-

Learn more

+ + Learn more + + @@ -203,7 +221,10 @@
Solution

A minimal deterministic unikernel Linux distribution designed for managing secrets offline.


-

Learn more

+ + Learn more + + @@ -225,7 +246,10 @@
Solution

Leverage TPM2 to cryptoraphically attest to software that's running on a server


-

Learn more

+ + Learn more + + @@ -247,7 +271,10 @@
Solution

A minimal, immutable, and deterministic Linux unikernel build system targeting various Trusted Execution Environments for use cases that require high security and accountability.


-

Learn more

+ + Learn more + + diff --git a/_sass/base.scss b/_sass/base.scss index 3bbd919..5278b75 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -215,6 +215,13 @@ 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); @@ -276,6 +283,7 @@ a:hover { background: #1e1e1e; transform: scale(1.01); filter: unset; + cursor: pointer; } .roadmap .flex-container .flex-container-inner .text-well:hover .learn-more {