add sc-logo branding to hero card and favicon
This commit is contained in:
parent
1762fa250f
commit
000538b440
3 changed files with 19 additions and 0 deletions
12
index.html
12
index.html
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/jpeg" href="sc-logo.jpg" />
|
||||
<title>SoccerCloud Web</title>
|
||||
<script>
|
||||
(function () {
|
||||
|
|
@ -229,6 +230,16 @@
|
|||
font-weight: 700;
|
||||
}
|
||||
|
||||
.hero-logo {
|
||||
width: 80px;
|
||||
height: auto;
|
||||
display: block;
|
||||
border-radius: 14px;
|
||||
margin: 0 0 12px;
|
||||
border: 1px solid var(--line);
|
||||
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: "Sora", "Space Grotesk", sans-serif;
|
||||
margin: 0;
|
||||
|
|
@ -598,6 +609,7 @@
|
|||
<main class="app">
|
||||
<section class="hero">
|
||||
<article class="hero-card">
|
||||
<img class="hero-logo" src="sc-logo.jpg" alt="SoccerCloud logo" />
|
||||
<p class="eyebrow">Rust Backend</p>
|
||||
<h1>SoccerCloud Web Control Room</h1>
|
||||
<p class="lead">A modern web frontend backed by the same Rust simulation engine used in CLI and TUI modes.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue