Homepage: add matrix + increase width of buttons
This commit is contained in:
parent
27fa06a960
commit
cb0b11f336
3 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
BIN
nginx-www/index/matrix.png
Normal file
BIN
nginx-www/index/matrix.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
Loading…
Reference in a new issue