From c8057e7c1c3d770d5a7a97f4745caa46d045bcbb Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 14 Aug 2017 14:52:45 +1000 Subject: Added links page --- project/templates/base.html | 1 + project/templates/links.html | 383 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 384 insertions(+) create mode 100644 project/templates/links.html (limited to 'project/templates') diff --git a/project/templates/base.html b/project/templates/base.html index a23b8ab..d4ef561 100644 --- a/project/templates/base.html +++ b/project/templates/base.html @@ -16,6 +16,7 @@
  • Index
  • About
  • Git
  • +
  • Links

  • diff --git a/project/templates/links.html b/project/templates/links.html new file mode 100644 index 0000000..b0edeaa --- /dev/null +++ b/project/templates/links.html @@ -0,0 +1,383 @@ + +{% extends "base.html" %} + + + +{% 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.

    + +
    +
    +
    +
    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