Small fixes
This commit is contained in:
parent
47fef8ebee
commit
955cf9ed1b
@ -245,6 +245,7 @@ h1, h2 {
|
|||||||
#typeracer-score {
|
#typeracer-score {
|
||||||
float: right;
|
float: right;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rsync --exclude=\.git -r * reimar@192.168.0.4:/mnt/hdd/www/html
|
rsync --exclude=\.git --no-perms -r * reimar@192.168.0.4:/mnt/hdd/www/html
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<div class="section container">
|
<div class="section container">
|
||||||
<div id="typeracer-score">
|
<div id="typeracer-score">
|
||||||
<a href="https://data.typeracer.com/pit/profile?user=reimarpb&universe=play&ref=badge" target="_blank">
|
<a href="https://data.typeracer.com/pit/profile?user=reimarpb&universe=play&ref=badge" target="_blank">
|
||||||
<img src="https://data.typeracer.com/misc/badge?user=reimarpb" border="0" alt="TypeRacer.com scorecard for user reimarpb" loading="lazy" />
|
<img src="https://data.typeracer.com/misc/badge?user=reimarpb" border="0" alt="TypeRacer.com scorecard for user reimarpb" loading="lazy" width="120" height="240" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -54,7 +54,7 @@
|
|||||||
<a href="https://git.reim.ar/Reimar" target="_blank" title="Gitea">
|
<a href="https://git.reim.ar/Reimar" target="_blank" title="Gitea">
|
||||||
Gitea
|
Gitea
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br><br>
|
||||||
|
|
||||||
<center style="clear: both;">
|
<center style="clear: both;">
|
||||||
<b style="letter-spacing: 0.1em;">Mercantec Webring:</b>
|
<b style="letter-spacing: 0.1em;">Mercantec Webring:</b>
|
||||||
|
Loading…
Reference in New Issue
Block a user