finalized the Caution waitlist pages - watlist + thankyou
|
@ -2,12 +2,14 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicons/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/Group 57.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicons/Group 57.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/Group 57.png">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<meta content="{{ site.title }}" property="og:site_name" />
|
||||
|
||||
|
||||
{% if page.noindex %}
|
||||
<meta name="robots" content="noindex" />
|
||||
{% endif %}
|
||||
|
|
|
@ -3,115 +3,9 @@
|
|||
{%- include head.html -%}
|
||||
<body>
|
||||
{%- include header.html -%}
|
||||
|
||||
<section class="flex-container contact-section" style="margin-top: 80px">
|
||||
<div class="contact-page container">
|
||||
<div class="flex-container-inner two-column-layout">
|
||||
<!-- Left Column: Text content -->
|
||||
<div class="contact-info">
|
||||
<h2 class="gradient-text" style="padding-bottom: 1.5rem">contact us</h2>
|
||||
<p class="contact-description">
|
||||
Building something new or need a second set of eyes on what’s already live? Our security engineers are ready to help you move faster, safer, and with full control.<br>
|
||||
</p>
|
||||
<div class="logo-grid-container"></div>
|
||||
<ul class="logo-grid">
|
||||
<li><img style="height: 40px" src="assets/base/companies/bitgo-logo-white.svg" alt="BitGo"></li>
|
||||
<li><img src="assets/base/companies/ledn-white.svg" alt="Ledn"></li>
|
||||
<li><img style="filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);"
|
||||
src="assets/base/companies/bishop-fox-dark.png" alt="Bishop Fox"></li>
|
||||
<li><img style="filter: invert(100)" src="assets/base/companies/turnkey-black.svg" alt="Turnkey"></li>
|
||||
<li><img style="height: 40px" src="assets/base/companies/falconx-white.svg" alt="FalconX"></li>
|
||||
<li><img src="assets/base/companies/mysten-labs-white.svg" alt="Mysten Labs"></li>
|
||||
<li><img src="assets/base/companies/sidero-labs-white.png" alt="Sidero Labs"></li>
|
||||
<li><img src="assets/base/companies/zoom-white.png" alt="Zoom"></li>
|
||||
<li><img style="margin-left: -6px; height: 60px !important; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(200%) contrast(102%);"
|
||||
src="assets/base/companies/ankr.png" alt="Ankr"></li>
|
||||
<li><img src="assets/base/companies/exodus-white.svg" alt="Exodus"></li>
|
||||
<li><img style="height: 60px" src="assets/base/companies/hashicorp-white.png" alt="HashiCorp"></li>
|
||||
<li><img src="assets/base/companies/fitbit-white.png" alt="Fitbit"></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<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="name" class="form-label">Your name</label>
|
||||
<input type="text" id="name" name="name" class="form-input">
|
||||
</div>
|
||||
<div class="form-half">
|
||||
<label for="company-name" class="form-label">Company name</label>
|
||||
<input type="text" id="company-name" name="company-name" class="form-input">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<label for="email" class="form-label required">Your email</label>
|
||||
<input placeholder="Enter your business email..." type="email" id="email" name="email" class="form-input" required>
|
||||
|
||||
<label for="service" class="form-label required">What service are you interested in?</label>
|
||||
<select id="service" name="service" class="form-select" required>
|
||||
<option value="" disabled selected>Select option</option>
|
||||
<option value="software-security-assessment">Security assessment</option>
|
||||
<option value="retained">Retainer / Fractional CISO</option>
|
||||
<option value="engineering">Software engineering</option>
|
||||
<option value="digital-asset-custody">Digital asset custody</option>
|
||||
<option value="general-inquiry">General inquiry</option>
|
||||
</select>
|
||||
|
||||
<label for="help" class="form-label required">How can we help?</label>
|
||||
<textarea id="help" name="help" class="form-textarea" required></textarea>
|
||||
|
||||
<div id="other-field" style="display:none;">
|
||||
<input type="text" id="other-source" name="other-source" class="form-input" placeholder="Please specify">
|
||||
</div>
|
||||
|
||||
<!-- TODO: add captcha of some sort -->
|
||||
|
||||
<button type="submit" class="contact-button">Submit</button>
|
||||
<p class="center submit-policy" style="text-align: start">We respect your privacy. The information you provide will only be used to respond to your inquiry and will never be shared externally.</p>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% include testimonials.html %}
|
||||
|
||||
</main>
|
||||
<br />
|
||||
</div>
|
||||
{%- include footer.html -%}
|
||||
</body>
|
||||
|
||||
<script>
|
||||
function toggleOtherField() {
|
||||
var hearAbout = document.getElementById('hear-about').value;
|
||||
var otherField = document.getElementById('other-field');
|
||||
if (hearAbout === 'other') {
|
||||
otherField.style.display = 'block';
|
||||
document.getElementById('other-source').required = true;
|
||||
} else {
|
||||
otherField.style.display = 'none';
|
||||
document.getElementById('other-source').required = false;
|
||||
}
|
||||
}
|
||||
|
||||
function validateForm() {
|
||||
var inquiryType = document.getElementById('inquiry-type');
|
||||
var services = document.getElementById('services');
|
||||
var hearAbout = document.getElementById('hear-about');
|
||||
|
||||
if (inquiryType.value === "") {
|
||||
alert("Please select a valid Inquiry Type");
|
||||
return false;
|
||||
}
|
||||
if (services.value === "") {
|
||||
alert("Please select a valid Service you are interested in");
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
window.location.href = "/thankyou.html";
|
||||
</script>
|
||||
</html>
|
||||
|
|
|
@ -1,58 +1,69 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ page.lang | default: site.lang | default: en }}">
|
||||
{%- include head.html -%}
|
||||
|
||||
{%- include head.html -%}
|
||||
|
||||
<!-- index.html -->
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Caution Waitlist</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<style>
|
||||
html, body {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<div class="video-background-container">
|
||||
<video autoplay muted loop playsinline class="video-background">
|
||||
<!-- <source src="assets/videos/caution-waitlist.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' /> -->
|
||||
<source src="assets/videos/caution-waitlist.webm" type='video/webm; codecs="vp8, vorbis"' />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<body>
|
||||
<section class="logo-section center"></section>
|
||||
|
||||
<section class="logo-section center">
|
||||
|
||||
<div class="logo">
|
||||
<img src="/assets/base/caution-logo-triangle-black.svg" alt="Caution logo" style="height: clamp(3rem, 10vw, 4rem)">
|
||||
</div>
|
||||
<div class="heading center">
|
||||
<h1>Join the waitlist</h1>
|
||||
<p class="subtext center">
|
||||
The first open source platform for encrypted data recovery and escrow. No trust required. Join the waitlist to be the first to try it.
|
||||
</p>
|
||||
<a href="/">
|
||||
<img src="/assets/base/caution-logo/caution-logo-text-black.svg" alt="Caution logo" style="height: clamp(1.5rem, 10vw, 2.2rem); opacity: 0.8">
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<div class="heading center">
|
||||
<h1>Join the waitlist</h1>
|
||||
<p class="subtext center">
|
||||
The first open source platform for encrypted data recovery and escrow. Built by the security engineers behind <a rel=”noopener noreferrer” target="_blank" href="https://distrust.co/" class="distrust-link-subtext">Distrust</a>, formerly at BitGo, Unit410, and Turnkey.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="info-block">
|
||||
<span class="spaced-text">STAY TUNED</span>
|
||||
<span class="spaced-text">FOR</span>
|
||||
<span class="spaced-text">EARLY ACCESS</span><br>
|
||||
NO SPAM – WE’LL ONLY EMAIL YOU ABOUT CAUTION
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="waitlist-form">
|
||||
<form method="post" class="email-form">
|
||||
<div class="input-wrapper">
|
||||
<div class="info-block">
|
||||
<span class="spaced-text">GET</span>
|
||||
<span class="spaced-text">EARLY</span>
|
||||
<span class="spaced-text">ACCESS</span><br>
|
||||
<span class="spaced-text">BE THE</span>
|
||||
<span class="spaced-text">FIRST</span><br>
|
||||
<span class="spaced-text">TO</span>
|
||||
<span class="spaced-text">TRY IT</span>
|
||||
</div>
|
||||
|
||||
<div class="waitlist-form">
|
||||
<form id="contact-form" method="post" class="email-form" action="https://distrust.co/submit-email">
|
||||
<div class="input-wrapper">
|
||||
<input type="email" name="email" placeholder="Enter your email" id="email" class="email-input" required>
|
||||
<input type="hidden" id="name" name="name" class="form-input" value="caution.co">
|
||||
<input type="hidden" id="company-name" value="caution.co" name="company-name" class="form-input">
|
||||
<input id="service" type="hidden" name="service" class="form-select" value="caution.co">
|
||||
<input type="hidden" id="other-source" name="other-source" class="form-input" placeholder="Please specify">
|
||||
<input type="hidden" id="other-source" name="help" class="form-input" placeholder="Please specify">
|
||||
<button type="submit" class="submit-btn" aria-label="Submit email">
|
||||
<span class="arrow">→</span>
|
||||
<span class="arrow">→</span>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<p>Brought to you by the security engineers behind Distrust, BitGo, Unit410 and Turkney.</p>
|
||||
<p>No spam – we'll only email you about Caution.</p>
|
||||
</div>
|
||||
<div class="footer-mobile">
|
||||
<p>Get early access. Be the first to try it. No spam – we'll only email you about Caution.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<source src="assets/videos/swirly-lines.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
|
||||
<source src="assets/videos/swirly-lines.webm" type='video/webm; codecs="vp8, vorbis"' />
|
||||
</video>
|
||||
<div class="gradient-overlay"></div>
|
||||
<!--<div class="gradient-overlay"></div> -->
|
||||
</div>
|
||||
|
||||
<section class="flex-container capsule-header video-content">
|
||||
|
|
|
@ -0,0 +1,56 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ page.lang | default: site.lang | default: en }}">
|
||||
|
||||
{%- include head.html -%}
|
||||
|
||||
<div class="video-background-container">
|
||||
<video autoplay muted loop playsinline class="video-background">
|
||||
<!-- <source src="assets/videos/caution-waitlist.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' /> -->
|
||||
<source src="assets/videos/caution-waitlist.webm" type='video/webm; codecs="vp8, vorbis"' />
|
||||
</video>
|
||||
</div>
|
||||
|
||||
<body>
|
||||
|
||||
<section class="logo-section center">
|
||||
|
||||
<div class="logo">
|
||||
<a href="/">
|
||||
<img src="/assets/base/caution-logo/caution-logo-text-black.svg" alt="Caution logo" style="height: clamp(1.5rem, 10vw, 2.2rem); opacity: 0.8">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="heading center">
|
||||
<h1>You're in</h1>
|
||||
<p class="subtext-thanks center">
|
||||
Thanks for joining. We’ll email you when early access opens up.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="info-block-thanks">
|
||||
<span class="spaced-text">SOMETHING</span>
|
||||
<span class="spaced-text">EXCITING</span>
|
||||
<span class="spaced-text">IS</span>
|
||||
<span class="spaced-text">COMING</span>
|
||||
<span class="spaced-text">AND</span>
|
||||
<span class="spaced-text">YOU'LL</span>
|
||||
<span class="spaced-text">BE</span>
|
||||
<span class="spaced-text">THE</span>
|
||||
<span class="spaced-text">FIRST</span>
|
||||
<span class="spaced-text">TO</span>
|
||||
<span class="spaced-text">KNOW</span>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<p>Built by the team behind <a rel=”noopener noreferrer” target="_blank" href="https://distrust.co/" class="distrust-link-footer">Distrust</a>, formerly at BitGo, Unit410, and Turnkey.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-mobile">
|
||||
<p>The first open source platform for encrypted data recovery and escrow. By the team behind <a rel=”noopener noreferrer” target="_blank" href="https://distrust.co/" class="distrust-link-footer">Distrust</a>, formerly at BitGo, Unit410, and Turnkey.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
248
_sass/base.scss
|
@ -12,13 +12,18 @@ $base-line-height: 1.5 !default;
|
|||
$container-width: 90% !default;
|
||||
$container-max-width: 1280px !default;
|
||||
|
||||
html, body {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
background-color: var(--ghost-white);
|
||||
margin: 0 auto;
|
||||
padding: 0 auto;
|
||||
|
@ -35,49 +40,94 @@ body {
|
|||
|
||||
.center {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.video-background-container {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.video-background {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
transform: translate(-50%, -50%);
|
||||
object-fit: cover;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
margin-top: 2.5rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: clamp(3rem, 10vw, 5rem);
|
||||
h1 {
|
||||
font-size: clamp(3rem, 10vw, 4.8rem);
|
||||
line-height: clamp(5rem, 10vw, 5.8rem);
|
||||
margin-bottom: 0rem;
|
||||
}
|
||||
margin-top: 0rem;
|
||||
color: #242526;
|
||||
}
|
||||
|
||||
.subtext {
|
||||
font-size: clamp(1rem, 2vw, 1.25rem);
|
||||
max-width: 670px;
|
||||
margin-bottom: 10rem;
|
||||
}
|
||||
|
||||
.info-block {
|
||||
font-size: clamp(.7rem, 10vw, .9rem);
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 1.5rem;
|
||||
max-width: 300px;
|
||||
margin-right: 30rem;
|
||||
}
|
||||
.subtext, .subtext-thanks {
|
||||
font-size: clamp(1.1rem, 2vw, 1.25rem);
|
||||
color: white;
|
||||
mix-blend-mode: difference;
|
||||
}
|
||||
|
||||
.spaced-text {
|
||||
.subtext {
|
||||
max-width: 550px;
|
||||
margin-bottom: 20rem;
|
||||
}
|
||||
|
||||
.subtext-thanks {
|
||||
max-width: 410px;
|
||||
margin-bottom: 22rem;
|
||||
}
|
||||
|
||||
.info-block, .info-block-thanks {
|
||||
font-size: 1rem;
|
||||
text-transform: uppercase;
|
||||
max-width: 300px;
|
||||
margin-right: 24rem;
|
||||
}
|
||||
|
||||
.info-block {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.info-block-thanks {
|
||||
margin-bottom: 7rem;
|
||||
}
|
||||
|
||||
.spaced-text {
|
||||
margin-right: 1.25rem;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.waitlist-form {
|
||||
.waitlist-form {
|
||||
width: min(90%, 500px);
|
||||
}
|
||||
}
|
||||
|
||||
.email-form {
|
||||
.email-form {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.input-wrapper {
|
||||
.input-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 2px solid var(--raisin-black);
|
||||
|
@ -87,10 +137,10 @@ body {
|
|||
width: 100%;
|
||||
background: white;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 10rem;
|
||||
}
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.email-input {
|
||||
.email-input {
|
||||
flex: 1;
|
||||
font-size: 1.25rem;
|
||||
padding: 0.75rem 1rem;
|
||||
|
@ -101,14 +151,14 @@ body {
|
|||
width: 100%;
|
||||
background: white;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.email-input:focus {
|
||||
.email-input:focus {
|
||||
outline: none !important;
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.submit-btn {
|
||||
.submit-btn {
|
||||
background-color: var(--raisin-black);
|
||||
color: var(--ghost-white);
|
||||
border: none;
|
||||
|
@ -119,31 +169,129 @@ body {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
.submit-btn .arrow {
|
||||
.submit-btn .arrow {
|
||||
font-size: 1.5rem;
|
||||
transition: transform 0.25s ease;
|
||||
}
|
||||
}
|
||||
|
||||
.submit-btn .arrow:hover {
|
||||
.submit-btn .arrow:hover {
|
||||
transform: translateX(2.5px);
|
||||
}
|
||||
|
||||
|
||||
.footer {
|
||||
margin-bottom: 2rem;
|
||||
font-size: clamp(0.5rem, 10vw, 0.9rem);
|
||||
color: var(--dark-grey);
|
||||
.footer {
|
||||
margin-bottom: 1rem;
|
||||
font-size: clamp(0.9rem, 10vw, 1rem);
|
||||
color: #242526;
|
||||
display: flex;
|
||||
word-spacing: 80%;
|
||||
word-spacing: 50%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
a {
|
||||
}
|
||||
|
||||
.footer-mobile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.distrust-link-subtext, .distrust-link-footer {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.distrust-link-subtext:hover {
|
||||
color: #0FB74A;
|
||||
}
|
||||
|
||||
.distrust-link-footer:hover {
|
||||
color: var(--pink);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1600px) {
|
||||
|
||||
.subtext {
|
||||
margin-bottom: 15rem;
|
||||
}
|
||||
|
||||
.subtext-thanks {
|
||||
margin-bottom: 17rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1080px) {
|
||||
|
||||
.subtext {
|
||||
margin-bottom: 13rem;
|
||||
}
|
||||
|
||||
.subtext-thanks {
|
||||
margin-bottom: 15rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 770px) {
|
||||
|
||||
.body {
|
||||
background-color: #e2effc;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
margin-top: 1.5rem;
|
||||
margin-bottom: 3.5rem;
|
||||
height: 1.7rem;
|
||||
}
|
||||
|
||||
.video-background {
|
||||
top: 425px;
|
||||
}
|
||||
|
||||
.subtext {
|
||||
max-width: 350px;
|
||||
margin-bottom: 19rem;
|
||||
margin-top: 0rem;
|
||||
}
|
||||
|
||||
.subtext-thanks {
|
||||
max-width: 320px;
|
||||
margin-bottom: 27.5rem;
|
||||
margin-top: 0rem;
|
||||
}
|
||||
|
||||
//.info-block {
|
||||
//margin-bottom: 1.5rem;
|
||||
//margin-right: 5rem;
|
||||
//font-size: 0.9rem;
|
||||
//max-width: 270px;
|
||||
//}//
|
||||
|
||||
.info-block, .info-block-thanks {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.input-wrapper {
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
}
|
||||
|
||||
.footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.footer-mobile {
|
||||
display: block;
|
||||
word-spacing: 30%;
|
||||
text-align: center;
|
||||
color: #636363;
|
||||
max-width: 340px;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* body > div.container {
|
||||
flex: 1;
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
<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>
|
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 1.9 KiB |
|
@ -1,14 +0,0 @@
|
|||
<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>
|
Before Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 9.6 KiB |
|
@ -1,9 +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"/>
|
||||
<line x1="45.1346" y1="90.4807" x2="25.173" y2="90.4807" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="70.7604" y1="43.6463" x2="60.6878" y2="26.4125" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="50.3315" y1="43.3923" x2="60.1425" y2="26.0082" 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 88.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 71.5384 85.2307)" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
</svg>
|
Before Width: | Height: | Size: 971 B After Width: | Height: | Size: 971 B |
|
@ -0,0 +1,8 @@
|
|||
<svg width="86" height="77" viewBox="0 0 86 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<line x1="17.3151" y1="53.5648" x2="7.25701" y2="70.8071" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="27.1345" y1="71.4808" x2="7.17298" y2="71.4808" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="52.7604" y1="24.6464" x2="42.6878" y2="7.41251" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="32.3315" y1="24.3924" x2="42.1424" y2="7.00827" stroke="black" 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 70.4976 46.3846)" stroke="black" 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 53.5386 66.2308)" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 915 B |
After Width: | Height: | Size: 3.3 KiB |
|
@ -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="white"/>
|
||||
<line x1="35.3151" y1="72.5648" x2="25.257" y2="89.8071" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="45.1345" y1="90.4808" x2="25.173" y2="90.4808" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="70.7604" y1="43.6464" x2="60.6878" y2="26.4125" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="50.3315" y1="43.3924" x2="60.1424" y2="26.0083" stroke="black" 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 88.4976 65.3846)" stroke="black" 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 71.5386 85.2308)" stroke="black" stroke-width="10.5" stroke-linecap="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 971 B |
|
@ -0,0 +1,8 @@
|
|||
<svg width="86" height="77" viewBox="0 0 86 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<line x1="17.3151" y1="53.5648" x2="7.25704" y2="70.8072" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="27.1346" y1="71.4807" x2="7.17304" y2="71.4807" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="52.7604" y1="24.6463" x2="42.6878" y2="7.41245" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
<line x1="32.3315" y1="24.3923" x2="42.1425" y2="7.00821" 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 70.4974 46.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 53.5384 66.2307)" stroke="white" stroke-width="10.5" stroke-linecap="round"/>
|
||||
</svg>
|
After Width: | Height: | Size: 915 B |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 20 KiB |
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 425.32 82.88">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
stroke-miterlimit: 4;
|
||||
stroke-width: 10.5px;
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-linecap: round;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
stroke-width: 10.5px;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_1-2" data-name="Layer 1">
|
||||
<path d="M285.31,79.57c-6.53,0-11.4-1.57-14.6-4.7-3.13-3.2-4.7-8.03-4.7-14.5V16.07l15-5.6v50.4c0,2.27.63,3.97,1.9,5.1s3.23,1.7,5.9,1.7c1,0,1.93-.1,2.8-.3.87-.2,1.73-.43,2.6-.7v11.4c-.87.47-2.1.83-3.7,1.1-1.53.27-3.27.4-5.2.4ZM261.11,38.87v-11.4h33.1v11.4h-33.1ZM297.71,78.47V27.47h15v51h-15ZM297.21,20.67v-10.2h16v10.2h-16ZM343.67,79.47c-5.6,0-10.53-1.1-14.8-3.3-4.2-2.27-7.5-5.4-9.9-9.4-2.33-4.07-3.5-8.73-3.5-14s1.17-9.87,3.5-13.8c2.4-3.93,5.7-7,9.9-9.2,4.27-2.2,9.2-3.3,14.8-3.3s10.6,1.1,14.8,3.3c4.27,2.2,7.57,5.27,9.9,9.2,2.33,3.93,3.5,8.53,3.5,13.8s-1.2,9.93-3.6,14c-2.33,4-5.63,7.13-9.9,9.4-4.2,2.2-9.1,3.3-14.7,3.3ZM343.67,67.67c2.33,0,4.43-.6,6.3-1.8,1.93-1.2,3.47-2.9,4.6-5.1,1.13-2.27,1.7-4.97,1.7-8.1,0-4.6-1.23-8.13-3.7-10.6-2.4-2.53-5.37-3.8-8.9-3.8s-6.53,1.27-9,3.8c-2.4,2.53-3.6,6.07-3.6,10.6,0,3.13.57,5.83,1.7,8.1,1.13,2.2,2.63,3.9,4.5,5.1,1.93,1.2,4.07,1.8,6.4,1.8ZM374.82,78.47V27.47h14.7v12h.3v39h-15ZM410.32,78.47v-31.6c0-2.8-.73-4.9-2.2-6.3-1.4-1.4-3.47-2.1-6.2-2.1-2.33,0-4.43.53-6.3,1.6-1.8,1.07-3.23,2.53-4.3,4.4-1,1.87-1.5,4.07-1.5,6.6l-1.3-12.3c1.67-3.73,4.1-6.7,7.3-8.9,3.27-2.27,7.27-3.4,12-3.4,5.67,0,10,1.6,13,4.8,3,3.13,4.5,7.37,4.5,12.7v34.5h-15Z"/>
|
||||
<rect class="cls-3" x="249.09" y="33.99" width="15.04" height="2" transform="translate(221.54 291.59) rotate(-89.98)"/>
|
||||
<path d="M156.33,38.12h-15.45c-.21-1.59-.63-3.02-1.27-4.29-.64-1.28-1.48-2.37-2.53-3.27-1.05-.91-2.3-1.6-3.74-2.07-1.42-.49-3-.74-4.73-.74-3.07,0-5.72.75-7.94,2.26-2.2,1.5-3.9,3.68-5.1,6.52-1.17,2.84-1.76,6.28-1.76,10.32s.6,7.72,1.79,10.57c1.21,2.82,2.91,4.95,5.1,6.4,2.2,1.42,4.81,2.13,7.82,2.13,1.69,0,3.22-.22,4.6-.65,1.4-.43,2.63-1.06,3.68-1.88,1.07-.84,1.95-1.86,2.63-3.06.7-1.22,1.18-2.58,1.45-4.11l15.45.09c-.27,2.8-1.08,5.56-2.44,8.28-1.34,2.72-3.18,5.2-5.53,7.45-2.35,2.22-5.21,4-8.59,5.31-3.36,1.32-7.21,1.98-11.55,1.98-5.73,0-10.85-1.26-15.39-3.77-4.51-2.53-8.07-6.22-10.69-11.06-2.62-4.84-3.92-10.73-3.92-17.67s1.33-12.86,3.99-17.7c2.66-4.84,6.25-8.52,10.78-11.03,4.53-2.51,9.61-3.77,15.23-3.77,3.83,0,7.37.54,10.63,1.61,3.25,1.05,6.12,2.6,8.59,4.63,2.47,2.02,4.48,4.5,6.02,7.45,1.54,2.95,2.5,6.31,2.87,10.1Z"/>
|
||||
<path d="M191.21,78.47c-.4-1.47-.7-3.03-.9-4.7-.13-1.67-.2-3.6-.2-5.8h-.4v-24.1c0-2.07-.7-3.67-2.1-4.8-1.33-1.2-3.33-1.8-6-1.8s-4.57.43-6.1,1.3c-1.47.87-2.43,2.13-2.9,3.8h-14.3c.67-4.6,3.03-8.4,7.1-11.4s9.63-4.5,16.7-4.5,12.93,1.63,16.8,4.9c3.87,3.27,5.8,7.97,5.8,14.1v22.5c0,1.67.1,3.37.3,5.1.27,1.67.67,3.47,1.2,5.4h-15ZM173.41,79.47c-5.07,0-9.1-1.27-12.1-3.8-3-2.6-4.5-6.03-4.5-10.3,0-4.73,1.77-8.53,5.3-11.4,3.6-2.93,8.6-4.83,15-5.7l14.9-2.1v8.7l-12.4,1.9c-2.67.4-4.63,1.13-5.9,2.2-1.27,1.07-1.9,2.53-1.9,4.4,0,1.67.6,2.93,1.8,3.8,1.2.87,2.8,1.3,4.8,1.3,3.13,0,5.8-.83,8-2.5,2.2-1.73,3.3-3.73,3.3-6l1.4,8c-1.47,3.8-3.7,6.67-6.7,8.6-3,1.93-6.67,2.9-11,2.9ZM225.1,79.47c-3.6,0-6.7-.77-9.3-2.3-2.53-1.6-4.47-3.7-5.8-6.3-1.33-2.67-2-5.63-2-8.9V27.47h15v31.6c0,2.8.7,4.9,2.1,6.3s3.37,2.1,5.9,2.1c2.27,0,4.27-.53,6-1.6,1.73-1.07,3.1-2.53,4.1-4.4,1.07-1.93,1.6-4.13,1.6-6.6l1.3,12.3c-1.67,3.67-4.1,6.63-7.3,8.9-3.2,2.27-7.07,3.4-11.6,3.4ZM243,78.47v-12h-.3V27.47h15v51h-14.7Z"/>
|
||||
<g>
|
||||
<line class="cls-2" x1="16.64" y1="57.52" x2="5.34" y2="76.88"/>
|
||||
<line class="cls-2" x1="27.66" y1="77.63" x2="5.25" y2="77.63"/>
|
||||
<line class="cls-2" x1="56.43" y1="25.05" x2="45.12" y2="5.7"/>
|
||||
<line class="cls-2" x1="33.5" y1="24.77" x2="44.51" y2="5.25"/>
|
||||
<line class="cls-1" x1="74.22" y1="57.52" x2="85.51" y2="76.88"/>
|
||||
<line class="cls-2" x1="63.2" y1="77.63" x2="85.61" y2="77.63"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
|
@ -0,0 +1,34 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 456.59 120">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
stroke-miterlimit: 4;
|
||||
stroke-width: 10.5px;
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
fill: none;
|
||||
stroke: #fff;
|
||||
stroke-linecap: round;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
stroke-width: 10.5px;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_1-2" data-name="Layer 1">
|
||||
<path d="M316.58,92.38c-6.53,0-11.4-1.57-14.6-4.7-3.13-3.2-4.7-8.03-4.7-14.5V28.88l15-5.6v50.4c0,2.27.63,3.97,1.9,5.1s3.23,1.7,5.9,1.7c1,0,1.93-.1,2.8-.3.87-.2,1.73-.43,2.6-.7v11.4c-.87.47-2.1.83-3.7,1.1-1.53.27-3.27.4-5.2.4ZM292.38,51.68v-11.4h33.1v11.4h-33.1ZM328.98,91.28v-51h15v51h-15ZM328.48,33.48v-10.2h16v10.2h-16ZM374.94,92.28c-5.6,0-10.53-1.1-14.8-3.3-4.2-2.27-7.5-5.4-9.9-9.4-2.33-4.07-3.5-8.73-3.5-14s1.17-9.87,3.5-13.8c2.4-3.93,5.7-7,9.9-9.2,4.27-2.2,9.2-3.3,14.8-3.3s10.6,1.1,14.8,3.3c4.27,2.2,7.57,5.27,9.9,9.2,2.33,3.93,3.5,8.53,3.5,13.8s-1.2,9.93-3.6,14c-2.33,4-5.63,7.13-9.9,9.4-4.2,2.2-9.1,3.3-14.7,3.3ZM374.94,80.48c2.33,0,4.43-.6,6.3-1.8,1.93-1.2,3.47-2.9,4.6-5.1,1.13-2.27,1.7-4.97,1.7-8.1,0-4.6-1.23-8.13-3.7-10.6-2.4-2.53-5.37-3.8-8.9-3.8s-6.53,1.27-9,3.8c-2.4,2.53-3.6,6.07-3.6,10.6,0,3.13.57,5.83,1.7,8.1,1.13,2.2,2.63,3.9,4.5,5.1,1.93,1.2,4.07,1.8,6.4,1.8ZM406.09,91.28v-51h14.7v12h.3v39h-15ZM441.59,91.28v-31.6c0-2.8-.73-4.9-2.2-6.3-1.4-1.4-3.47-2.1-6.2-2.1-2.33,0-4.43.53-6.3,1.6-1.8,1.07-3.23,2.53-4.3,4.4-1,1.87-1.5,4.07-1.5,6.6l-1.3-12.3c1.67-3.73,4.1-6.7,7.3-8.9,3.27-2.27,7.27-3.4,12-3.4,5.67,0,10,1.6,13,4.8,3,3.13,4.5,7.37,4.5,12.7v34.5h-15Z"/>
|
||||
<rect x="280.36" y="46.8" width="15.04" height="2" transform="translate(240 335.66) rotate(-89.98)"/>
|
||||
<path d="M187.6,50.93h-15.45c-.21-1.59-.63-3.02-1.27-4.29-.64-1.28-1.48-2.37-2.53-3.27-1.05-.91-2.3-1.6-3.74-2.07-1.42-.49-3-.74-4.73-.74-3.07,0-5.72.75-7.94,2.26-2.2,1.5-3.9,3.68-5.1,6.52-1.17,2.84-1.76,6.28-1.76,10.32s.6,7.72,1.79,10.57c1.21,2.82,2.91,4.95,5.1,6.4,2.2,1.42,4.81,2.13,7.82,2.13,1.69,0,3.22-.22,4.6-.65,1.4-.43,2.63-1.06,3.68-1.88,1.07-.84,1.95-1.86,2.63-3.06.7-1.22,1.18-2.58,1.45-4.11l15.45.09c-.27,2.8-1.08,5.56-2.44,8.28-1.34,2.72-3.18,5.2-5.53,7.45-2.35,2.22-5.21,4-8.59,5.31-3.36,1.32-7.21,1.98-11.55,1.98-5.73,0-10.85-1.26-15.39-3.77-4.51-2.53-8.07-6.22-10.69-11.06-2.62-4.84-3.92-10.73-3.92-17.67s1.33-12.86,3.99-17.7c2.66-4.84,6.25-8.52,10.78-11.03,4.53-2.51,9.61-3.77,15.23-3.77,3.83,0,7.37.54,10.63,1.61,3.25,1.05,6.12,2.6,8.59,4.63,2.47,2.02,4.48,4.5,6.02,7.45,1.54,2.95,2.5,6.31,2.87,10.1Z"/>
|
||||
<path d="M222.48,91.28c-.4-1.47-.7-3.03-.9-4.7-.13-1.67-.2-3.6-.2-5.8h-.4v-24.1c0-2.07-.7-3.67-2.1-4.8-1.33-1.2-3.33-1.8-6-1.8s-4.57.43-6.1,1.3c-1.47.87-2.43,2.13-2.9,3.8h-14.3c.67-4.6,3.03-8.4,7.1-11.4s9.63-4.5,16.7-4.5,12.93,1.63,16.8,4.9c3.87,3.27,5.8,7.97,5.8,14.1v22.5c0,1.67.1,3.37.3,5.1.27,1.67.67,3.47,1.2,5.4h-15ZM204.68,92.28c-5.07,0-9.1-1.27-12.1-3.8-3-2.6-4.5-6.03-4.5-10.3,0-4.73,1.77-8.53,5.3-11.4,3.6-2.93,8.6-4.83,15-5.7l14.9-2.1v8.7l-12.4,1.9c-2.67.4-4.63,1.13-5.9,2.2-1.27,1.07-1.9,2.53-1.9,4.4,0,1.67.6,2.93,1.8,3.8,1.2.87,2.8,1.3,4.8,1.3,3.13,0,5.8-.83,8-2.5,2.2-1.73,3.3-3.73,3.3-6l1.4,8c-1.47,3.8-3.7,6.67-6.7,8.6-3,1.93-6.67,2.9-11,2.9ZM256.37,92.28c-3.6,0-6.7-.77-9.3-2.3-2.53-1.6-4.47-3.7-5.8-6.3-1.33-2.67-2-5.63-2-8.9v-34.5h15v31.6c0,2.8.7,4.9,2.1,6.3s3.37,2.1,5.9,2.1c2.27,0,4.27-.53,6-1.6,1.73-1.07,3.1-2.53,4.1-4.4,1.07-1.93,1.6-4.13,1.6-6.6l1.3,12.3c-1.67,3.67-4.1,6.63-7.3,8.9-3.2,2.27-7.07,3.4-11.6,3.4ZM274.27,91.28v-12h-.3v-39h15v51h-14.7Z"/>
|
||||
<rect width="120" height="120" rx="40" ry="40"/>
|
||||
<line class="cls-2" x1="35.32" y1="72.56" x2="25.26" y2="89.81"/>
|
||||
<line class="cls-2" x1="45.13" y1="90.48" x2="25.17" y2="90.48"/>
|
||||
<line class="cls-2" x1="70.76" y1="43.65" x2="60.69" y2="26.41"/>
|
||||
<line class="cls-2" x1="50.33" y1="43.39" x2="60.14" y2="26.01"/>
|
||||
<line class="cls-1" x1="86.61" y1="72.56" x2="96.67" y2="89.81"/>
|
||||
<line class="cls-2" x1="76.79" y1="90.48" x2="96.75" y2="90.48"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 456.59 120">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
stroke-miterlimit: 4;
|
||||
stroke-width: 10.5px;
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-linecap: round;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
stroke-width: 10.5px;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_1-2" data-name="Layer 1">
|
||||
<path class="cls-3" d="M316.58,92.38c-6.53,0-11.4-1.57-14.6-4.7-3.13-3.2-4.7-8.03-4.7-14.5V28.88l15-5.6v50.4c0,2.27.63,3.97,1.9,5.1s3.23,1.7,5.9,1.7c1,0,1.93-.1,2.8-.3.87-.2,1.73-.43,2.6-.7v11.4c-.87.47-2.1.83-3.7,1.1-1.53.27-3.27.4-5.2.4ZM292.38,51.68v-11.4h33.1v11.4h-33.1ZM328.98,91.28v-51h15v51h-15ZM328.48,33.48v-10.2h16v10.2h-16ZM374.94,92.28c-5.6,0-10.53-1.1-14.8-3.3-4.2-2.27-7.5-5.4-9.9-9.4-2.33-4.07-3.5-8.73-3.5-14s1.17-9.87,3.5-13.8c2.4-3.93,5.7-7,9.9-9.2,4.27-2.2,9.2-3.3,14.8-3.3s10.6,1.1,14.8,3.3c4.27,2.2,7.57,5.27,9.9,9.2,2.33,3.93,3.5,8.53,3.5,13.8s-1.2,9.93-3.6,14c-2.33,4-5.63,7.13-9.9,9.4-4.2,2.2-9.1,3.3-14.7,3.3ZM374.94,80.48c2.33,0,4.43-.6,6.3-1.8,1.93-1.2,3.47-2.9,4.6-5.1,1.13-2.27,1.7-4.97,1.7-8.1,0-4.6-1.23-8.13-3.7-10.6-2.4-2.53-5.37-3.8-8.9-3.8s-6.53,1.27-9,3.8c-2.4,2.53-3.6,6.07-3.6,10.6,0,3.13.57,5.83,1.7,8.1,1.13,2.2,2.63,3.9,4.5,5.1,1.93,1.2,4.07,1.8,6.4,1.8ZM406.09,91.28v-51h14.7v12h.3v39h-15ZM441.59,91.28v-31.6c0-2.8-.73-4.9-2.2-6.3-1.4-1.4-3.47-2.1-6.2-2.1-2.33,0-4.43.53-6.3,1.6-1.8,1.07-3.23,2.53-4.3,4.4-1,1.87-1.5,4.07-1.5,6.6l-1.3-12.3c1.67-3.73,4.1-6.7,7.3-8.9,3.27-2.27,7.27-3.4,12-3.4,5.67,0,10,1.6,13,4.8,3,3.13,4.5,7.37,4.5,12.7v34.5h-15Z"/>
|
||||
<rect class="cls-3" x="280.36" y="46.8" width="15.04" height="2" transform="translate(240 335.66) rotate(-89.98)"/>
|
||||
<path class="cls-3" d="M187.6,50.93h-15.45c-.21-1.59-.63-3.02-1.27-4.29-.64-1.28-1.48-2.37-2.53-3.27-1.05-.91-2.3-1.6-3.74-2.07-1.42-.49-3-.74-4.73-.74-3.07,0-5.72.75-7.94,2.26-2.2,1.5-3.9,3.68-5.1,6.52-1.17,2.84-1.76,6.28-1.76,10.32s.6,7.72,1.79,10.57c1.21,2.82,2.91,4.95,5.1,6.4,2.2,1.42,4.81,2.13,7.82,2.13,1.69,0,3.22-.22,4.6-.65,1.4-.43,2.63-1.06,3.68-1.88,1.07-.84,1.95-1.86,2.63-3.06.7-1.22,1.18-2.58,1.45-4.11l15.45.09c-.27,2.8-1.08,5.56-2.44,8.28-1.34,2.72-3.18,5.2-5.53,7.45-2.35,2.22-5.21,4-8.59,5.31-3.36,1.32-7.21,1.98-11.55,1.98-5.73,0-10.85-1.26-15.39-3.77-4.51-2.53-8.07-6.22-10.69-11.06-2.62-4.84-3.92-10.73-3.92-17.67s1.33-12.86,3.99-17.7c2.66-4.84,6.25-8.52,10.78-11.03,4.53-2.51,9.61-3.77,15.23-3.77,3.83,0,7.37.54,10.63,1.61,3.25,1.05,6.12,2.6,8.59,4.63,2.47,2.02,4.48,4.5,6.02,7.45,1.54,2.95,2.5,6.31,2.87,10.1Z"/>
|
||||
<path class="cls-3" d="M222.48,91.28c-.4-1.47-.7-3.03-.9-4.7-.13-1.67-.2-3.6-.2-5.8h-.4v-24.1c0-2.07-.7-3.67-2.1-4.8-1.33-1.2-3.33-1.8-6-1.8s-4.57.43-6.1,1.3c-1.47.87-2.43,2.13-2.9,3.8h-14.3c.67-4.6,3.03-8.4,7.1-11.4s9.63-4.5,16.7-4.5,12.93,1.63,16.8,4.9c3.87,3.27,5.8,7.97,5.8,14.1v22.5c0,1.67.1,3.37.3,5.1.27,1.67.67,3.47,1.2,5.4h-15ZM204.68,92.28c-5.07,0-9.1-1.27-12.1-3.8-3-2.6-4.5-6.03-4.5-10.3,0-4.73,1.77-8.53,5.3-11.4,3.6-2.93,8.6-4.83,15-5.7l14.9-2.1v8.7l-12.4,1.9c-2.67.4-4.63,1.13-5.9,2.2-1.27,1.07-1.9,2.53-1.9,4.4,0,1.67.6,2.93,1.8,3.8,1.2.87,2.8,1.3,4.8,1.3,3.13,0,5.8-.83,8-2.5,2.2-1.73,3.3-3.73,3.3-6l1.4,8c-1.47,3.8-3.7,6.67-6.7,8.6-3,1.93-6.67,2.9-11,2.9ZM256.37,92.28c-3.6,0-6.7-.77-9.3-2.3-2.53-1.6-4.47-3.7-5.8-6.3-1.33-2.67-2-5.63-2-8.9v-34.5h15v31.6c0,2.8.7,4.9,2.1,6.3s3.37,2.1,5.9,2.1c2.27,0,4.27-.53,6-1.6,1.73-1.07,3.1-2.53,4.1-4.4,1.07-1.93,1.6-4.13,1.6-6.6l1.3,12.3c-1.67,3.67-4.1,6.63-7.3,8.9-3.2,2.27-7.07,3.4-11.6,3.4ZM274.27,91.28v-12h-.3v-39h15v51h-14.7Z"/>
|
||||
<rect class="cls-3" width="120" height="120" rx="40" ry="40"/>
|
||||
<line class="cls-2" x1="35.32" y1="72.56" x2="25.26" y2="89.81"/>
|
||||
<line class="cls-2" x1="45.13" y1="90.48" x2="25.17" y2="90.48"/>
|
||||
<line class="cls-2" x1="70.76" y1="43.65" x2="60.69" y2="26.41"/>
|
||||
<line class="cls-2" x1="50.33" y1="43.39" x2="60.14" y2="26.01"/>
|
||||
<line class="cls-1" x1="86.61" y1="72.56" x2="96.67" y2="89.81"/>
|
||||
<line class="cls-2" x1="76.79" y1="90.48" x2="96.75" y2="90.48"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.1 KiB |
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 425.32 82.88">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
stroke-miterlimit: 4;
|
||||
stroke-width: 10.5px;
|
||||
}
|
||||
|
||||
.cls-1, .cls-2 {
|
||||
fill: none;
|
||||
stroke: #fff;
|
||||
stroke-linecap: round;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
stroke-width: 10.5px;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g id="Layer_1-2" data-name="Layer 1">
|
||||
<path class="cls-3" d="M285.31,79.57c-6.53,0-11.4-1.57-14.6-4.7-3.13-3.2-4.7-8.03-4.7-14.5V16.07l15-5.6v50.4c0,2.27.63,3.97,1.9,5.1s3.23,1.7,5.9,1.7c1,0,1.93-.1,2.8-.3.87-.2,1.73-.43,2.6-.7v11.4c-.87.47-2.1.83-3.7,1.1-1.53.27-3.27.4-5.2.4ZM261.11,38.87v-11.4h33.1v11.4h-33.1ZM297.71,78.47V27.47h15v51h-15ZM297.21,20.67v-10.2h16v10.2h-16ZM343.67,79.47c-5.6,0-10.53-1.1-14.8-3.3-4.2-2.27-7.5-5.4-9.9-9.4-2.33-4.07-3.5-8.73-3.5-14s1.17-9.87,3.5-13.8c2.4-3.93,5.7-7,9.9-9.2,4.27-2.2,9.2-3.3,14.8-3.3s10.6,1.1,14.8,3.3c4.27,2.2,7.57,5.27,9.9,9.2,2.33,3.93,3.5,8.53,3.5,13.8s-1.2,9.93-3.6,14c-2.33,4-5.63,7.13-9.9,9.4-4.2,2.2-9.1,3.3-14.7,3.3ZM343.67,67.67c2.33,0,4.43-.6,6.3-1.8,1.93-1.2,3.47-2.9,4.6-5.1,1.13-2.27,1.7-4.97,1.7-8.1,0-4.6-1.23-8.13-3.7-10.6-2.4-2.53-5.37-3.8-8.9-3.8s-6.53,1.27-9,3.8c-2.4,2.53-3.6,6.07-3.6,10.6,0,3.13.57,5.83,1.7,8.1,1.13,2.2,2.63,3.9,4.5,5.1,1.93,1.2,4.07,1.8,6.4,1.8ZM374.82,78.47V27.47h14.7v12h.3v39h-15ZM410.32,78.47v-31.6c0-2.8-.73-4.9-2.2-6.3-1.4-1.4-3.47-2.1-6.2-2.1-2.33,0-4.43.53-6.3,1.6-1.8,1.07-3.23,2.53-4.3,4.4-1,1.87-1.5,4.07-1.5,6.6l-1.3-12.3c1.67-3.73,4.1-6.7,7.3-8.9,3.27-2.27,7.27-3.4,12-3.4,5.67,0,10,1.6,13,4.8,3,3.13,4.5,7.37,4.5,12.7v34.5h-15Z"/>
|
||||
<rect class="cls-3" x="249.09" y="33.99" width="15.04" height="2" transform="translate(221.54 291.59) rotate(-89.98)"/>
|
||||
<path class="cls-3" d="M156.33,38.12h-15.45c-.21-1.59-.63-3.02-1.27-4.29-.64-1.28-1.48-2.37-2.53-3.27-1.05-.91-2.3-1.6-3.74-2.07-1.42-.49-3-.74-4.73-.74-3.07,0-5.72.75-7.94,2.26-2.2,1.5-3.9,3.68-5.1,6.52-1.17,2.84-1.76,6.28-1.76,10.32s.6,7.72,1.79,10.57c1.21,2.82,2.91,4.95,5.1,6.4,2.2,1.42,4.81,2.13,7.82,2.13,1.69,0,3.22-.22,4.6-.65,1.4-.43,2.63-1.06,3.68-1.88,1.07-.84,1.95-1.86,2.63-3.06.7-1.22,1.18-2.58,1.45-4.11l15.45.09c-.27,2.8-1.08,5.56-2.44,8.28-1.34,2.72-3.18,5.2-5.53,7.45-2.35,2.22-5.21,4-8.59,5.31-3.36,1.32-7.21,1.98-11.55,1.98-5.73,0-10.85-1.26-15.39-3.77-4.51-2.53-8.07-6.22-10.69-11.06-2.62-4.84-3.92-10.73-3.92-17.67s1.33-12.86,3.99-17.7c2.66-4.84,6.25-8.52,10.78-11.03,4.53-2.51,9.61-3.77,15.23-3.77,3.83,0,7.37.54,10.63,1.61,3.25,1.05,6.12,2.6,8.59,4.63,2.47,2.02,4.48,4.5,6.02,7.45,1.54,2.95,2.5,6.31,2.87,10.1Z"/>
|
||||
<path class="cls-3" d="M191.21,78.47c-.4-1.47-.7-3.03-.9-4.7-.13-1.67-.2-3.6-.2-5.8h-.4v-24.1c0-2.07-.7-3.67-2.1-4.8-1.33-1.2-3.33-1.8-6-1.8s-4.57.43-6.1,1.3c-1.47.87-2.43,2.13-2.9,3.8h-14.3c.67-4.6,3.03-8.4,7.1-11.4s9.63-4.5,16.7-4.5,12.93,1.63,16.8,4.9c3.87,3.27,5.8,7.97,5.8,14.1v22.5c0,1.67.1,3.37.3,5.1.27,1.67.67,3.47,1.2,5.4h-15ZM173.41,79.47c-5.07,0-9.1-1.27-12.1-3.8-3-2.6-4.5-6.03-4.5-10.3,0-4.73,1.77-8.53,5.3-11.4,3.6-2.93,8.6-4.83,15-5.7l14.9-2.1v8.7l-12.4,1.9c-2.67.4-4.63,1.13-5.9,2.2-1.27,1.07-1.9,2.53-1.9,4.4,0,1.67.6,2.93,1.8,3.8,1.2.87,2.8,1.3,4.8,1.3,3.13,0,5.8-.83,8-2.5,2.2-1.73,3.3-3.73,3.3-6l1.4,8c-1.47,3.8-3.7,6.67-6.7,8.6-3,1.93-6.67,2.9-11,2.9ZM225.1,79.47c-3.6,0-6.7-.77-9.3-2.3-2.53-1.6-4.47-3.7-5.8-6.3-1.33-2.67-2-5.63-2-8.9V27.47h15v31.6c0,2.8.7,4.9,2.1,6.3s3.37,2.1,5.9,2.1c2.27,0,4.27-.53,6-1.6,1.73-1.07,3.1-2.53,4.1-4.4,1.07-1.93,1.6-4.13,1.6-6.6l1.3,12.3c-1.67,3.67-4.1,6.63-7.3,8.9-3.2,2.27-7.07,3.4-11.6,3.4ZM243,78.47v-12h-.3V27.47h15v51h-14.7Z"/>
|
||||
<g>
|
||||
<line class="cls-2" x1="16.64" y1="57.52" x2="5.34" y2="76.88"/>
|
||||
<line class="cls-2" x1="27.66" y1="77.63" x2="5.25" y2="77.63"/>
|
||||
<line class="cls-2" x1="56.43" y1="25.05" x2="45.12" y2="5.7"/>
|
||||
<line class="cls-2" x1="33.5" y1="24.77" x2="44.51" y2="5.25"/>
|
||||
<line class="cls-1" x1="74.22" y1="57.52" x2="85.51" y2="76.88"/>
|
||||
<line class="cls-2" x1="63.2" y1="77.63" x2="85.61" y2="77.63"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.0 KiB |
|
@ -1,8 +0,0 @@
|
|||
<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>
|
Before Width: | Height: | Size: 912 B |
Before Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 1.0 KiB |
|
@ -1,8 +0,0 @@
|
|||
<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>
|
Before 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 |
After Width: | Height: | Size: 549 B |
After Width: | Height: | Size: 841 B |
After Width: | Height: | Size: 2.2 KiB |
6
index.md
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Home
|
||||
tagline: Distrust | Home
|
||||
title: Join Caution Waitlist
|
||||
tagline: Caution | Waitlist
|
||||
layout: landing
|
||||
permalink: /index.html
|
||||
thumbnail: /assets/base/landing-thumbnail.png
|
||||
thumbnail: /assets/base/caution-logo/caution-logo-png/caution-icon-white-box.png
|
||||
---
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: You're in!
|
||||
tagline: Caution | You're in
|
||||
layout: thankyou
|
||||
permalink: /thankyou.html
|
||||
thumbnail: /assets/base/caution-logo/caution-logo-png/caution-icon-white-box.png
|
||||
---
|