mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-14 16:10:12 +00:00
add tiles
This commit is contained in:
parent
f8cd8ca1a7
commit
165bdf98c7
@ -85,6 +85,13 @@ span {
|
|||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
}
|
}
|
||||||
|
.tiles {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.tiles img {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
.block-2 {
|
.block-2 {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
|
@ -48,6 +48,10 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="tiles">
|
||||||
|
<a href="https://www.tilefy.me" target="_blank"><img src="https://tiles.tilefy.me/t/tubearchivist-github-star.png" alt="tubearchivist-github-star" title="Tube Archivist GitHub Stars" height="50" width="200"/></a>
|
||||||
|
<a href="https://www.tilefy.me" target="_blank"><img src="https://tiles.tilefy.me/t/tubearchivist-docker.png" alt="tubearchivist-docker" title="Tube Archivist Docker Pulls" height="50" width="200"/></a>
|
||||||
|
</div>
|
||||||
<div class="youtube" data-embed="O8H8Z01c0Ys">
|
<div class="youtube" data-embed="O8H8Z01c0Ys">
|
||||||
<div class="play-button">
|
<div class="play-button">
|
||||||
<img src="/static/img/icon-play.svg" alt="play">
|
<img src="/static/img/icon-play.svg" alt="play">
|
||||||
|
Loading…
Reference in New Issue
Block a user