pridane downloadables a asi dake fotky
This commit is contained in:
parent
d00e0bbe85
commit
2d2bdd02c2
BIN
assets/files/cenník.xlsx
Normal file
BIN
assets/files/cenník.xlsx
Normal file
Binary file not shown.
BIN
assets/files/hodiny.xlsx
Normal file
BIN
assets/files/hodiny.xlsx
Normal file
Binary file not shown.
BIN
assets/images/dodavka.png
Normal file
BIN
assets/images/dodavka.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
assets/images/majster.png
Normal file
BIN
assets/images/majster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 KiB |
BIN
assets/images/pikap.png
Normal file
BIN
assets/images/pikap.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 489 KiB |
BIN
assets/images/tatrovka.png
Normal file
BIN
assets/images/tatrovka.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
assets/images/zeriav.webp
Normal file
BIN
assets/images/zeriav.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 KiB |
@ -82,6 +82,11 @@ footer, header {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer > * {
|
||||
display: inline;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
text-align: center;
|
||||
}
|
||||
@ -90,4 +95,5 @@ main {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
4
stranky/dokumenty.html
Normal file
4
stranky/dokumenty.html
Normal file
@ -0,0 +1,4 @@
|
||||
<ul>
|
||||
<li><a href="/assets/files/cennik.xlsx" download>Cenník</a></li>
|
||||
<li><a href="/assets/files/hodiny.xlsx" download>Kedy pracujeme?</a></li>
|
||||
</ul>
|
@ -1,9 +1,29 @@
|
||||
<div class="gallery-entry">
|
||||
<p>Môj forklift</p>
|
||||
<img src="/assets/images/forklift.png" width='1500' height="1051" alt="forklift">
|
||||
<img src="/assets/images/forklift.png" width="1500" height="1051" alt="forklift">
|
||||
</div>
|
||||
|
||||
<div class="gallery-entry">
|
||||
<p>Môj forklift</p>
|
||||
<img src="/assets/images/forklift.png" width='1500' height="1051" alt="forklift">
|
||||
</div>
|
||||
<p>Dodávka pre pokročilú službu</p>
|
||||
<img src="/assets/images/dodavka.png" width="351" height="181" alt="dodavka">
|
||||
</div>
|
||||
|
||||
<div class="gallery-entry">
|
||||
<p>Tatrovka pre profesionálnu službu</p>
|
||||
<img src="/assets/images/tatrovka.png" width="980" height="780" alt="TATRANEZNABRATRA">
|
||||
</div>
|
||||
|
||||
<div class="gallery-entry">
|
||||
<p>Žeriav pre poriadne hmotnosti</p>
|
||||
<img src="/assets/images/zeriav.png" width="1200" height="1300" alt="zeriav">
|
||||
</div>
|
||||
|
||||
<div class="gallery-entry">
|
||||
<p>Náš pracovitý a spolahlivý pracovník</p>
|
||||
<img src="/assets/images/majster.png" width="980" height="780" alt="majster">
|
||||
</div>
|
||||
|
||||
<div class="gallery-entry">
|
||||
<p>Vozidlo pre základnú službu, do korby sa zmestia 2 práčky</p>
|
||||
<img src="/assets/images/pikap.png" width="980" height="780" alt="pikap">
|
||||
</div>
|
||||
|
@ -12,5 +12,6 @@
|
||||
<li><a href="/pro">Profesionálna služba</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/dokumenty">Cenník</a></li>
|
||||
</ul>
|
||||
</nav>
|
Loading…
Reference in New Issue
Block a user