Skip to content

Commit 793b26f

Browse files
fchaussinclaude
andcommitted
feat: real QuizDock logo — detailed (hero) + simple icon (favicon/nav)
Wire the provided SVGs verbatim: logo.svg (detailed, hero) and icon.svg (simple, favicon + nav + footer); drop the placeholder marks and the quad. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent c045f73 commit 793b26f

6 files changed

Lines changed: 385 additions & 31 deletions

File tree

favicon.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

icon.svg

Lines changed: 55 additions & 0 deletions
Loading

index.html

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name="description"
99
content="QuizDock is an open-source, self-hosted live quiz platform. Real-time multiplayer, projector-ready screens, answer capture, session history & CSV export — players join by PIN or QR, your data stays on your servers."
1010
/>
11-
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
11+
<link rel="icon" href="icon.svg" type="image/svg+xml" />
1212
<link rel="stylesheet" href="styles.css" />
1313
<meta property="og:title" content="QuizDock — Open-source self-hosted live quiz" />
1414
<meta
@@ -19,18 +19,10 @@
1919
<meta property="og:url" content="https://quizdock.github.io" />
2020
</head>
2121
<body>
22-
<!--
23-
Logo : placeholder vectoriel thémé (boîte indigo « ? » + mot QuizDock).
24-
À remplacer par l'asset fourni — déposer le fichier (ex. assets/logo-site.svg)
25-
et remplacer les deux blocs <svg class="brand-mark"> par <img src="…">.
26-
-->
2722
<header class="nav">
2823
<a class="brand" href="#top" aria-label="QuizDock home">
29-
<svg class="brand-mark" viewBox="0 0 170 32" role="img" aria-label="QuizDock">
30-
<rect class="box" x="1" y="6" width="20" height="20" rx="5" />
31-
<text x="11" y="21" text-anchor="middle" font-size="13" font-weight="700" fill="#fff">?</text>
32-
<text class="word" x="30" y="22" font-size="17" font-weight="700">QuizDock</text>
33-
</svg>
24+
<img class="brand-mark" src="icon.svg" alt="" width="32" height="32" />
25+
<span class="brand-name">QuizDock</span>
3426
</a>
3527
<nav class="nav-links">
3628
<a href="#features">Features</a>
@@ -42,6 +34,7 @@
4234

4335
<main id="top">
4436
<section class="hero">
37+
<img class="hero-logo" src="logo.svg" alt="QuizDock" />
4538
<span class="pill">Open source · self-hosted · pre-1.0</span>
4639
<h1>Live quizzes you actually <span class="accent">own</span>.</h1>
4740
<p class="lede">
@@ -53,12 +46,6 @@ <h1>Live quizzes you actually <span class="accent">own</span>.</h1>
5346
<a class="btn btn-primary" href="https://github.com/quizdock/quiz-dock">View on GitHub</a>
5447
<a class="btn btn-ghost" href="#selfhost">Self-host in 2 minutes</a>
5548
</div>
56-
<div class="quad" aria-hidden="true">
57-
<span class="q1"></span>
58-
<span class="q2"></span>
59-
<span class="q3"></span>
60-
<span class="q4"></span>
61-
</div>
6249
</section>
6350

6451
<section id="features" class="section">
@@ -200,11 +187,7 @@ <h2>Own your next quiz.</h2>
200187
</main>
201188

202189
<footer class="footer">
203-
<svg class="brand-mark" viewBox="0 0 170 32" role="img" aria-label="QuizDock">
204-
<rect class="box" x="1" y="6" width="20" height="20" rx="5" />
205-
<text x="11" y="21" text-anchor="middle" font-size="13" font-weight="700" fill="#fff">?</text>
206-
<text class="word" x="30" y="22" font-size="17" font-weight="700">QuizDock</text>
207-
</svg>
190+
<img class="brand-mark" src="icon.svg" alt="QuizDock" width="34" height="34" />
208191
<nav class="footer-links">
209192
<a href="https://github.com/quizdock/quiz-dock">GitHub</a>
210193
<a href="https://github.com/quizdock/quiz-dock/issues">Issues</a>

0 commit comments

Comments
 (0)