This commit is contained in:
Fl1tzi 2023-06-10 21:57:23 +02:00
parent da07e9b6d9
commit 65bf8edffb
4 changed files with 51 additions and 10 deletions

View file

@ -5,5 +5,8 @@ lang: en-us
These are some applications which are hosted under this domain.
- [G1T](https://git.fl1tzi.com/) - Personal Git repository
- [Matrix](https://matrix.fl1tzi.com/) - Homeserver on the Matrix network
| Application | Description |
|--------------------------------------|----------------------------------|
| [G1T](https://git.fl1tzi.com/) | Personal Git service |
| [Matrix](https://matrix.fl1tzi.com/) | Homeserver on the Matrix network |

View file

@ -39,12 +39,24 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
<section id="content">
<p>These are some applications which are hosted under this
domain.</p>
<ul>
<li><a href="https://git.fl1tzi.com/">G1T</a> - Personal Git
repository</li>
<li><a href="https://matrix.fl1tzi.com/">Matrix</a> - Homeserver
on the Matrix network</li>
</ul>
<table>
<thead>
<tr class="header">
<th>Application</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><a href="https://git.fl1tzi.com/">G1T</a></td>
<td>Personal Git service</td>
</tr>
<tr class="even">
<td><a href="https://matrix.fl1tzi.com/">Matrix</a></td>
<td>Homeserver on the Matrix network</td>
</tr>
</tbody>
</table>
</section>
<!-- footer -->

View file

@ -40,7 +40,7 @@ section#content {
font: var(--font-size) var(--font-family-content);
margin-top: 30px;
margin-bottom: 10px;
padding: 10px;
padding-bottom: 20px;
border-bottom: 2px solid white;
}
@ -66,6 +66,19 @@ pre {
margin-bottom: 0;
}
table, th, td {
border: 1px solid white;
border-collapse: collapse;
}
th, td {
padding: 5px;
}
th {
background-color: rgba(255, 255, 255, 0.2);
}
/* Show bigger links on touchscreens (hopefully) */
@media (pointer:none), (pointer:coarse) {
a {

View file

@ -40,7 +40,7 @@ section#content {
font: var(--font-size) var(--font-family-content);
margin-top: 30px;
margin-bottom: 10px;
padding: 10px;
padding-bottom: 20px;
border-bottom: 2px solid white;
}
@ -66,6 +66,19 @@ pre {
margin-bottom: 0;
}
table, th, td {
border: 1px solid white;
border-collapse: collapse;
}
th, td {
padding: 5px;
}
th {
background-color: rgba(255, 255, 255, 0.2);
}
/* Show bigger links on touchscreens (hopefully) */
@media (pointer:none), (pointer:coarse) {
a {