17 lines
542 B
HTML
17 lines
542 B
HTML
<section class="flex-container tall-section">
|
|
<div class="flex-container-inner">
|
|
<h2 class="gradient-text">our manifesto</h2>
|
|
<p class="hero-p">Every day, we apply these guiding principles to how we think, build, and secure systems.</p>
|
|
</div>
|
|
<div class="flex-container-inner">
|
|
<ol class="values-container">
|
|
<li>eliminate centralized trust</li>
|
|
<li>open source everything</li>
|
|
<li>security beyond compliance</li>
|
|
<li>move thoughtfully & improve things</li>
|
|
<li>impact over profit</li>
|
|
</ol>
|
|
</div>
|
|
</section>
|
|
|