aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fonts/LiberationMono-Regular.ttfbin0 -> 108172 bytes
-rw-r--r--index.html2
-rw-r--r--projects/index.html2
-rw-r--r--style.css21
4 files changed, 20 insertions, 5 deletions
diff --git a/fonts/LiberationMono-Regular.ttf b/fonts/LiberationMono-Regular.ttf
new file mode 100644
index 0000000..45636d6
--- /dev/null
+++ b/fonts/LiberationMono-Regular.ttf
Binary files differ
diff --git a/index.html b/index.html
index 7a920c9..6c6fb73 100644
--- a/index.html
+++ b/index.html
@@ -56,7 +56,7 @@
</main>
<hr>
<footer>
- <span>Last modification 20-02-2024. Estabished somewhere around 2019. Sysadmin: arf20. Contact: <a target="_blank" href="mailto:arf20@arf20.com">arf20@arf20.com</a> <a href="/arf20_public.asc">PGP</a> Murcia, Spain.</span><br>
+ <span>Last update 08-02-2025. Estabished somewhere around 2019. Sysadmin: arf20. Contact: <a target="_blank" href="mailto:arf20@arf20.com">arf20@arf20.com</a> <a href="/arf20_public.asc">PGP</a> Murcia, Spain.</span><br>
<a href="/LICENSE">Everything here is by default published under the GPLv3</a>
<a href="/">Copyright &copy; 2023 ARFNET</a><br>
<img src="gifs/bestvw.gif">
diff --git a/projects/index.html b/projects/index.html
index ba99985..fc776f1 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -21,7 +21,7 @@
<h2>Hardware</h2>
<div class="sect">
<div class="item">
- <h3><a href="arfvcr/">arfvcr</a> WIP</h3>
+ <h3><a href="arfvcr/">arfvcr</a></h3>
Digital pseudo-VCR for proprietary SONY Trinicon cameras
</div>
<div class="item">
diff --git a/style.css b/style.css
index 1b8d688..a666454 100644
--- a/style.css
+++ b/style.css
@@ -8,10 +8,25 @@
src: url('/fonts/FSEX300.ttf');
}
+@font-face {
+ font-family: 'monospace';
+ font-weight: 500;
+ src: url('/fonts/LiberationMono-Regular.ttf');
+}
+
+a:link {
+ color: #61AFEF;
+}
+
+a:visited {
+ color: #C678DD;
+}
+
body {
- background-image: url("tile1.jpg");
- background-repeat: repeat;
- font-family: terminus;
+ background-color: #282C34;
+ color: #abb2bf;
+
+ font-family: monospace;
max-width: 1000px;
margin-left: auto;