From 01126f546fcfba50711fc37874abe0c5ea0f5bb6 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 8 Jul 2022 10:47:34 +0200 Subject: Templates for an A5 planner --- templates/cover-A5-r.svg | 93 +++++++++ templates/daily-A5-graph-r.svg | 463 +++++++++++++++++++++++++++++++++++++++++ templates/daily-A5-graph-v.svg | 463 +++++++++++++++++++++++++++++++++++++++++ templates/daily-A5-r.svg | 109 ++++++++++ templates/daily-A5-v.svg | 109 ++++++++++ 5 files changed, 1237 insertions(+) create mode 100644 templates/cover-A5-r.svg create mode 100644 templates/daily-A5-graph-r.svg create mode 100644 templates/daily-A5-graph-v.svg create mode 100644 templates/daily-A5-r.svg create mode 100644 templates/daily-A5-v.svg diff --git a/templates/cover-A5-r.svg b/templates/cover-A5-r.svg new file mode 100644 index 0000000..68e5fbd --- /dev/null +++ b/templates/cover-A5-r.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + {{ year }} + + diff --git a/templates/daily-A5-graph-r.svg b/templates/daily-A5-graph-r.svg new file mode 100644 index 0000000..58ec7bf --- /dev/null +++ b/templates/daily-A5-graph-r.svg @@ -0,0 +1,463 @@ + + + + + + + + + + + + + + {{ day.strftime("%d %B %Y").strip('0') }} + {{ day.strftime("%A") }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/daily-A5-graph-v.svg b/templates/daily-A5-graph-v.svg new file mode 100644 index 0000000..6c9fe5b --- /dev/null +++ b/templates/daily-A5-graph-v.svg @@ -0,0 +1,463 @@ + + + + + + + + + + + + + + {{ day.strftime("%d %B %Y").strip('0') }} + {{ day.strftime("%A") }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/daily-A5-r.svg b/templates/daily-A5-r.svg new file mode 100644 index 0000000..18ea6e7 --- /dev/null +++ b/templates/daily-A5-r.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + {{ day.strftime("%A") }} + {{ day.strftime("%d %B %Y").strip('0') }} + + diff --git a/templates/daily-A5-v.svg b/templates/daily-A5-v.svg new file mode 100644 index 0000000..afbdb16 --- /dev/null +++ b/templates/daily-A5-v.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + {{ day.strftime("%d %B %Y").strip('0') }} + {{ day.strftime("%A") }} + + -- cgit v1.2.3