From 6882b69ac893660dc3547ace19e9b0911cdf06cf Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 8 May 2017 23:43:47 +1000 Subject: Added dates for articles, updated Adapad article with FLTKAda split --- project/assets/css/default.css | 5 +++++ project/assets/css/index.css | 17 +++++++++++++++++ project/templates/adapad.html | 8 ++++++++ project/templates/grasp.html | 1 + project/templates/index.html | 15 +++++++++++---- project/templates/stvcount.html | 1 + project/templates/thue2a.html | 1 + 7 files changed, 44 insertions(+), 4 deletions(-) (limited to 'project') diff --git a/project/assets/css/default.css b/project/assets/css/default.css index 38cc432..84278f5 100644 --- a/project/assets/css/default.css +++ b/project/assets/css/default.css @@ -32,6 +32,11 @@ h4 { } +h5 { + padding-top: 2em; +} + + p { margin-top: 2em; margin-bottom: 2em; diff --git a/project/assets/css/index.css b/project/assets/css/index.css index 7257410..65676d1 100644 --- a/project/assets/css/index.css +++ b/project/assets/css/index.css @@ -10,3 +10,20 @@ ul.index { } +ul.index li { + margin-top: 0.5em; + margin-bottom: 1.5em; +} + + +.post { + font-size: .83em; +} + + +.update { + font-size: .83em; + color: red; +} + + diff --git a/project/templates/adapad.html b/project/templates/adapad.html index be25618..bc7912e 100644 --- a/project/templates/adapad.html +++ b/project/templates/adapad.html @@ -10,6 +10,14 @@ {% block content %}

Adapad

+
8/5/2017
+ +

The Ada binding for FLTK has now been moved to its own repository. +Installing it is required to build and use Adapad, naturally. Both repositories are set up to use the GNAT +Project Manager build tools to handle all that, with any further specific details in each project's readme.

+ + +
2/1/2017

I have a soft spot for the Ada programming language. Strong typing, built in concurrency, readable syntax, systems support, real-time support, a general diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 534ecbe..54e625a 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -10,6 +10,7 @@ {% block content %}

Grasp Interpreter

+
1/1/2017

Like Lisp, the esoteric programming language Grasp is a homoiconic language that exclusively uses a single datatype. Except instead of lists, it diff --git a/project/templates/index.html b/project/templates/index.html index 4652567..5c7af6a 100644 --- a/project/templates/index.html +++ b/project/templates/index.html @@ -16,10 +16,17 @@ {% block content %}

{% endblock %} diff --git a/project/templates/stvcount.html b/project/templates/stvcount.html index 39f87d1..c2533fb 100644 --- a/project/templates/stvcount.html +++ b/project/templates/stvcount.html @@ -16,6 +16,7 @@ {% block content %}

Single Transferable Vote Counter

+
19/2/2017

To give an incredibly brief summary of Australia's political system, both the Federal Parliament and most of the State diff --git a/project/templates/thue2a.html b/project/templates/thue2a.html index 5675cd7..f4dac4f 100644 --- a/project/templates/thue2a.html +++ b/project/templates/thue2a.html @@ -10,6 +10,7 @@ {% block content %}

Thue Version 2a

+
1/1/2017

Thue is an esoteric programming language based on unrestricted grammars. A Thue program consists of a number of rules detailing -- cgit