beautyfied
This commit is contained in:
19
index.html
19
index.html
@@ -7,6 +7,7 @@
|
||||
<link rel="icon" type="image/png" href="https://img.icons8.com/ios-filled/50/1793d1/sun--v1.png">
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700&display=swap">
|
||||
|
||||
<style>
|
||||
:root {
|
||||
@@ -88,8 +89,16 @@
|
||||
}
|
||||
|
||||
/* Texte */
|
||||
h1 { font-size: 3rem; margin-bottom: 10px; color: #fff; letter-spacing: 2px; }
|
||||
.subtitle { color: #1793d1; font-weight: bold; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px;}
|
||||
h1 {
|
||||
font-family: 'JetBrains Mono', monospace; /* Die neue Code-Schrift */
|
||||
font-size: 4rem;
|
||||
margin-bottom: 10px;
|
||||
color: #fff;
|
||||
letter-spacing: 4px;
|
||||
text-transform: uppercase;
|
||||
/* Ein leichter Leuchteffekt passend zum Blau */
|
||||
text-shadow: 0 0 10px rgba(23, 147, 209, 0.3), 0 0 20px rgba(23, 147, 209, 0.2);
|
||||
}
|
||||
p { color: #aaa; line-height: 1.6; margin-bottom: 30px; }
|
||||
|
||||
/* Terminal Style */
|
||||
@@ -191,12 +200,6 @@
|
||||
|
||||
<span class="subtitle">Status: Online</span>
|
||||
<h1>HELIOS</h1>
|
||||
|
||||
<p>
|
||||
Große Dinge haben kleine Anfänge. Diese Präsenz befindet sich derzeit im Aufbau.
|
||||
Schau später wieder vorbei, um Projekte rund um Spiele, Datenanalyse und mehr zu sehen.
|
||||
</p>
|
||||
|
||||
<div class="terminal">
|
||||
<pre>
|
||||
<span class="t-blue">HELIOS SERVER</span>
|
||||
|
||||
Reference in New Issue
Block a user