summaryrefslogtreecommitdiffhomepage
path: root/src/srp/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/srp/index.html')
-rw-r--r--src/srp/index.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/srp/index.html b/src/srp/index.html
new file mode 100644
index 0000000..aaf72b1
--- /dev/null
+++ b/src/srp/index.html
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ m4_include(head.html)
+ </head>
+ <body>
+ <header>
+ <div>
+ <h1>Software-Related Posts</h1>
+ m4_include(nav.html)
+ </div>
+
+ <figure class="quote">
+ <blockquote>
+ <p>Object-oriented programming is an exceptionally bad idea
+ which could only have originated in California.</p>
+ </blockquote>
+ <figcaption>
+ Edsgar W. Dijkstra
+ </figcaption>
+ </figure>
+ </header>
+
+ <main>
+ <p>
+ In this section of the website I cover random software-related
+ stuff that isn’t related to actual projects of mine. Posts here
+ could be about anything from a cool program I found, to a patch I
+ wrote, to me complaining about bad software design.
+ </p>
+
+ <p>
+ Posts:
+ </p>
+
+ <ul>
+ <li><a href="fw-ec">Patching My Laptops’ Embedded Controller</a></li>
+ </ul>
+ </main>
+
+ <hr>
+
+ <footer>
+ <small>
+ Page last edited: 30th July 2023, 01:00 CEST
+ </small>
+ </footer>
+ </body>
+</html>