Fixed assets - we can live without Quit Social

Esse commit está contido em:
Tommi 2021-03-20 13:07:31 +01:00
commit 5cc191e655
7 arquivos alterados com 12 adições e 9 exclusões

Ver arquivo

@ -13,15 +13,14 @@ future: true
profile: true
livereload: true
strict_front_matter: true
favicon: "https://assets.tommi.space/qsm/favicon.svg"
image: "https://assets.tommi.space/qsm/qsm.svg"
images: "https://assets.tommi.space/images"
post-images: "https://assets.tommi.space/images/posts"
favicon: "/favicon.svg"
image: "/logos/qsm.svg"
images: "/images"
assets: "https://assets.tommi.space/assets"
video: "https://assets.tommi.space/video"
audio: "https://assets.tommi.space/audio"
logos: "https://assets.tommi.space/logos"
fonts: "https://assets.tommi.space/fonts"
logos: "/logos"
fonts: "https://tommi.space/fonts"
exclude:
- riordinare/
keep_files:
@ -64,6 +63,6 @@ defaults:
values:
layout: "page"
lang: "en"
image: "https://assets.tommi.space/qsm/qsm.png"
image: "https://tommi.space/qsm/qsm.png"
toc: true
anchors: true

1
favicon.svg Normal file
Ver arquivo

@ -0,0 +1 @@
<svg width="320" height="320" version="1.1" viewBox="0 0 84.7 84.7" xmlns="http://www.w3.org/2000/svg"><text x="14.78354" y="70.986565" style="fill:#a8dadc;font-family:Inter;font-size:79.4px;font-weight:800;stroke-width:0" xml:space="preserve"><tspan x="14.78354" y="70.986565" style="fill:#1d3557">Q</tspan></text><text x="11.299233" y="68.857841" style="fill:#a8dadc;font-family:Inter;font-size:79.4px;font-weight:800;stroke-width:0" xml:space="preserve"><tspan x="11.299233" y="68.857841" style="fill:#e63946">Q</tspan></text></svg>

Depois

Largura:  |  Altura:  |  Tamanho: 536 B

BIN
logos/qsm.png Normal file

Arquivo binário não exibido.

Depois

Largura:  |  Altura:  |  Tamanho: 61 KiB

1
logos/qsm.svg Normal file
Ver arquivo

@ -0,0 +1 @@
<svg width="1080" height="1080" version="1.1" viewBox="0 0 286 286" xmlns="http://www.w3.org/2000/svg"><rect x="-.402" width="290" height="287" style="fill:#a8dadc;stroke-width:0"/><text x="12.569577" y="103.43346" style="fill:#ffc107;font-family:Inter;font-size:106px;font-weight:800;stroke-width:0" xml:space="preserve"><tspan x="12.569577" y="103.43346" style="fill:#e63946">QUIT</tspan></text><text x="11.649117" y="176.16791" style="fill:#ffc107;font-family:Inter;font-size:68.8px;font-weight:800;stroke-width:0" xml:space="preserve"><tspan x="11.649117" y="176.16791" style="fill:#1d3557">SOCIAL</tspan></text><text x="13.396859" y="253.22508" style="fill:#ffc107;font-family:Inter;font-size:79.4px;font-weight:800;stroke-width:0" xml:space="preserve"><tspan x="13.396859" y="253.22508" style="fill:#1d3557">MEDIA</tspan></text></svg>

Depois

Largura:  |  Altura:  |  Tamanho: 841 B

Ver arquivo

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" viewBox="0 0 8.47 8.47"><circle cx="4.23" cy="4.23" r="1.85" style="fill:#E63946;stroke-width:0"/><circle cx="4.23" cy="4.23" r="1.06" style="fill:#F1FAEE;stroke-width:0"/></svg>

Depois

Largura:  |  Altura:  |  Tamanho: 256 B

1
logos/red-cursor.svg Normal file
Ver arquivo

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1" viewBox="0 0 8.47 8.47"><circle cx="4.23" cy="4.23" r="1.06" style="fill:#E63946;stroke-width:0"/></svg>

Depois

Largura:  |  Altura:  |  Tamanho: 182 B

Ver arquivo

@ -52,7 +52,7 @@
html {
box-sizing: border-box;
cursor: url(https://assets.tommi.space/logos/red-cursor.svg) 16 16, crosshair;
cursor: url(/logos/red-cursor.svg) 16 16, crosshair;
background: var(--background);
scroll-behavior: smooth;
}
@ -347,7 +347,7 @@ button,
.button,
.aa-suggestion,
.embed-container {
cursor: url(https://assets.tommi.space/logos/red-cursor-hover.svg) 16 16, pointer;
cursor: url(/logos/red-cursor-hover.svg) 16 16, pointer;
}