feat: add tools page and update action button copy #6

Manually merged
anton merged 6 commits from feat/tooling-page into main 2024-03-29 02:33:18 +00:00
6 changed files with 15 additions and 15 deletions
Showing only changes of commit 63188df2a9 - Show all commits

View File

@ -16,7 +16,7 @@
<!-- "Really, there is nothing interesting to see here. It is a static website. -->
<!-- Here is the terraform code that deployed it, and here is the site source repo. -->
<!-- If you find anything interesting or want to talk to us, reach out via our /contact page!" -->
<!-- If you find anything interesting or want to talk to us, reach out via our /contact page!" -->
<!-- https://git.distrust.co/public/stack -->
<!-- https://git.distrust.co/public/website -->

View File

@ -25,7 +25,7 @@
<input id="menu-toggle" type="checkbox" />
<label style="display: inline-block">
<div class='menu-button'></div>
</label>
</label>
</div>
</div>
</div>

View File

@ -39,7 +39,7 @@
<br />
<div class="flex-container-inner">
<div class="flex-container-inner">
<div class="companies">
<div>
<a href="https://coinbase.com">
@ -140,7 +140,7 @@
<a class="action-button" href="/services.html">Learn more</a>
<a href="/contact.html" class="action-button">Free Consultation</a>
</div>
</div>
</div>
</div>
<div class="flex-container-inner">
<div class="">
@ -148,7 +148,7 @@
<hr />
<br />
</div>
<div class="text-well">
<h3>Security Assessment</h3>
<p>We offer full stack security assessments, covering anything that is in scope for a sophisticated adversary, such as compromising a third party library, bribing a devops engineer, finding a oversight in your code, or otherwise. While we will point out specific flaws we find, we feel we offer the most value in helping you identify where you can make strategic improvements to your architecture to take entire classes of risk off the table.</p>
@ -157,25 +157,25 @@
<br />
<hr />
<br />
<div class="text-well">
<h3>Security Engineering</h3>
<p>Our team is comprised of security engineers with past lives as full time system administrators and software engineers. We have extensive first hand experience in implementing custom security defenses for high risk organizations. We are happy to get as deep into the weeds planning new defense strategies as you like, from Linux kernel hardening, to supply chain signing, to code quality, library choices, and beyond.</p>
</div>
<br />
<hr />
<br />
<div class="text-well">
<h3>Retained Security Support</h3>
<p>We offer monthly retainer contracts to augment your existing security team with access to our combined experience as needed. You can drop questions to our team in a chat, or include us in security-relevant meetings. Almost anything an in-house security team might do to protect your organization is in scope for us as well, including qualifying candidates, conducting interviews, reviewing code, evaluating third party risks, or being a security voice in the room when you are planning new products.</p>
</div>
<br />
<hr />
<br />
<div class="text-well">
<h3>Research & Development</h3>
<p>Rather than write the same document or tool 10 times and bill each client for it, we focus our unused retainer hours on open sourcing every document and tool we legally can, so we can focus our time with clients on their unique situations. If we are doing public work you would like to see more of, or that -almost- meets your needs, we would love to hear that and figure out a path to see your needs met.</p>

View File

@ -83,13 +83,13 @@
</ul>
</div>
</section>
<hr />
<section class="flex-container">
<div class="flex-container-inner">
<div class="text-well">
<h3>Research</h3>
<h3>Research</h3>
<p>Rather than write the same document or tool 10 times and bill each client for it, we focus our unused retainer hours on open sourcing every document and tool we legally can, so we can focus our time with clients on their unique needs. If we are doing public work you would like to see more of, or that <i>almost</i> meets your needs, we would love to hear from you and figure out a path to see your needs met.</p>
</div>
</div>

View File

@ -83,7 +83,7 @@
</ul>
</div>
</section>
<hr />
<section class="flex-container">

View File

@ -158,7 +158,7 @@ hr {
.header-page-links a {
margin: 0px 15px;
font-size: 1.1rem;
text-decoration: none;
text-decoration: none;
}
.header-page-links a:hover {
@ -833,7 +833,7 @@ pre {
/**
* Carousel
* Carousel
*/
.carousel-container {