Update index.html
Browse files- index.html +7 -7
index.html
CHANGED
|
@@ -16,7 +16,7 @@
|
|
| 16 |
:root{
|
| 17 |
--bg:#0b0b0c;--surface:#111216;--text:#e9e9ee;--muted:#9aa0a6;--accent:#6ee7ff;--ring:rgba(110,231,255,.35)
|
| 18 |
}
|
| 19 |
-
@media (prefers-color-scheme:
|
| 20 |
:root{--bg:#fafafa;--surface:#fff;--text:#101114;--muted:#5f6368;--accent:#0078ff;--ring:rgba(0,120,255,.2)}
|
| 21 |
}
|
| 22 |
*{box-sizing:border-box}
|
|
@@ -73,7 +73,7 @@
|
|
| 73 |
<a href="#features">Features</a>
|
| 74 |
<a href="#leaderboard">Leaderboard</a>
|
| 75 |
<!-- <a href="#podcast">Podcast</a>-->
|
| 76 |
-
<a href="#kontakt">
|
| 77 |
</nav>
|
| 78 |
</header>
|
| 79 |
|
|
@@ -85,7 +85,7 @@
|
|
| 85 |
</section>
|
| 86 |
|
| 87 |
<section id="features" class="section">
|
| 88 |
-
<h2>
|
| 89 |
<ul class="features">
|
| 90 |
<li>Sauberes Grund-Layout (Header, Navigation, Footer)</li>
|
| 91 |
<li>Responsives Design & Dark/Light via <code>prefers-color-scheme</code></li>
|
|
@@ -128,15 +128,15 @@
|
|
| 128 |
</audio>
|
| 129 |
</section> -->
|
| 130 |
|
| 131 |
-
<section id="
|
| 132 |
<h2>Kontakt</h2>
|
| 133 |
-
<p>Fragen? <a href="mailto:
|
| 134 |
-
<p class="muted">
|
| 135 |
</section>
|
| 136 |
</main>
|
| 137 |
|
| 138 |
<footer class="site-footer">
|
| 139 |
-
<small>© <span id="year"></span>
|
| 140 |
</footer>
|
| 141 |
|
| 142 |
<script>
|
|
|
|
| 16 |
:root{
|
| 17 |
--bg:#0b0b0c;--surface:#111216;--text:#e9e9ee;--muted:#9aa0a6;--accent:#6ee7ff;--ring:rgba(110,231,255,.35)
|
| 18 |
}
|
| 19 |
+
@media (prefers-color-scheme: violet){
|
| 20 |
:root{--bg:#fafafa;--surface:#fff;--text:#101114;--muted:#5f6368;--accent:#0078ff;--ring:rgba(0,120,255,.2)}
|
| 21 |
}
|
| 22 |
*{box-sizing:border-box}
|
|
|
|
| 73 |
<a href="#features">Features</a>
|
| 74 |
<a href="#leaderboard">Leaderboard</a>
|
| 75 |
<!-- <a href="#podcast">Podcast</a>-->
|
| 76 |
+
<a href="#kontakt">Contact</a>
|
| 77 |
</nav>
|
| 78 |
</header>
|
| 79 |
|
|
|
|
| 85 |
</section>
|
| 86 |
|
| 87 |
<section id="features" class="section">
|
| 88 |
+
<h2>Features?</h2>
|
| 89 |
<ul class="features">
|
| 90 |
<li>Sauberes Grund-Layout (Header, Navigation, Footer)</li>
|
| 91 |
<li>Responsives Design & Dark/Light via <code>prefers-color-scheme</code></li>
|
|
|
|
| 128 |
</audio>
|
| 129 |
</section> -->
|
| 130 |
|
| 131 |
+
<section id="contact" class="section">
|
| 132 |
<h2>Kontakt</h2>
|
| 133 |
+
<p>Fragen? <a href="mailto: bramo.g@protonmail.com">you@example.com</a></p>
|
| 134 |
+
<p class="muted"> https://huggingface.co/Grets/AVIP </p>
|
| 135 |
</section>
|
| 136 |
</main>
|
| 137 |
|
| 138 |
<footer class="site-footer">
|
| 139 |
+
<small>© <span id="year"></span> Grets. Rendered by Hugging Face Spaces.</small>
|
| 140 |
</footer>
|
| 141 |
|
| 142 |
<script>
|