From 2699c8ad1bdaf8d5b32eb9c403d7eb7b937332f3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 May 2019 11:22:48 +0200 Subject: added hackeriet logo --- hackeriet_logo.png | Bin 0 -> 4813 bytes index.html | 8 +++++++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 hackeriet_logo.png diff --git a/hackeriet_logo.png b/hackeriet_logo.png new file mode 100644 index 0000000..437a429 Binary files /dev/null and b/hackeriet_logo.png differ diff --git a/index.html b/index.html index 9e9d70e..09e55f8 100644 --- a/index.html +++ b/index.html @@ -102,12 +102,18 @@
-

adler 30-1 / ECM espresso / 26foot sailboat / BW-laserprinter / +

+ + adler 30-1 + / ECM espresso / 26foot sailboat / BW-laserprinter / wood- metalworkshop / arc-tig welder / oscilloscope / rapid100 /

+

+ +

-- cgit v1.2.3 From b16b100fbb5fb612b96073074209107d62010ce8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 May 2019 11:23:43 +0200 Subject: auto column fill --- hacklabxl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacklabxl.css b/hacklabxl.css index 11ad9b8..859e29a 100644 --- a/hacklabxl.css +++ b/hacklabxl.css @@ -1,6 +1,6 @@ .container { column-count: 6; - column-fill: balance; + column-fill: auto; column-rule: dotted 1px black; height: 95vh; } -- cgit v1.2.3 From 1c5e391665b21fdea244f8993f6f3906f2a4f2b6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 May 2019 23:43:59 +0200 Subject: added some recipes --- index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/index.html b/index.html index 09e55f8..8f55a42 100644 --- a/index.html +++ b/index.html @@ -98,7 +98,23 @@ plenty of DIY pvc foghorn designs online +
+
    +
  • cacik (yoghurt,cucumber,garlic,salt) +
  • camomille/anis/miel aux fleurs +
  • the jasmin - gingembre +
  • pain (yeast,warm water ; flour; bake in 'dutch oven') +
  • frites sauce aioli crevettes royales +
  • soupe au cresson +
  • poireaux sauce romesco +
  • soupe cornichons (aka. augurkova) +
  • chopska salata +
  • borstsch  +
+
+ +
-- cgit v1.2.3 From 0fa5e397b1737adc1bf34fb36951e1f7526c11bb Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 May 2019 23:54:19 +0200 Subject: added column-width (minimum wdth) to check if better on phone --- hacklabxl.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hacklabxl.css b/hacklabxl.css index 859e29a..5604174 100644 --- a/hacklabxl.css +++ b/hacklabxl.css @@ -1,5 +1,6 @@ .container { - column-count: 6; + column-count: 6; + column-width: 160px; column-fill: auto; column-rule: dotted 1px black; height: 95vh; -- cgit v1.2.3