17 lines
568 B
HTML
17 lines
568 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 dir="rtl" style="font-size: 30px; text-align: right">
|
|
<li>eliminate centralized trust</li>
|
|
<li>open source everything</li>
|
|
<li>security beyond compliance</li>
|
|
<li>move thoughtfully and improve things</li>
|
|
<li>impact over profit</li>
|
|
</ol>
|
|
</div>
|
|
</section>
|
|
|