changes + gitlab pages config
|
@ -0,0 +1,19 @@
|
|||
image: ruby:3.1
|
||||
|
||||
variables:
|
||||
JEKYLL_ENV: production
|
||||
BUNDLE_PATH: vendor/bundle
|
||||
|
||||
before_script:
|
||||
- apt-get update -y
|
||||
- gem install bundler
|
||||
- bundle install
|
||||
|
||||
pages:
|
||||
script:
|
||||
- bundle exec jekyll build -d public
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- main
|
|
@ -16,7 +16,7 @@ header_pages:
|
|||
style: dark
|
||||
listen_for_clients_preferred_style: false
|
||||
|
||||
footer: '© 2025 Distrust LLC'
|
||||
footer: '© 2025 Caution LLC'
|
||||
|
||||
theme: jekyll-theme-console
|
||||
|
||||
|
|
|
@ -3,19 +3,24 @@
|
|||
<div class="footer-top">
|
||||
<div class="footer-logo">
|
||||
<a href="/">
|
||||
<img src="/assets/base/distrust-text-white.svg" alt="Distrust logo" />
|
||||
<img src="/assets/base/caution-logo-triangle-black.svg" alt="Caution logo" />
|
||||
</a>
|
||||
</div>
|
||||
<p class="footer-description footer-description-desktop">
|
||||
Distrust is a research and consulting company securing mission-critical systems with verifiable open source infrastructure.
|
||||
Caution brings thoughtfully designed, open source systems to life — empowering resilient, secure technology for everyone.
|
||||
</p>
|
||||
<!--<p class="footer-description footer-description-mobile">
|
||||
Caution brings open source systems to life — built for resilience and digital security.
|
||||
</p>-->
|
||||
</div>
|
||||
<div>
|
||||
<p class="footer-description footer-description-mobile">
|
||||
Distrust secures mission-critical systems with verifiable open source infrastructure.
|
||||
</p>
|
||||
Caution brings open source systems to life — built for resilience and digital security.
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer-divider">
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<!--<div class="footer-links">
|
||||
<div class="footer-column">
|
||||
<a href="/services.html">Services</a>
|
||||
<a href="/software.html">Software</a>
|
||||
|
@ -25,7 +30,7 @@
|
|||
<a href="/company.html">Company</a>
|
||||
<a href="/blog.html">Blog</a>
|
||||
<a href="/contact.html">Contact</a>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -33,9 +38,10 @@
|
|||
<div class="footer-bottom container">
|
||||
<div class="footer-footer"> {{site.footer}} </div>
|
||||
<div class="footer-social">
|
||||
<a href="/feed.xml" target="_blank" rel="noopener noreferrer" aria-label="RSS">
|
||||
<a href="/privacy.html">Privacy</a>
|
||||
<!-- <a href="/feed.xml" target="_blank" rel="noopener noreferrer" aria-label="RSS">
|
||||
<img src="/assets/base/rss-bw-tr.png" alt="RSS" />
|
||||
</a>
|
||||
</a>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<div class="menu">
|
||||
<div class="left-menu">
|
||||
<a id="home-link" href="/index.html">
|
||||
<img class="menu-logo" src="/assets/base/distrust-text-white.svg"
|
||||
alt="Distrust broken chain logo with white text" />
|
||||
<img class="menu-logo" src="/assets/base/caution-logo-triangle-black.svg"
|
||||
alt="Caution triangle logo with black text" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="right-menu">
|
||||
|
|
|
@ -1,78 +1,68 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ page.lang | default: site.lang | default: en }}">
|
||||
{%- include head.html -%}
|
||||
{%- include head.html -%}
|
||||
<body>
|
||||
{%- include header.html -%}
|
||||
<!-- {%- include header.html -%} -->
|
||||
<div class="container">
|
||||
<main>
|
||||
<div class="video-background-container">
|
||||
<video autoplay muted loop playsinline style="left: 85%; width: 200px !important" class="video-background">
|
||||
<source src="assets/videos/landing-globe.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
|
||||
<source src="assets/videos/landing-globe.webm" type='video/webm; codecs="vp8, vorbis"' />
|
||||
</video>
|
||||
<div class="gradient-overlay"></div>
|
||||
<div class="landing-logo-container">
|
||||
<a id="home-link" href="/index.html">
|
||||
<img class="menu-logo" src="/assets/base/caution-logo-triangle-black.svg"
|
||||
alt="Caution triangle logo with black text" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<section class="flex-container video-content landing-page-header">
|
||||
|
||||
|
||||
<section class="flex-container capsule-header video-content">
|
||||
<div class="flex-container-inner">
|
||||
<div class="text-well">
|
||||
<h1 class="gradient-text hero-header landing-header">security without blind trust</h1>
|
||||
<p class="hero-p" style="margin-top: 0px">Distrust secures mission-critical infrastructure by applying a first principles approach. No guessing, only verifiable security.</p>
|
||||
<br />
|
||||
<a href="/contact.html" class="mega button">Work with us</a>
|
||||
<br />
|
||||
<div class="text-well center">
|
||||
<br>
|
||||
<h1 class="hero-title gradient-text hero-header">
|
||||
Security, rethought
|
||||
</h1>
|
||||
<br>
|
||||
<p class="hero-p center" style="max-width: 40rem">We're building something secure, open, and long overdue. Sign up for updates and get early access.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-container-inner">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% include companies-carousel.html %}
|
||||
|
||||
<section>
|
||||
<div class="center">
|
||||
<div class="capsule">what we do</div>
|
||||
</div>
|
||||
<br>
|
||||
<div class="gradient-text-h3">
|
||||
<h3 class="gradient-text center" style="padding-bottom: 5px">our services today, our vision for tomorrow</h3>
|
||||
</div>
|
||||
<br>
|
||||
<div class="flex-container">
|
||||
<a href="/services.html" class="arrow-link">
|
||||
<div class="flex-container-inner card landing-offerings">
|
||||
<div class="text-well">
|
||||
<h4>services</h4>
|
||||
<p class="text-description-desktop">Our threat model approach stems from working with high-risk organizations, uniquely positioning us to offer advice and support others can't. We specialize in system architecture design, security assessments, penetration tests, code reviews, and infrastructure hardening.</p>
|
||||
<p class="text-description-mobile">We specialize in system architecture design, security assessments, penetration tests, code reviews, and infrastructure hardening. Hire Distrust to solve your hardest security challenges. </p>
|
||||
<br>
|
||||
Explore services
|
||||
<span class="arrow">→</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a href="/software.html" class="arrow-link">
|
||||
<div class="flex-container-inner card roadmap-card roadmap-card-teal" style="background: #00191E; border: 1px solid #01586A">
|
||||
<div class="text-well">
|
||||
<h4>software</h4>
|
||||
<p class="text-description-desktop">We build open source software that eliminates reliance on any single computer, person or system. Our tooling unlocks a new level of trust in infrastructure through uncompromising transparency and verifiability. Explore and start using our open source tools today.</p>
|
||||
<p class="text-description-mobile">We develop open source software that eliminates reliance on any single computer, person or system. Explore active tools and what's coming soon.<br></p>
|
||||
<br>
|
||||
View software
|
||||
<span class="arrow">→</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% include powered-by.html %}
|
||||
|
||||
|
||||
<div class="form-container card" style="font-size: 1.1rem; padding: 10px 15px 0px 30px">
|
||||
<form onsubmit="return validateForm()" action="/submit-email" method="post" class="inline-email-form">
|
||||
<label for="email" class="form-label required" style="margin-bottom: 0.5rem;">Your email</label>
|
||||
<div class="form-row">
|
||||
<input placeholder="Enter your email address" type="email" id="email" name="email" class="form-input" required>
|
||||
<button type="submit" class="circle-btn" aria-label="Submit email">
|
||||
<span class="arrow">→</span>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
{% include threatmodel-cta.html %}
|
||||
|
||||
{% include values.html %}
|
||||
|
||||
{% include primary-cta.html %}
|
||||
|
||||
<!--
|
||||
<div class="form-container card" style="font-size: 1.1rem; padding: 30px 30px 10px 30px">
|
||||
<form onsubmit="return validateForm()" action="/submit-email" method="post">
|
||||
<div class="form-flex-container">
|
||||
|
||||
<div class="form-row">
|
||||
<div class="form-half">
|
||||
<label for="email" class="form-label required">Your email</label>
|
||||
<input placeholder="Enter your email address" type="email" id="email" name="email" class="form-input" required>
|
||||
</div>
|
||||
<div class="form-half">
|
||||
<button type="submit" class="contact-button">Submit</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
-->
|
||||
|
||||
</main>
|
||||
</div>
|
||||
{%- include footer.html -%}
|
||||
|
|
|
@ -3,15 +3,16 @@
|
|||
*/
|
||||
|
||||
:root {
|
||||
--base-color: rgba(255, 255, 255, 0.87);
|
||||
--header-color: #ffffff;
|
||||
--border: solid 2px rgba(219, 219, 219, 0.9);
|
||||
--base-color: #120F1A;
|
||||
--header-color: #120F1A;
|
||||
--border: solid 2px #292929;
|
||||
--selection-background: rgba(219, 219, 219, 0.99);
|
||||
--selection-text: #000;
|
||||
--background-color: #0F0F0F;
|
||||
--background-color: #f1f2f9;
|
||||
--text-color: var(--base-color);
|
||||
--placeholder-color: rgba(0, 0, 0, 0.5);
|
||||
--link-color: var(--base-color);
|
||||
--raisin-black: #120F1A;
|
||||
/* yoinkt from Material Design 2014, Deep Purple A200 */
|
||||
--purple: #7C4DFF;
|
||||
--light-purple: #A998ED;
|
||||
|
@ -25,6 +26,7 @@
|
|||
--light-grey: #9A9A9A;
|
||||
--mid-grey: #292929;
|
||||
--dark-grey: #120F1A;
|
||||
--ghost-white: #f1f2f9;
|
||||
--code-color-1: #aaaaaa;
|
||||
--code-color-2: #ffffcc;
|
||||
--code-color-3: #F00000;
|
||||
|
|
|
@ -24,7 +24,7 @@ html {
|
|||
|
||||
body {
|
||||
width: 100%;
|
||||
background-color: var(--background-color);
|
||||
background-color: var(--ghost-white);
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
font-family: $base-font-family;
|
||||
|
@ -123,7 +123,7 @@ a:hover {
|
|||
.gradient-text {
|
||||
font-size: 48px;
|
||||
font-weight: bold;
|
||||
background: linear-gradient(100deg, white, #8a8d97);
|
||||
background: linear-gradient(100deg, var(--raisin-black), var(--ghost-white));
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
@ -131,7 +131,7 @@ a:hover {
|
|||
.gradient-text-inverse {
|
||||
font-size: 48px;
|
||||
font-weight: bold;
|
||||
background: linear-gradient(-100deg, white, #8a8d97);
|
||||
background: linear-gradient(-100deg, var(--raisin-black), var(--ghost-white));
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
display: inline-block;
|
||||
|
@ -161,7 +161,7 @@ h3.gradient-text.center {
|
|||
border-radius: 20px;
|
||||
padding: 45px;
|
||||
margin: 20px;
|
||||
min-height: 430px;
|
||||
min-height: 150px;
|
||||
max-width: 550px;
|
||||
}
|
||||
|
||||
|
@ -777,7 +777,7 @@ margin-bottom: 16px;
|
|||
}
|
||||
|
||||
footer {
|
||||
color: var(--light-grey);
|
||||
color: var(--raisin-black);
|
||||
background-color: color-mix(in srgb, var(--background-color), white 1.5%);
|
||||
border-top: 2px solid var(--purple);
|
||||
padding: 60px 0px 40px 0px;
|
||||
|
@ -896,13 +896,57 @@ hr {
|
|||
/**
|
||||
* Navbar
|
||||
*/
|
||||
|
||||
.inline-email-form .form-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.form-input {
|
||||
flex: 1;
|
||||
padding: 12px 16px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 8px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.circle-btn {
|
||||
background-color: black;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 1.25rem;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.circle-btn:hover {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.btn-arrow {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.landing-logo-container {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.menu {
|
||||
max-width: 1280px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.menu-logo {
|
||||
height: 48px;
|
||||
height: clamp(1.5rem, 10vw, 5rem);
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
#home-link:hover {
|
||||
|
@ -923,12 +967,12 @@ hr {
|
|||
}
|
||||
|
||||
.header-page-links a.active {
|
||||
color: white;
|
||||
color: var(--raisin-black);
|
||||
}
|
||||
|
||||
.header-page-links a:hover {
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
color: (--raisin-black);
|
||||
}
|
||||
|
||||
.left-menu {
|
||||
|
@ -1422,8 +1466,8 @@ textarea {
|
|||
* Contact Form
|
||||
*/
|
||||
.required:after {
|
||||
content: " (required)";
|
||||
color: white;
|
||||
content: "*";
|
||||
color: var(--ghost-white);
|
||||
}
|
||||
|
||||
.placeholder:after {
|
||||
|
@ -1437,9 +1481,8 @@ textarea {
|
|||
}
|
||||
|
||||
.form-container.card {
|
||||
background: #222222;
|
||||
border: 1px solid #222222;
|
||||
padding-bottom: 25px;
|
||||
background: var(--ghost-white);
|
||||
min-height: 150px !important;
|
||||
}
|
||||
|
||||
.form-label {
|
||||
|
@ -1454,8 +1497,8 @@ textarea {
|
|||
border: 1px solid grey;
|
||||
border-radius: 10px;
|
||||
font-size: 16px;
|
||||
caret-color: white !important;
|
||||
color: white !important;
|
||||
caret-color: black !important;
|
||||
color: var(--ghost-white) !important;
|
||||
background: var(--background-color) !important;
|
||||
height: 50px;
|
||||
width: 100%;
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="120" height="120" rx="40" fill="black"/>
|
||||
<line x1="35.3151" y1="72.5648" x2="25.257" y2="89.8072" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="45.1346" y1="90.4808" x2="25.173" y2="90.4808" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="70.7604" y1="43.6464" x2="60.6878" y2="26.4125" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="50.3315" y1="43.3924" x2="60.1425" y2="26.0083" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="5.25" y1="-5.25" x2="25.2115" y2="-5.25" transform="matrix(0.503871 0.863779 0.863779 -0.503871 89.4974 65.3846)" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="5.25" y1="-5.25" x2="25.2115" y2="-5.25" transform="matrix(1 0 0 -1 72.5385 85.2308)" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 971 B |
|
@ -0,0 +1,15 @@
|
|||
<svg width="466" height="125" viewBox="0 0 466 125" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect y="3" width="120" height="120" rx="40" fill="black"/>
|
||||
<line x1="35.3151" y1="75.5648" x2="25.257" y2="92.8072" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="45.1346" y1="93.4808" x2="25.173" y2="93.4808" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="70.7604" y1="46.6464" x2="60.6878" y2="29.4125" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="50.3315" y1="46.3924" x2="60.1425" y2="29.0083" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="5.25" y1="-5.25" x2="25.2115" y2="-5.25" transform="matrix(0.503871 0.863779 0.863779 -0.503871 89.4974 68.3846)" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="5.25" y1="-5.25" x2="25.2115" y2="-5.25" transform="matrix(1 0 0 -1 72.5384 88.2308)" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<path d="M318.2 98.1C311.667 98.1 306.8 96.5333 303.6 93.4C300.467 90.2 298.9 85.3667 298.9 78.9V34.6L313.9 29V79.4C313.9 81.6667 314.533 83.3667 315.8 84.5C317.067 85.6333 319.033 86.2 321.7 86.2C322.7 86.2 323.633 86.1 324.5 85.9C325.367 85.7 326.233 85.4667 327.1 85.2V96.6C326.233 97.0667 325 97.4333 323.4 97.7C321.867 97.9667 320.133 98.1 318.2 98.1ZM289.4 57.4V46H327.1V57.4H289.4ZM330.602 97V46H345.602V97H330.602ZM330.102 39.2V23H346.102V39.2H330.102ZM376.559 98C370.959 98 366.026 96.9 361.759 94.7C357.559 92.4333 354.259 89.3 351.859 85.3C349.526 81.2333 348.359 76.5667 348.359 71.3C348.359 66.0333 349.526 61.4333 351.859 57.5C354.259 53.5667 357.559 50.5 361.759 48.3C366.026 46.1 370.959 45 376.559 45C382.226 45 387.159 46.1 391.359 48.3C395.626 50.5 398.926 53.5667 401.259 57.5C403.593 61.4333 404.759 66.0333 404.759 71.3C404.759 76.5667 403.559 81.2333 401.159 85.3C398.826 89.3 395.526 92.4333 391.259 94.7C387.059 96.9 382.159 98 376.559 98ZM376.559 86.2C378.893 86.2 380.993 85.6 382.859 84.4C384.793 83.2 386.326 81.5 387.459 79.3C388.593 77.0333 389.159 74.3333 389.159 71.2C389.159 66.6 387.926 63.0667 385.459 60.6C383.059 58.0667 380.093 56.8 376.559 56.8C373.026 56.8 370.026 58.0667 367.559 60.6C365.159 63.1333 363.959 66.6667 363.959 71.2C363.959 74.3333 364.526 77.0333 365.659 79.3C366.793 81.5 368.293 83.2 370.159 84.4C372.093 85.6 374.226 86.2 376.559 86.2ZM407.711 97V46H422.411V58H422.711V97H407.711ZM443.211 97V65.4C443.211 62.6 442.478 60.5 441.011 59.1C439.611 57.7 437.544 57 434.811 57C432.478 57 430.378 57.5333 428.511 58.6C426.711 59.6667 425.278 61.1333 424.211 63C423.211 64.8667 422.711 67.0667 422.711 69.6L421.411 57.3C423.078 53.5667 425.511 50.6 428.711 48.4C431.978 46.1333 435.978 45 440.711 45C446.378 45 450.711 46.6 453.711 49.8C456.711 52.9333 458.211 57.1667 458.211 62.5V97H443.211Z" fill="black"/>
|
||||
<rect width="15.0406" height="2.00046" transform="matrix(-0.000292891 1 -0.999999 -0.00119864 290.499 46.0024)" fill="white"/>
|
||||
<path d="M189.222 56.6513H173.775C173.569 55.0653 173.147 53.6339 172.508 52.3569C171.87 51.0799 171.025 49.9883 169.975 49.082C168.924 48.1758 167.678 47.4858 166.237 47.0121C164.815 46.5178 163.24 46.2706 161.51 46.2706C158.441 46.2706 155.794 47.0224 153.57 48.5259C151.366 50.0295 149.667 52.2024 148.472 55.0447C147.298 57.8871 146.711 61.3267 146.711 65.3636C146.711 69.5653 147.308 73.0874 148.503 75.9297C149.718 78.7514 151.417 80.8832 153.6 82.3249C155.804 83.7461 158.41 84.4567 161.417 84.4567C163.106 84.4567 164.64 84.2404 166.02 83.8079C167.421 83.3754 168.646 82.7472 169.697 81.9233C170.768 81.0788 171.643 80.0593 172.323 78.8647C173.023 77.6495 173.507 76.2798 173.775 74.7557L189.222 74.8484C188.955 77.6495 188.141 80.4094 186.782 83.1282C185.443 85.8469 183.599 88.3288 181.251 90.5739C178.903 92.7983 176.04 94.5696 172.663 95.8878C169.305 97.206 165.454 97.8651 161.108 97.8651C155.382 97.8651 150.254 96.6087 145.722 94.0959C141.212 91.5625 137.648 87.8757 135.033 83.0355C132.417 78.1953 131.109 72.3047 131.109 65.3636C131.109 58.402 132.438 52.5011 135.094 47.6609C137.751 42.8207 141.346 39.1442 145.877 36.6314C150.408 34.1186 155.485 32.8622 161.108 32.8622C164.939 32.8622 168.482 33.3977 171.736 34.4688C174.99 35.5192 177.853 37.0639 180.325 39.103C182.796 41.1214 184.804 43.6033 186.349 46.5487C187.894 49.494 188.852 52.8615 189.222 56.6513Z" fill="black"/>
|
||||
<rect x="312" y="19" width="36" height="10" fill="white"/>
|
||||
<rect x="294" y="43" width="16" height="4" transform="rotate(90 294 43)" fill="white"/>
|
||||
<path d="M224.1 97C223.7 95.5333 223.4 93.9667 223.2 92.3C223.067 90.6333 223 88.7 223 86.5H222.6V62.4C222.6 60.3333 221.9 58.7333 220.5 57.6C219.167 56.4 217.167 55.8 214.5 55.8C211.967 55.8 209.933 56.2333 208.4 57.1C206.933 57.9667 205.967 59.2333 205.5 60.9H191.2C191.867 56.3 194.233 52.5 198.3 49.5C202.367 46.5 207.933 45 215 45C222.333 45 227.933 46.6333 231.8 49.9C235.667 53.1667 237.6 57.8667 237.6 64V86.5C237.6 88.1667 237.7 89.8667 237.9 91.6C238.167 93.2667 238.567 95.0667 239.1 97H224.1ZM206.3 98C201.233 98 197.2 96.7333 194.2 94.2C191.2 91.6 189.7 88.1667 189.7 83.9C189.7 79.1667 191.467 75.3667 195 72.5C198.6 69.5667 203.6 67.6667 210 66.8L224.9 64.7V73.4L212.5 75.3C209.833 75.7 207.867 76.4333 206.6 77.5C205.333 78.5667 204.7 80.0333 204.7 81.9C204.7 83.5667 205.3 84.8333 206.5 85.7C207.7 86.5667 209.3 87 211.3 87C214.433 87 217.1 86.1667 219.3 84.5C221.5 82.7667 222.6 80.7667 222.6 78.5L224 86.5C222.533 90.3 220.3 93.1667 217.3 95.1C214.3 97.0333 210.633 98 206.3 98ZM257.992 98C254.392 98 251.292 97.2333 248.692 95.7C246.159 94.1 244.226 92 242.892 89.4C241.559 86.7333 240.892 83.7667 240.892 80.5V46H255.892V77.6C255.892 80.4 256.592 82.5 257.992 83.9C259.392 85.3 261.359 86 263.892 86C266.159 86 268.159 85.4667 269.892 84.4C271.626 83.3333 272.992 81.8667 273.992 80C275.059 78.0667 275.592 75.8667 275.592 73.4L276.892 85.7C275.226 89.3667 272.792 92.3333 269.592 94.6C266.392 96.8667 262.526 98 257.992 98ZM275.892 97V85H275.592V46H290.592V97H275.892Z" fill="black"/>
|
||||
</svg>
|
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
|
@ -0,0 +1,14 @@
|
|||
<svg width="453" height="125" viewBox="0 0 453 125" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="299" y="19" width="36" height="10" fill="white"/>
|
||||
<path d="M305.2 98.1C298.667 98.1 293.8 96.5333 290.6 93.4C287.467 90.2 285.9 85.3667 285.9 78.9V34.6L300.9 29V79.4C300.9 81.6667 301.533 83.3667 302.8 84.5C304.067 85.6333 306.033 86.2 308.7 86.2C309.7 86.2 310.633 86.1 311.5 85.9C312.367 85.7 313.233 85.4667 314.1 85.2V96.6C313.233 97.0667 312 97.4333 310.4 97.7C308.867 97.9667 307.133 98.1 305.2 98.1ZM276.4 57.4V46H314.1V57.4H276.4ZM317.602 97V46H332.602V97H317.602ZM317.102 39.2V23H333.102V39.2H317.102ZM363.559 98C357.959 98 353.026 96.9 348.759 94.7C344.559 92.4333 341.259 89.3 338.859 85.3C336.526 81.2333 335.359 76.5667 335.359 71.3C335.359 66.0333 336.526 61.4333 338.859 57.5C341.259 53.5667 344.559 50.5 348.759 48.3C353.026 46.1 357.959 45 363.559 45C369.226 45 374.159 46.1 378.359 48.3C382.626 50.5 385.926 53.5667 388.259 57.5C390.593 61.4333 391.759 66.0333 391.759 71.3C391.759 76.5667 390.559 81.2333 388.159 85.3C385.826 89.3 382.526 92.4333 378.259 94.7C374.059 96.9 369.159 98 363.559 98ZM363.559 86.2C365.893 86.2 367.993 85.6 369.859 84.4C371.793 83.2 373.326 81.5 374.459 79.3C375.593 77.0333 376.159 74.3333 376.159 71.2C376.159 66.6 374.926 63.0667 372.459 60.6C370.059 58.0667 367.093 56.8 363.559 56.8C360.026 56.8 357.026 58.0667 354.559 60.6C352.159 63.1333 350.959 66.6667 350.959 71.2C350.959 74.3333 351.526 77.0333 352.659 79.3C353.793 81.5 355.293 83.2 357.159 84.4C359.093 85.6 361.226 86.2 363.559 86.2ZM394.711 97V46H409.411V58H409.711V97H394.711ZM430.211 97V65.4C430.211 62.6 429.478 60.5 428.011 59.1C426.611 57.7 424.544 57 421.811 57C419.478 57 417.378 57.5333 415.511 58.6C413.711 59.6667 412.278 61.1333 411.211 63C410.211 64.8667 409.711 67.0667 409.711 69.6L408.411 57.3C410.078 53.5667 412.511 50.6 415.711 48.4C418.978 46.1333 422.978 45 427.711 45C433.378 45 437.711 46.6 440.711 49.8C443.711 52.9333 445.211 57.1667 445.211 62.5V97H430.211Z" fill="black"/>
|
||||
<rect width="15.0406" height="2.00046" transform="matrix(-0.000292891 1 -0.999999 -0.00119864 277.499 46.0024)" fill="white"/>
|
||||
<path d="M176.222 56.6513H160.775C160.569 55.0653 160.147 53.6339 159.508 52.3569C158.87 51.0799 158.025 49.9883 156.975 49.082C155.924 48.1758 154.678 47.4858 153.237 47.0121C151.815 46.5178 150.24 46.2706 148.51 46.2706C145.441 46.2706 142.794 47.0224 140.57 48.5259C138.366 50.0295 136.667 52.2024 135.472 55.0447C134.298 57.8871 133.711 61.3267 133.711 65.3636C133.711 69.5653 134.308 73.0874 135.503 75.9297C136.718 78.7514 138.417 80.8832 140.6 82.3249C142.804 83.7461 145.41 84.4567 148.417 84.4567C150.106 84.4567 151.64 84.2404 153.02 83.8079C154.421 83.3754 155.646 82.7472 156.697 81.9233C157.768 81.0788 158.643 80.0593 159.323 78.8647C160.023 77.6495 160.507 76.2798 160.775 74.7557L176.222 74.8484C175.955 77.6495 175.141 80.4094 173.782 83.1282C172.443 85.8469 170.599 88.3288 168.251 90.5739C165.903 92.7983 163.04 94.5696 159.663 95.8878C156.305 97.206 152.454 97.8651 148.108 97.8651C142.382 97.8651 137.254 96.6087 132.722 94.0959C128.212 91.5625 124.648 87.8757 122.033 83.0355C119.417 78.1953 118.109 72.3047 118.109 65.3636C118.109 58.402 119.438 52.5011 122.094 47.6609C124.751 42.8207 128.346 39.1442 132.877 36.6314C137.408 34.1186 142.485 32.8622 148.108 32.8622C151.939 32.8622 155.482 33.3977 158.736 34.4688C161.99 35.5192 164.853 37.0639 167.325 39.103C169.796 41.1214 171.804 43.6033 173.349 46.5487C174.894 49.494 175.852 52.8615 176.222 56.6513Z" fill="black"/>
|
||||
<rect x="281" y="43" width="16" height="4" transform="rotate(90 281 43)" fill="white"/>
|
||||
<path d="M211.1 97C210.7 95.5333 210.4 93.9667 210.2 92.3C210.067 90.6333 210 88.7 210 86.5H209.6V62.4C209.6 60.3333 208.9 58.7333 207.5 57.6C206.167 56.4 204.167 55.8 201.5 55.8C198.967 55.8 196.933 56.2333 195.4 57.1C193.933 57.9667 192.967 59.2333 192.5 60.9H178.2C178.867 56.3 181.233 52.5 185.3 49.5C189.367 46.5 194.933 45 202 45C209.333 45 214.933 46.6333 218.8 49.9C222.667 53.1667 224.6 57.8667 224.6 64V86.5C224.6 88.1667 224.7 89.8667 224.9 91.6C225.167 93.2667 225.567 95.0667 226.1 97H211.1ZM193.3 98C188.233 98 184.2 96.7333 181.2 94.2C178.2 91.6 176.7 88.1667 176.7 83.9C176.7 79.1667 178.467 75.3667 182 72.5C185.6 69.5667 190.6 67.6667 197 66.8L211.9 64.7V73.4L199.5 75.3C196.833 75.7 194.867 76.4333 193.6 77.5C192.333 78.5667 191.7 80.0333 191.7 81.9C191.7 83.5667 192.3 84.8333 193.5 85.7C194.7 86.5667 196.3 87 198.3 87C201.433 87 204.1 86.1667 206.3 84.5C208.5 82.7667 209.6 80.7667 209.6 78.5L211 86.5C209.533 90.3 207.3 93.1667 204.3 95.1C201.3 97.0333 197.633 98 193.3 98ZM244.992 98C241.392 98 238.292 97.2333 235.692 95.7C233.159 94.1 231.226 92 229.892 89.4C228.559 86.7333 227.892 83.7667 227.892 80.5V46H242.892V77.6C242.892 80.4 243.592 82.5 244.992 83.9C246.392 85.3 248.359 86 250.892 86C253.159 86 255.159 85.4667 256.892 84.4C258.626 83.3333 259.992 81.8667 260.992 80C262.059 78.0667 262.592 75.8667 262.592 73.4L263.892 85.7C262.226 89.3667 259.792 92.3333 256.592 94.6C253.392 96.8667 249.526 98 244.992 98ZM262.892 97V85H262.592V46H277.592V97H262.892Z" fill="black"/>
|
||||
<line x1="19.1577" y1="79.3032" x2="7.5648" y2="99.1767" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="30.6731" y1="99.2038" x2="7.6654" y2="99.2038" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="59.0546" y1="48.3993" x2="47.445" y2="28.5356" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="36.0639" y1="48.6469" x2="47.372" y2="28.6099" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="5.25" y1="-5.25" x2="28.2577" y2="-5.25" transform="matrix(0.503871 0.863779 0.863779 -0.503871 78.9472 72.123)" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="5.25" y1="-5.25" x2="28.2577" y2="-5.25" transform="matrix(1 0 0 -1 60.2923 93.9538)" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 5.8 KiB |
|
@ -0,0 +1,8 @@
|
|||
<svg width="96" height="84" viewBox="0 0 96 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<line x1="18.7731" y1="58.3032" x2="7.18015" y2="78.1768" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="30.2885" y1="78.2038" x2="7.28075" y2="78.2038" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="58.67" y1="27.3994" x2="47.0603" y2="7.53557" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="35.6792" y1="27.6469" x2="46.9874" y2="7.60993" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="5.25" y1="-5.25" x2="28.2577" y2="-5.25" transform="matrix(0.503871 0.863779 0.863779 -0.503871 78.5626 51.123)" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="5.25" y1="-5.25" x2="28.2577" y2="-5.25" transform="matrix(1 0 0 -1 59.9077 72.9538)" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 912 B |
After Width: | Height: | Size: 961 B |
After Width: | Height: | Size: 1.0 KiB |
|
@ -0,0 +1,8 @@
|
|||
<svg width="96" height="84" viewBox="0 0 96 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<line x1="18.7731" y1="58.3032" x2="7.18015" y2="78.1768" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="30.2885" y1="78.2038" x2="7.28075" y2="78.2038" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="58.67" y1="27.3994" x2="47.0603" y2="7.53557" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="35.6792" y1="27.6469" x2="46.9874" y2="7.60993" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="5.25" y1="-5.25" x2="28.2577" y2="-5.25" transform="matrix(0.503871 0.863779 0.863779 -0.503871 78.5626 51.123)" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="5.25" y1="-5.25" x2="28.2577" y2="-5.25" transform="matrix(1 0 0 -1 59.9077 72.9538)" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 912 B |
Before Width: | Height: | Size: 360 KiB After Width: | Height: | Size: 360 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 974 B After Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 361 KiB |
Before Width: | Height: | Size: 281 KiB After Width: | Height: | Size: 281 KiB |
Before Width: | Height: | Size: 453 KiB After Width: | Height: | Size: 453 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |