From 14025d22ce3d66c9d235e57221ec4653e00f972c Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Fri, 26 Nov 2021 20:17:43 +1300 Subject: Switched to .xhtml extension, fixed some minor bugs --- project/templates/links.xhtml | 391 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 391 insertions(+) create mode 100644 project/templates/links.xhtml (limited to 'project/templates/links.xhtml') diff --git a/project/templates/links.xhtml b/project/templates/links.xhtml new file mode 100644 index 0000000..991810b --- /dev/null +++ b/project/templates/links.xhtml @@ -0,0 +1,391 @@ + +{%- extends "base.xhtml" -%} + + + +{%- block title -%}Links{%- endblock -%} + + + +{%- block style %} + +{% endblock -%} + + + +{%- block content %} +

Links

+ +

These are some of the websites that found their way into my bookmarks over the years. Quite a +few years, since some of these require the Wayback Machine to view now. Posted because if I find +these pages interesting, chances are someone else might too. Note that this list is not anywhere +near exhaustive.
+
+Please do not send me suggestions for websites to put here. While I am sure you mean well, I much +prefer to discover these things for myself.

+ +
+
+
+
Blogs
+ + +
Books
+ + +
Computer Hardware
+ + +
DIY
+ + +
Electronics
+ + +
Fitness and Cycling
+ + +
Food
+ + +
Foreign Languages
+ + +
Gaming
+ + +
General Computing
+ +
+
+
+
+
Math and Logic
+ + +
Operating Systems
+ + +
Other
+ + +
Politics and Law
+ + +
Programming
+ + +
Science
+ + +
Travel and Transportation
+ +
+
+
+{% endblock -%} + + -- cgit