Move images to assets dir

This commit is contained in:
Mikołaj Pich 2019-02-04 19:05:05 +01:00
parent a0bb9b6ebd
commit b65af901a9
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA
7 changed files with 6 additions and 6 deletions

View file

@ -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%;

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 9.8 KiB

View file

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 203 KiB

View file

@ -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>

View file

@ -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&amp;utm_source=homepage"> <a class="play-button" href="https://play.google.com/store/apps/details?id=io.github.wulkanowy&amp;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>