Quellcode durchsuchen

snapshot: pre-destructive 20260509-170529

Alfredo vor 3 Tagen
Ursprung
Commit
678ac46d27

BIN
static/fonts/Outfit-Medium.ttf


BIN
static/fonts/Outfit-Regular.ttf


BIN
static/fonts/ShareTech-Regular.ttf


BIN
static/fonts/SourceSerif4-Italic.ttf


BIN
static/fonts/SourceSerif4-Regular.ttf


BIN
static/fonts/Spectral-SemiBold.ttf


BIN
static/fonts/Spectral-SemiBoldItalic.ttf


+ 1 - 0
static/img/favicon.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="32" height="32" fill="#ffffff"/><text x="16" y="22" text-anchor="middle" font-family="Inter, sans-serif" font-weight="600" font-size="14" letter-spacing="1.5" fill="#1a1a1a">G</text></svg>

+ 19 - 0
static/img/logo-dark.svg

@@ -0,0 +1,19 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 48" width="220" height="48" role="img" aria-label="GAZPERI">
+  <defs>
+    <style>
+      @import url('https://fonts.googleapis.com/css2?family=Share+Tech&amp;display=swap');
+    </style>
+  </defs>
+  <!-- Sem fundo — texto escuro (#1a1918) sobre transparente -->
+  <text
+    x="110"
+    y="33"
+    font-family="'Share Tech', 'Arial', monospace"
+    font-size="28"
+    font-weight="400"
+    letter-spacing="4"
+    text-anchor="middle"
+    fill="#1a1918"
+    dominant-baseline="auto"
+  >GAZPERI</text>
+</svg>

+ 19 - 0
static/img/logo-light.svg

@@ -0,0 +1,19 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 220 48" width="220" height="48" role="img" aria-label="GAZPERI">
+  <defs>
+    <style>
+      @import url('https://fonts.googleapis.com/css2?family=Share+Tech&amp;display=swap');
+    </style>
+  </defs>
+  <!-- Sem fundo — texto claro (#f5f0e8) sobre transparente -->
+  <text
+    x="110"
+    y="33"
+    font-family="'Share Tech', 'Arial', monospace"
+    font-size="28"
+    font-weight="400"
+    letter-spacing="4"
+    text-anchor="middle"
+    fill="#f5f0e8"
+    dominant-baseline="auto"
+  >GAZPERI</text>
+</svg>