Compare commits
No commits in common. "47fef8ebee225cdc03a4265403cd533ccb7f81ff" and "f98192ca7d8c61ad34cb055daddc4be36faeb50f" have entirely different histories.
47fef8ebee
...
f98192ca7d
1
07_27_1978.txt
Normal file
1
07_27_1978.txt
Normal file
File diff suppressed because one or more lines are too long
@ -77,7 +77,3 @@ body {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#typeracer-score {
|
||||
filter: grayscale(1) invert(1);
|
||||
}
|
||||
|
||||
|
@ -242,17 +242,6 @@ h1, h2 {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
#typeracer-score {
|
||||
float: right;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
#typeracer-score {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fixes */
|
||||
|
||||
/* IE 9-11 has a bug which makes the ch css unit unusable, this will make it use the inputs size attribute instead */
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
rsync --exclude=\.git -r * reimar@192.168.0.4:/mnt/hdd/www/html
|
||||
|
43
index.php
43
index.php
@ -1,6 +1,5 @@
|
||||
<?php
|
||||
$age = (new DateTime("now"))->diff(DateTime::createFromFormat("Y-m-d", "2004-01-15"))->y;
|
||||
$temp = str_replace("temp=", "", exec("/usr/bin/vcgencmd measure_temp"));
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@ -18,25 +17,14 @@
|
||||
<main>
|
||||
|
||||
<div class="section container">
|
||||
<div id="typeracer-score">
|
||||
<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" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h1>Welcome</h1>
|
||||
|
||||
<p>
|
||||
I'm <?= $age == 18 ? "an" : "a" ?> <?= $age ?> year old programmer from Denmark.<br>
|
||||
This website is self-hosted on a Raspberry Pi. Server temperature: <b><?= $temp ?></b>
|
||||
</p>
|
||||
|
||||
<img class="icon" src="/assets/icons/linkedin.png" alt="LinkedIn" width="16" height="16">
|
||||
<a href="https://www.linkedin.com/in/reimarpb/" target="_blank" title="LinkedIn">
|
||||
LinkedIn
|
||||
</a>
|
||||
<span>I'm <?= $age == 18 ? "an" : "a" ?> <?= $age ?> year old programmer from Denmark</span>
|
||||
<br>
|
||||
|
||||
<a href="https://www.linkedin.com/in/reimarpb/" target="_blank" title="LinkedIn">
|
||||
<img class="icon" src="/assets/icons/linkedin.png" alt="LinkedIn" width="16" height="16"><!--
|
||||
--></a>
|
||||
<a href="https://github.com/ReimarPB" target="_blank" title="GitHub">
|
||||
<picture class="dark">
|
||||
<source type="image/svg+xml" srcset="/assets/icons/dark-mode/github.svg">
|
||||
<img class="dark icon" src="/assets/icons/dark-mode/github.png" alt="GitHub">
|
||||
@ -45,28 +33,7 @@
|
||||
<source type="image/svg+xml" srcset="/assets/icons/light-mode/github.svg">
|
||||
<img class="light icon" src="/assets/icons/light-mode/github.png" alt="GitHub">
|
||||
</picture>
|
||||
<a href="https://github.com/ReimarPB" target="_blank" title="GitHub">
|
||||
GitHub
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<img class="icon" src="https://git.reim.ar/assets/img/favicon.png" alt="Gitea" width="16" height="16">
|
||||
<a href="https://git.reim.ar/Reimar" target="_blank" title="Gitea">
|
||||
Gitea
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<center style="clear: both;">
|
||||
<b style="letter-spacing: 0.1em;">Mercantec Webring:</b>
|
||||
<br>
|
||||
<a href="https://tpho.dk">tpho.dk</a>
|
||||
•
|
||||
<a href="https://sfja.dk">sfja.dk</a>
|
||||
•
|
||||
<a href="https://mtkonge.dk">mtkonge.dk</a>
|
||||
•
|
||||
<a href="https://handskemager.xyz">handskemager.xyz</a>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
<div class="section container">
|
||||
|
Loading…
Reference in New Issue
Block a user