summaryrefslogtreecommitdiffhomepage
path: root/src/srp
diff options
context:
space:
mode:
Diffstat (limited to 'src/srp')
-rw-r--r--src/srp/index.gsp2
-rw-r--r--src/srp/index.gsp.bak40
2 files changed, 41 insertions, 1 deletions
diff --git a/src/srp/index.gsp b/src/srp/index.gsp
index 8b2ddad..da62301 100644
--- a/src/srp/index.gsp
+++ b/src/srp/index.gsp
@@ -3,7 +3,7 @@ html lang="en" {
body {
header {
div {
- h1 {-Sortware-Related Posts}
+ h1 {-Software-Related Posts}
m4_include(nav.gsp)
}
diff --git a/src/srp/index.gsp.bak b/src/srp/index.gsp.bak
new file mode 100644
index 0000000..8b2ddad
--- /dev/null
+++ b/src/srp/index.gsp.bak
@@ -0,0 +1,40 @@
+html lang="en" {
+ head { m4_include(head.gsp) }
+ body {
+ header {
+ div {
+ h1 {-Sortware-Related Posts}
+ m4_include(nav.gsp)
+ }
+
+ figure .quote {
+ blockquote {
+ p {=
+ Object-oriented programming is an exceptionally bad idea which could
+ only have originated in California.
+ }
+ }
+ figcaption {-Edsgar W. Dijkstra}
+ }
+ }
+
+ 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 {-Posts:}
+
+ ul {
+ li {a href="fw-ec" {-Patching My Laptop’s Embedded Controller}}
+ }
+ }
+
+ hr{}
+
+ footer { m4_footer }
+ }
+}