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 @@
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 @@Create a crowdsourcing framework which makes it easy to publish signed review of code
Learn more
+ + Learn more + → + @@ -114,7 +120,10 @@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 @@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 @@Create a tool for using a single source of entropy to derive all cryptographic algorithms required
Learn more
+ + Learn more + → + @@ -181,7 +196,10 @@A framework for rapidly developing applications to perform transfer and staking cryptocurrency operations.
Learn more
+ + Learn more + → + @@ -203,7 +221,10 @@A minimal deterministic unikernel Linux distribution designed for managing secrets offline.
Learn more
+ + Learn more + → + @@ -225,7 +246,10 @@Leverage TPM2 to cryptoraphically attest to software that's running on a server
Learn more
+ + Learn more + → + @@ -247,7 +271,10 @@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 {