Private
Public Access
1
0

feat(graphism): Adding favicon and title image

This commit is contained in:
gauvainboiche
2026-04-01 14:38:15 +02:00
parent 1dc6f3cc9e
commit 198f03dfb7
8 changed files with 10 additions and 1 deletions

BIN
public/graphism/Logo_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 892 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 KiB

BIN
public/graphism/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Star Wars - Wild Space</title>
<link rel="stylesheet" href="./style.css" />
<link rel="icon" type="image/png" href="./graphism/favicon.png" />
</head>
<body>
<!-- Auth Modal ──────────────────────────────────────────────────────────── -->
@@ -77,7 +78,7 @@
<button type="button" id="closeMenuBtn" class="closeMenuBtn" aria-label="Close menu"></button>
<div class="infoSection infoSection--title">
<div class="h1">Star Wars - Wild Space</div>
<img src="./graphism/Version_03.png" alt="Star Wars - Wild Space" class="titleBanderol" />
<div class="sub">Explorez les Régions Inconnues pour faire triompher votre camp !</div>
</div>

View File

@@ -434,6 +434,14 @@ body {
letter-spacing: 0.2px;
}
.titleBanderol {
display: block;
max-height: 100px;
width: auto;
max-width: 100%;
object-fit: contain;
}
.infoSection--title .sub {
font-size: 11px;
opacity: 0.65;