From 3447053632bac70632009779b5469efed2deff5c Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 22 Apr 2022 14:03:31 +0200 Subject: [PATCH] refresh --- __pycache__/pelicanconf.cpython-38.pyc | Bin 1786 -> 1787 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 394 -> 395 bytes .../__pycache__/file_formats.cpython-38.pyc | Bin 293 -> 294 bytes .../__pycache__/generators.cpython-38.pyc | Bin 3743 -> 3744 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 1349 -> 1350 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 1436 -> 1437 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 1596 -> 1597 bytes theme/static/css/flyer.css | 63 +++++++++++++++++- theme/templates/flyer.html | 17 +++-- .../bouleau-feuilles-big-1-export.svg | 16 +++++ 10 files changed, 91 insertions(+), 5 deletions(-) create mode 100644 theme/templates/inline-svg/bouleau-feuilles-big-1-export.svg diff --git a/__pycache__/pelicanconf.cpython-38.pyc b/__pycache__/pelicanconf.cpython-38.pyc index 39d49a6b7243e7751cd7018a703897b9df756bb3..72c1a36f4da517f678f9c3710b0cd9e5e564cbe5 100644 GIT binary patch delta 58 zcmeyx`3#%|=wFUm~J(|1WMN!0fb4$$|_&(AAQ M%*igEoXyq`0PmaL=zU>bvA8m*%GCl@x<`nZ@x*sYS`z IlXKYm0m;4*@&Et; diff --git a/plugins/data_files/__pycache__/__init__.cpython-38.pyc b/plugins/data_files/__pycache__/__init__.cpython-38.pyc index 17635b0e762d57f3430cd9ebe7e305c89eb1de14..b09513ddc887d1c13d7ba8de89a41356017f645d 100644 GIT binary patch delta 57 zcmeBT?q=o*<>lpK0D|d>FB2#798wI>&rMCqOw>=wFUm~J(|1WMN!0fb4$$|_&(AAQ L%*igE_-+mW-((YA delta 56 zcmeBX?qcQ%<>lpK00K?*grtc)hZOwvGxBp&^%L_F^?Pv0f6BvIc#I6&VwKR>TL LF(=wFUm~J(|1WMN!0fb4$$|_&(AAQ N%*ig^{Fl*#835gW5-0!w delta 58 zcmX@cb(D)cl$V!_0SGkJ6E<>RVpQWW1U{Z|M&rMCqOw>=wFUm~J(|1WMN!0fb4$$|_&(AAQ N%*ig^{F!Mb69C_N5}yD7 delta 58 zcmbQsJ%^h+l$V!_0SGkJ6E=wFUm~J(|1WMN!0fb4$$|_&(AAQ N%*ig^ypm}$GXUpi5?BBL delta 58 zcmdnXvxkQ}l$V!_0SGkJ6EL=zU>bvA8m*%GCl@x<`nZ@x*sYS`z Kn^!SSW(EMw>=Gyd diff --git a/theme/static/css/flyer.css b/theme/static/css/flyer.css index 846b6d4..8a83458 100644 --- a/theme/static/css/flyer.css +++ b/theme/static/css/flyer.css @@ -155,7 +155,7 @@ footer{ } .verso footer{ - color: white; + /* color: white; */ } /* GRID DRAWING @@ -211,4 +211,65 @@ footer{ /* border: var(--border); background: white; */ +} + +/* SVG DRAWING + ===================================================== */ + +.verso{ + /* background-color: lightgrey; */ +} + +.svg-layer{ + padding: var(--margin); + padding-bottom: calc( var(--margin) * 2); +} +.svg-layer svg{ + display: block; + margin: 0 auto; + max-width: 100%; + max-height: 100%; + +} +.svg-layer path{ + fill: none; + stroke: black; + vector-effect: non-scaling-stroke; + stroke-width: var(--border-width); + /* stroke-dasharray: 4; */ + +} +.new-full-drawing{ + /* padding: var(--margin); + display: grid; + grid-template-rows: 1fr 1fr; + gap: var(--margin); */ +} +.new-full-drawing > *{ + border-radius: 50%; + width: 5cm; + height: 5cm; + position: absolute; +} + +.new-moon-drawing{ + top: 5cm; + left: 5cm; + + box-sizing: border-box; + border-style: dotted; + border-width: 0.25cm; + border-color: rgba(0,0,0,0.5); + + /* background-color: white; + background: linear-gradient(to left, white, transparent); */ +} + +.full-moon-drawing{ + + top: 12cm; + left: 7cm; + + background-color: white; + background: linear-gradient(to bottom, black, transparent 75%); } \ No newline at end of file diff --git a/theme/templates/flyer.html b/theme/templates/flyer.html index c0cf10a..6fd670d 100644 --- a/theme/templates/flyer.html +++ b/theme/templates/flyer.html @@ -49,7 +49,7 @@
moonwalks.be

- a project by Anaïs Berck + an initiative by Anaïs Berck

@@ -60,11 +60,20 @@
-
+ + + +
+ {% include 'inline-svg/bouleau.svg' %}
+
+
+
+
+