Homepage: add matrix + increase width of buttons

This commit is contained in:
Viyurz 2023-12-11 14:39:26 +01:00
parent 27fa06a960
commit cb0b11f336
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -27,7 +27,7 @@ div a {
display: flex; display: flex;
align-items: center; align-items: center;
margin: 35px; margin: 35px;
min-width: 250px; min-width: 300px;
height: 60px; height: 60px;
transition: all .25s ease-in-out; transition: all .25s ease-in-out;
text-decoration: none; text-decoration: none;
@ -66,4 +66,4 @@ main > a:hover {
div { div {
flex-direction: row; flex-direction: row;
} }
} }

View file

@ -11,6 +11,10 @@
<body> <body>
<main> <main>
<div> <div>
<a href="https://element.viyurz.fr">
<img src="matrix.png" />
<p>Matrix</p>
</a>
<a href="https://nc.viyurz.fr"> <a href="https://nc.viyurz.fr">
<img src="nextcloud.png" /> <img src="nextcloud.png" />
<p>Nextcloud</p> <p>Nextcloud</p>
@ -33,4 +37,4 @@
<a target="_blank" href="https://www.pixiv.net/en/artworks/93556861">Artwork by 黒崎神楽</a> <a target="_blank" href="https://www.pixiv.net/en/artworks/93556861">Artwork by 黒崎神楽</a>
</main> </main>
</body> </body>
</html> </html>

BIN
nginx-www/index/matrix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB