Grets commited on
Commit
75867f4
·
verified ·
1 Parent(s): d4937c8

Update index.html

Browse files
Files changed (1) hide show
  1. 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: light){
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">Kontakt</a>
77
  </nav>
78
  </header>
79
 
@@ -85,7 +85,7 @@
85
  </section>
86
 
87
  <section id="features" class="section">
88
- <h2>Was ist drin?</h2>
89
  <ul class="features">
90
  <li>Sauberes Grund-Layout (Header, Navigation, Footer)</li>
91
  <li>Responsives Design &amp; Dark/Light via <code>prefers-color-scheme</code></li>
@@ -128,15 +128,15 @@
128
  </audio>
129
  </section> -->
130
 
131
- <section id="kontakt" class="section">
132
  <h2>Kontakt</h2>
133
- <p>Fragen? <a href="mailto:you@example.com">you@example.com</a></p>
134
- <p class="muted">Optional: Links zu GitHub, Hugging Face, Twitter …</p>
135
  </section>
136
  </main>
137
 
138
  <footer class="site-footer">
139
- <small>&copy; <span id="year"></span> Dein Name. Bereitgestellt über GitHub Pages oder Hugging Face Spaces.</small>
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 &amp; 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>&copy; <span id="year"></span> Grets. Rendered by Hugging Face Spaces.</small>
140
  </footer>
141
 
142
  <script>