Move images to assets dir
2
app.css
|
@ -15,7 +15,7 @@ html, body, .wrapper {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: url(wallpaper.jpg) no-repeat center / cover fixed rgb(32, 35, 36);
|
background: url(assets/wallpaper.jpg) no-repeat center / cover fixed rgb(32, 35, 36);
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
|
||||||
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 203 KiB |
4
dev.html
|
@ -47,12 +47,12 @@
|
||||||
<ul class="footer__links links">
|
<ul class="footer__links links">
|
||||||
<li class="links__item">
|
<li class="links__item">
|
||||||
<a title="Zobacz repozytorium na Githubie" href="https://github.com/wulkanowy/wulkanowy">
|
<a title="Zobacz repozytorium na Githubie" href="https://github.com/wulkanowy/wulkanowy">
|
||||||
<img src="./github.svg" alt="Zobacz repozytorium na Githubie">
|
<img src="assets/github.svg" alt="Zobacz repozytorium na Githubie">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="links__item links__item--discord">
|
<li class="links__item links__item--discord">
|
||||||
<a title="Dołącz do naszego serwera Discord" href="https://discord.gg/vccAQBr">
|
<a title="Dołącz do naszego serwera Discord" href="https://discord.gg/vccAQBr">
|
||||||
<img src="./discord.svg" alt="Dołącz do naszego serwera Discord">
|
<img src="assets/discord.svg" alt="Dołącz do naszego serwera Discord">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
</header>
|
</header>
|
||||||
<main class="main">
|
<main class="main">
|
||||||
<a class="play-button" href="https://play.google.com/store/apps/details?id=io.github.wulkanowy&utm_source=homepage">
|
<a class="play-button" href="https://play.google.com/store/apps/details?id=io.github.wulkanowy&utm_source=homepage">
|
||||||
<img class="play-image" alt="pobierz z Google Play" src="google-play-badge.png">
|
<img class="play-image" alt="pobierz z Google Play" src="assets/google-play-badge.png">
|
||||||
</a>
|
</a>
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<h3 class="section__header">Więcej opcji</h3>
|
<h3 class="section__header">Więcej opcji</h3>
|
||||||
|
@ -66,12 +66,12 @@
|
||||||
<ul class="footer__links links">
|
<ul class="footer__links links">
|
||||||
<li class="links__item">
|
<li class="links__item">
|
||||||
<a title="Zobacz repozytorium na Githubie" href="https://github.com/wulkanowy/wulkanowy">
|
<a title="Zobacz repozytorium na Githubie" href="https://github.com/wulkanowy/wulkanowy">
|
||||||
<img src="./github.svg" alt="Zobacz repozytorium na Githubie">
|
<img src="assets/github.svg" alt="Zobacz repozytorium na Githubie">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="links__item links__item--discord">
|
<li class="links__item links__item--discord">
|
||||||
<a title="Dołącz do naszego serwera Discord" href="https://discord.gg/vccAQBr">
|
<a title="Dołącz do naszego serwera Discord" href="https://discord.gg/vccAQBr">
|
||||||
<img src="./discord.svg" alt="Dołącz do naszego serwera Discord">
|
<img src="assets/discord.svg" alt="Dołącz do naszego serwera Discord">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|