forked from icd/mt940-mbank-ts
feat: add ICD logo
This commit is contained in:
parent
11500e0a2e
commit
092ff9e390
@ -4,7 +4,7 @@
|
|||||||
<title>mBank mt940 konwerter</title>
|
<title>mBank mt940 konwerter</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.yellow.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.css" />
|
||||||
<link rel="stylesheet" href="styles.css" />
|
<link rel="stylesheet" href="styles.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -43,6 +43,10 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
<div id="icd-logo-container">
|
||||||
|
<div id="icd-logo"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Aplikacja została wykonana przez
|
Aplikacja została wykonana przez
|
||||||
<a target="_blank" href="https://www.internet-czas-dzialac.pl/">
|
<a target="_blank" href="https://www.internet-czas-dzialac.pl/">
|
||||||
@ -51,9 +55,11 @@
|
|||||||
i jest utrzymywana przez
|
i jest utrzymywana przez
|
||||||
<a target="_blank" href="https://www.sealcode.it/">Sealcode</a>
|
<a target="_blank" href="https://www.sealcode.it/">Sealcode</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a target="_blank" href="https://git.internet-czas-dzialac.pl/icd/mt940-mbank-ts">Kod źródłowy</a>
|
<a target="_blank" href="https://git.internet-czas-dzialac.pl/icd/mt940-mbank-ts">Kod źródłowy</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<small>
|
<small>
|
||||||
Wykorzystuje czcionkę
|
Wykorzystuje czcionkę
|
||||||
<a target="_blank" href="https://brailleinstitute.org/freefont">Atkinson Hyperlegible</a>
|
<a target="_blank" href="https://brailleinstitute.org/freefont">Atkinson Hyperlegible</a>
|
||||||
|
BIN
public/logo.png
Normal file
BIN
public/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -48,3 +48,25 @@ header {
|
|||||||
#theme-toggle[dark]::before {
|
#theme-toggle[dark]::before {
|
||||||
content: "🌙";
|
content: "🌙";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#icd-logo {
|
||||||
|
height: 30px;
|
||||||
|
aspect-ratio: 1200/319;
|
||||||
|
background-color: white;
|
||||||
|
mask-image: url("logo.png");
|
||||||
|
mask-repeat: no-repeat;
|
||||||
|
mask-size: contain;
|
||||||
|
mask-position: center;
|
||||||
|
-webkit-mask-image: url("logo.png");
|
||||||
|
-webkit-mask-repeat: no-repeat;
|
||||||
|
-webkit-mask-size: contain;
|
||||||
|
-webkit-mask-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#icd-logo-container {
|
||||||
|
background-color: black;
|
||||||
|
padding: 1em;
|
||||||
|
width: fit-content;
|
||||||
|
margin: 0 auto;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user