feat(graphism): Adding favicon and title image
This commit is contained in:
BIN
public/graphism/Logo_2.png
Normal file
BIN
public/graphism/Logo_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
public/graphism/Version_01.png
Normal file
BIN
public/graphism/Version_01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
BIN
public/graphism/Version_02.png
Normal file
BIN
public/graphism/Version_02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 892 KiB |
BIN
public/graphism/Version_03.png
Normal file
BIN
public/graphism/Version_03.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 582 KiB |
BIN
public/graphism/Version_03_2.png
Normal file
BIN
public/graphism/Version_03_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 979 KiB |
BIN
public/graphism/favicon.png
Normal file
BIN
public/graphism/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
@@ -5,6 +5,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Star Wars - Wild Space</title>
|
<title>Star Wars - Wild Space</title>
|
||||||
<link rel="stylesheet" href="./style.css" />
|
<link rel="stylesheet" href="./style.css" />
|
||||||
|
<link rel="icon" type="image/png" href="./graphism/favicon.png" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Auth Modal ──────────────────────────────────────────────────────────── -->
|
<!-- Auth Modal ──────────────────────────────────────────────────────────── -->
|
||||||
@@ -77,7 +78,7 @@
|
|||||||
<button type="button" id="closeMenuBtn" class="closeMenuBtn" aria-label="Close menu">✕</button>
|
<button type="button" id="closeMenuBtn" class="closeMenuBtn" aria-label="Close menu">✕</button>
|
||||||
|
|
||||||
<div class="infoSection infoSection--title">
|
<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 class="sub">Explorez les Régions Inconnues pour faire triompher votre camp !</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -434,6 +434,14 @@ body {
|
|||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.titleBanderol {
|
||||||
|
display: block;
|
||||||
|
max-height: 100px;
|
||||||
|
width: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
|
|
||||||
.infoSection--title .sub {
|
.infoSection--title .sub {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
opacity: 0.65;
|
opacity: 0.65;
|
||||||
|
|||||||
Reference in New Issue
Block a user