update powered by section
This commit is contained in:
parent
0622b62643
commit
199885d2eb
|
@ -455,32 +455,39 @@
|
|||
|
||||
<section style="margin-top: 40px;" class="flex-container powered-by">
|
||||
<div class="flex-container-inner">
|
||||
<a href="https://whitepaper.turnkey.com/foundations#abstract" target="_blank" rel="noopener noreferrer">
|
||||
<div class="text-well card">
|
||||
<h4>Turnkey</h4><p>Using StageX and ReprOS to improve their supply chain security story.</p>
|
||||
</div>
|
||||
</a>
|
||||
<div class="text-well card">
|
||||
<img src="assets/base/companies/turnkey-black.svg" style="filter: invert(100)">
|
||||
<p>Using StageX and ReprOS to improve their supply chain security story.</p>
|
||||
<a href="https://whitepaper.turnkey.com/foundations#abstract" rel=”noopener noreferrer” target="_blank" class="arrow-link">
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-container-inner">
|
||||
<a href="https://github.com/MystenLabs/sui/issues/13476" target="_blank" rel="noopener noreferrer">
|
||||
<div class="text-well card">
|
||||
<h4>Mysten Labs</h4>
|
||||
<p>The SUI cryptocurrency is leveraging StageX to build their nodes in a deterministic manner in order to eliminate single points of failure.</p>
|
||||
</div>
|
||||
</a>
|
||||
<div class="text-well card">
|
||||
<img src="assets/base/companies/mysten-labs-white.svg" style="width: 250px">
|
||||
<p>The SUI cryptocurrency is leveraging StageX to build their nodes in a deterministic manner in order to eliminate single points of failure.</p>
|
||||
<a href="https://github.com/MystenLabs/sui/issues/13476" rel=”noopener noreferrer” target="_blank" class="arrow-link">
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-container-inner">
|
||||
<a href="Talos Linux" target="_blank" rel="noopener noreferrer">
|
||||
<div class="text-well card">
|
||||
<h4>Sidero</h4>
|
||||
<p>Using StageX to build their widely used Linux distribution specialized in delivering kubernetes features.</p>
|
||||
</div>
|
||||
</a>
|
||||
<div class="text-well card">
|
||||
<img src="assets/base/companies/sidero-labs-white.png" style="filter: grayscale(); width: 150px">
|
||||
<p>Using StageX to build their widely used Talos Linux distribution specialized in delivering kubernetes features.</p>
|
||||
<a href="https://github.com/siderolabs/talos/releases/tag/v1.10.0-alpha.2" rel=”noopener noreferrer” target="_blank" class="arrow-link">
|
||||
Learn more
|
||||
<span class="arrow">→</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h4 class="gradient-text center" style="line-height: 50px; max-width: 600px; margin: auto;">want to help with our vision?</h4>
|
||||
<p class="hero-p center" style="max-width: 600px; margin-top: 10px">If you would like to help us please sponsor our work or get involved as a contributor.</p>
|
||||
<p class="hero-p center" style="max-width: 600px; margin-top: 10px">If you would like to help us, please sponsor our work or get involved as a contributor.</p>
|
||||
<div class="button-container center">
|
||||
<a href="/contact.html" class="mega-teal button">Get in touch</a>
|
||||
</div>
|
||||
|
|
|
@ -354,10 +354,15 @@ a:hover {
|
|||
|
||||
.powered-by .card {
|
||||
border: 1px solid var(--light-teal);
|
||||
min-height: 310px;
|
||||
min-height: 360px;
|
||||
padding: 35px;
|
||||
background: var(--void-teal);
|
||||
}
|
||||
|
||||
.powered-by img {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.video-background {
|
||||
left: 85%;
|
||||
width: 200px !important;
|
||||
|
|
Loading…
Reference in New Issue