Files
2025-10-19 13:20:58 +02:00

353 lines
8.7 KiB
HTML

<!DOCTYPE html>
<!-- saved from url=(0012)about:srcdoc -->
<html dir="undefined"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><style>
:root {
--brandcolor: #a52c5b
}
/* Colors
/* ----------------------------------------------------- */
:root {
--black: #000;
--blackrgb: 0,0,0;
--grey0: #1d1d1d;
--grey1: #333;
--grey1rgb: 33, 33, 33;
--grey2: #3d3d3d;
--grey3: #474747;
--grey4: #515151;
--grey5: #686868;
--grey6: #7f7f7f;
--grey7: #979797;
--grey8: #aeaeae;
--grey9: #c5c5c5;
--grey10: #dcdcdc;
--grey11: #e1e1e1;
--grey12: #eaeaea;
--grey13: #f9f9f9;
--grey13rgb: 249,249,249;
--grey14: #fbfbfb;
--white: #fff;
--whitergb: 255,255,255;
--red: #f02525;
--darkerRed: #C50202;
--yellow: #FFDC15;
--green: #30CF43;
}
/* Globals
/* ----------------------------------------------------- */
html {
font-size: 62.5%;
height: 100%;
}
body {
margin: 0px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 1.6rem;
height: 100%;
line-height: 1.6em;
font-weight: 400;
font-style: normal;
color: var(--grey2);
box-sizing: border-box;
overflow: hidden;
}
button,
button span {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
*, ::after, ::before {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p {
line-height: 1.15em;
padding: 0;
margin: 0;
}
h1 {
font-size: 35px;
font-weight: 700;
letter-spacing: -0.022em;
}
h2 {
font-size: 32px;
font-weight: 700;
letter-spacing: -0.021em;
}
h3 {
font-size: 24px;
font-weight: 700;
letter-spacing: -0.019em;
}
h4 {
font-size: 19px;
font-weight: 700;
letter-spacing: -0.02em;
}
h5 {
font-size: 15px;
font-weight: 700;
letter-spacing: -0.02em;
}
p {
font-size: 15px;
line-height: 1.5em;
margin-bottom: 24px;
}
strong {
font-weight: 600;
}
a,
.gh-portal-link {
cursor: pointer;
}
p a {
font-weight: 500;
color: var(--brandcolor);
text-decoration: none;
}
svg {
box-sizing: content-box;
}
input,
textarea {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 1.5rem;
}
textarea {
padding: 10px;
line-height: 1.5em;
}
.gh-longform {
padding: 56px 6vmin 6vmin;
}
.gh-longform p {
color: var(--grey3);
margin-bottom: 1.2em;
}
.gh-longform p:last-of-type {
margin-bottom: 0.2em;
}
.gh-longform h3 {
font-size: 27px;
margin-top: 0px;
margin-bottom: 0.25em;
text-wrap: balance;
}
.gh-longform h4 {
font-size: 17.5px;
margin-top: 1.85em;
margin-bottom: 0.4em;
}
.gh-longform h5 {
margin-top: 0.8em;
margin-bottom: 0.2em;
}
.gh-longform a {
color: var(--brandcolor);
font-weight: 500;
}
.gh-longform strong {
color: var(--grey1);
}
.gh-longform .ul {
text-decoration: underline;
}
.gh-longform .gh-portal-btn {
width: calc(100% + 4vmin);
margin-top: 4rem;
margin-inline-end: -4vmin;
}
.gh-longform .gh-portal-btn.no-margin-right {
margin-inline-end: 0;
width: 100%;
}
.gh-longform .gh-portal-btn-text {
color: var(--brandcolor);
cursor: pointer;
background: none;
transition: color linear 100ms;
font-size: 1.45rem;
text-decoration: underline;
}
@media (max-width: 1440px) {
h1 {
font-size: 32px;
letter-spacing: -0.022em;
}
h2 {
font-size: 28px;
letter-spacing: -0.021em;
}
h3 {
font-size: 26px;
letter-spacing: -0.02em;
}
}
@media (max-width: 480px) {
h1 {
font-size: 30px;
letter-spacing: -0.021em;
}
h2 {
font-size: 26px;
letter-spacing: -0.02em;
}
h3 {
font-size: 24px;
letter-spacing: -0.019em;
}
.gh-longform {
padding: 10vmin 28px;
}
.gh-desktop-only {
display: none;
}
}
@media (min-width: 481px) {
.gh-mobile-only {
display: none;
}
}
.gh-portal-triggerbtn-wrapper {
display: inline-flex;
align-items: flex-start;
justify-content: flex-end;
height: 100%;
opacity: 1;
transition: transform 0.16s linear 0s; opacity 0.08s linear 0s;
user-select: none;
line-height: 1;
padding: 10px 28px 0 17px;
}
html[dir="rtl"] .gh-portal-triggerbtn-wrapper {
padding: 10px 17px 0 28px;
}
.gh-portal-triggerbtn-wrapper span {
margin-bottom: 1px;
}
.gh-portal-triggerbtn-container {
position: relative;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
background: var(--brandcolor);
height: 60px;
min-width: 60px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 8px 16px -2px;
border-radius: 999px;
transition: opacity 0.3s ease;
}
.gh-portal-triggerbtn-container:before {
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 999px;
background: rgba(var(--whitergb), 0);
transition: background 0.3s ease;
}
.gh-portal-triggerbtn-container:hover:before {
background: rgba(var(--whitergb), 0.08);
}
.gh-portal-triggerbtn-container.halo:before {
top: -4px;
right: -4px;
bottom: -4px;
left: -4px;
border: 4px solid rgba(var(--whitergb), 0.15);
}
.gh-portal-triggerbtn-container.with-label {
padding: 0 12px 0 16px;
}
html[dir="rtl"] .gh-portal-triggerbtn-container.with-label {
padding: 0 16px 0 12px;
}
.gh-portal-triggerbtn-label {
padding: 8px;
color: var(--white);
display: block;
white-space: nowrap;
max-width: 380px;
overflow: hidden;
text-overflow: ellipsis;
}
.gh-portal-avatar {
margin-bottom: 0px !important;
width: 60px;
height: 60px;
}
.gh-portal-avatar {
position: relative;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
margin: 0 0 8px 0;
border-radius: 999px;
}
.gh-portal-avatar img {
position: absolute;
display: block;
top: -2px;
right: -2px;
bottom: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
opacity: 1;
max-width: unset;
}
</style></head><body><div class="gh-portal-triggerbtn-wrapper"><div class="gh-portal-triggerbtn-container with-label" data-testid="portal-trigger-button"><svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg" style="width: 24px; height: 24px; color: rgb(255, 255, 255);"><path d="M17.903 12.016c-.332-1.665-1.491-3.032-3.031-3.654M11.037 8.4C9.252 9.163 8 10.935 8 13c0 .432.055.85.158 1.25M10.44 17.296c.748.447 1.624.704 2.56.704 1.71 0 3.22-.858 4.12-2.167M15.171 21.22c3.643-.96 6.329-4.276 6.329-8.22 0-1.084-.203-2.121-.573-3.075M18.611 6.615C17.114 5.3 15.151 4.5 13 4.5c-2.149 0-4.112.797-5.608 2.113M5.112 9.826c-.395.98-.612 2.052-.612 3.174 0 4.015 2.783 7.38 6.526 8.27" stroke="#fff" stroke-width="1.5" stroke-linecap="round"></path><path d="M8.924 24.29c1.273.46 2.645.71 4.076.71 5.52 0 10.17-3.727 11.57-8.803M6.712 2.777C3.285 4.89 1 8.678 1 13c0 3.545 1.537 6.731 3.982 8.928M24.849 11.089C23.933 5.369 18.977 1 13 1c-.69 0-1.367.058-2.025.17" stroke="#fff" stroke-width="1.5" stroke-linecap="round"></path></svg><span class="gh-portal-triggerbtn-label"> Subscribe </span></div></div></body></html>