renommage de lib, rendre buildable

This commit is contained in:
Tykayn 2025-08-08 10:57:00 +02:00 committed by tykayn
parent 1706c64713
commit a89007a81b
9896 changed files with 478996 additions and 496 deletions

View file

@ -0,0 +1,15 @@
@font-face {
font-family: 'GT Pressura';
src: url('../../landing/public/assets/fonts/GTPressura-Bold.woff2') format('woff2'),
url('../../landing/public/assets/fonts/GTPressura-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Founders Grotesk';
src: url('../../landing/public/assets/fonts/FoundersGrotesk-Regular.woff2') format('woff2'),
url('../../landing/public/assets/fonts/FoundersGrotesk-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}

View file

@ -0,0 +1,165 @@
/*
Name: Base16 Ocean Dark
Author: Chris Kempson (http://chriskempson.com)
Prism template by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/prism/)
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
*/
code[class*="language-"],
pre[class*="language-"] {
font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
font-size: 14px;
line-height: 1.375;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
background: #2b303b;
color: #c0c5ce;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #a7adba;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
text-shadow: none;
background: #a7adba;
}
/* Code blocks */
pre[class*="language-"] {
padding: 2rem;
margin: .5em 0;
overflow: auto;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #65737e;
}
.token.punctuation {
color: #c0c5ce;
}
.token.namespace {
opacity: .7;
}
.token.operator,
.token.boolean,
.token.number {
color: #d08770;
}
.token.property {
color: #ebcb8b;
}
.token.tag {
color: #8fa1b3;
}
.token.string {
color: #96b5b4;
}
.token.selector {
color: #b48ead;
}
.token.attr-name {
color: #d08770;
}
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #96b5b4;
}
.token.attr-value,
.token.keyword,
.token.control,
.token.directive,
.token.unit {
color: #a3be8c;
}
.token.statement,
.token.regex,
.token.atrule {
color: #96b5b4;
}
.token.placeholder,
.token.variable {
color: #8fa1b3;
}
.token.deleted {
text-decoration: line-through;
}
.token.inserted {
border-bottom: 1px dotted #eff1f5;
text-decoration: none;
}
.token.italic {
font-style: italic;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.important {
color: #bf616a;
}
.token.entity {
cursor: help;
}
pre > code.highlight {
outline: 0.4em solid #bf616a;
outline-offset: .4em;
}
.line-numbers .line-numbers-rows {
border-right-color: #343d46 !important;
}
.line-numbers-rows > span:before {
color: #4f5b66 !important;
}
.line-highlight {
background: rgba(239, 241, 245, 0.2) !important;
background: -webkit-linear-gradient(left, rgba(239, 241, 245, 0.2) 70%, rgba(239, 241, 245, 0)) !important;
background: linear-gradient(to right, rgba(239, 241, 245, 0.2) 70%, rgba(239, 241, 245, 0)) !important;
}

View file

@ -0,0 +1,123 @@
html, body {
font-family: "Pier Sans", "proxima-nova", "Helvetica Neue", sans-serif;
}
body {
background-color: rgba(236, 243, 246, 50);
color: #5F6976;
height: 100%;
margin: 0;
}
.button {
border: 2px solid #5F6976;
color: #5F6976;
cursor: pointer;
display: inline-block;
font-size: 0.8em;
font-weight: 500;
letter-spacing: 3px;
line-height: 1.3em;
padding: 1em 1.25em;
text-decoration: none;
text-transform: uppercase;
width: 140px;
}
.button:hover {
background-color: #5F6976;
color: #ffffff;
}
@media (max-width: 568px) {
.button {
display: block;
margin: 1em auto 0;
}
}
.hero-outer {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: table;
height: 100%;
padding: 20px 0;
width: 100%;
}
.hero-inner {
max-width: 700px;
width: 90%;
}
@media (max-width: 600px) {
.hero-inner {
width: 340px;
}
}
@media (max-width: 360px) {
.hero-inner {
width: 200px;
}
}
.hero-outer .hero-inner {
margin: 0 auto 1em;
text-align: center;
}
.demo-heading {
color: #00213B;
}
h1.demo-heading {
font-size: 3rem;
font-weight: bold;
padding-top: 10px;
}
h3.demo-heading {
font-size: 1.3em;
padding-top: 13px;
}
h2.demo-heading,
h3.demo-heading {
font-weight: normal;
}
.hero-outer .hero-followup {
padding-top: 20px;
}
pre {
border: 1px solid rgba(0, 0, 0, 0.15);
line-height: 1.4em;
}
.shepherd-button {
background: #00213b;
font-size: 0.7rem;
text-transform: uppercase;
}
.shepherd-button:hover {
background: #ececec;
color: #00213b;
}
.shepherd-text a,
.shepherd-text a:visited,
.shepherd-text a:active {
border-bottom: 1px dotted;
border-bottom-color: rgba(0, 0, 0, 0.75);
color: rgba(0, 0, 0, 0.75);
text-decoration: none;
}
.shepherd-text a:hover,
.shepherd-text a:visited:hover,
.shepherd-text a:active:hover {
border-bottom-style: solid;
}