mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-13 23:50:12 +00:00
add tiles
This commit is contained in:
parent
f8cd8ca1a7
commit
165bdf98c7
@ -85,6 +85,13 @@ span {
|
||||
padding: 5px 20px;
|
||||
width: 60px;
|
||||
}
|
||||
.tiles {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.tiles img {
|
||||
padding: 10px;
|
||||
}
|
||||
.block-2 {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
@ -48,6 +48,10 @@
|
||||
</a>
|
||||
</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="play-button">
|
||||
<img src="/static/img/icon-play.svg" alt="play">
|
||||
|
Loading…
Reference in New Issue
Block a user