diff --git a/src/assets/post/first/full-en.html b/src/assets/post/first/full-en.html index b00ef29..9ad2508 100644 --- a/src/assets/post/first/full-en.html +++ b/src/assets/post/first/full-en.html @@ -6,8 +6,6 @@ of projects (in-progress or done) or anything that comes to mind I'd like to share on something other than the usual social media suspects.

- -

Besides, it's nice to have a minimalistic Angular2/Bootstrap playground to do some styling experiments. I'll probably update this thing once in a while. Maybe even use a database, wouldn't that be something...

diff --git a/src/assets/post/ikearefurbish/full-en.html b/src/assets/post/ikearefurbish/full-en.html new file mode 100644 index 0000000..d66b248 --- /dev/null +++ b/src/assets/post/ikearefurbish/full-en.html @@ -0,0 +1,52 @@ +

We've just completed a refurbishing effort in order to breathe some extra life into our IKEA garden chairs and + tables. As we had two of each set, it was the perfect opportunity to remedy one of the faults of the table: its size. + A loose napkin-calculation later and we have a Siamese IKEA table.

+ +
+ The table itself, in its finished state. +
The table in its finished state.
+
+ + + +

The old wood was living its final days, as cracks appeared and planks started twisting. Some had broken + completely, leaving some chairs unusable. However, the metal underpinnings are still in reasonable shape. Surprisingly + enough, IKEA made everything pretty water resistant.

+ +

Doing the refurbish was simple enough. Remove the planks and look for new wood that could be cut + into dimensions that resemble the old planks. The closest I could find was 16mm thick impregnated RNG, which is + slightly thicker than the original ones, which is not necessarily a bad thing. Already weather resistant, it provides + a nice basis for further refinement.

+ +
+
+
+ One of the old planks in contrast to the new ones. +
One of the old planks in contrast to the new ones.
+
+
+
+
+ Sanded down and ready for putting on the protective oil. +
Sanded down and ready for putting on the protective oil.
+
+
+
+ +

After having the rough cuts, I sanded everything down with 40 and 80 grit respectively. Never having worked with this + type of wood for more detailed things, it was surprisingly nice to handle. Then a coat of Osmo oil to + leave the wood in its final state, ready to be screwed onto the metal underpinnings (using euroscrews, the fat and + short ones). The final result is rather pleasing: we could recover the furniture and refurbish it for a relatively + minor sum of money, hopefully it'll last us another couple of years!

+ +
+ The table's surface, smooth and oiled. +
The table's surface, smooth and oiled.
+
+ + + diff --git a/src/assets/post/ikearefurbish/full-nl.html b/src/assets/post/ikearefurbish/full-nl.html new file mode 100644 index 0000000..346a83c --- /dev/null +++ b/src/assets/post/ikearefurbish/full-nl.html @@ -0,0 +1 @@ +

Dit moet ik nog vertalen.

diff --git a/src/assets/post/ikearefurbish/img/tafel.jpg b/src/assets/post/ikearefurbish/img/tafel.jpg new file mode 100644 index 0000000..d7dac27 Binary files /dev/null and b/src/assets/post/ikearefurbish/img/tafel.jpg differ diff --git a/src/assets/post/ikearefurbish/img/tafel2.jpg b/src/assets/post/ikearefurbish/img/tafel2.jpg new file mode 100644 index 0000000..3454524 Binary files /dev/null and b/src/assets/post/ikearefurbish/img/tafel2.jpg differ diff --git a/src/assets/post/ikearefurbish/img/tafel3.jpg b/src/assets/post/ikearefurbish/img/tafel3.jpg new file mode 100644 index 0000000..7e8639f Binary files /dev/null and b/src/assets/post/ikearefurbish/img/tafel3.jpg differ diff --git a/src/assets/post/ikearefurbish/img/tafel4.jpg b/src/assets/post/ikearefurbish/img/tafel4.jpg new file mode 100644 index 0000000..db7cfc8 Binary files /dev/null and b/src/assets/post/ikearefurbish/img/tafel4.jpg differ diff --git a/src/assets/post/ikearefurbish/info.json b/src/assets/post/ikearefurbish/info.json new file mode 100644 index 0000000..a8040a7 --- /dev/null +++ b/src/assets/post/ikearefurbish/info.json @@ -0,0 +1,14 @@ +{ + "created_timestamp": 1525895500.2597992, + "languages": [ + "nl", + "en" + ], + "tags": [ + "project" + ], + "title": { + "en": "Better together.", + "nl": "Opgefriste IKEA meubels." + } +} \ No newline at end of file diff --git a/src/assets/posts.json b/src/assets/posts.json index d3ac01b..1e0cf3d 100644 --- a/src/assets/posts.json +++ b/src/assets/posts.json @@ -1 +1 @@ -[{"info": {"created_timestamp": 1515094679.342938, "languages": ["nl", "en"], "tags": ["blog"], "title": {"en": "Who said Web 1.0 was dead anyway?", "nl": "Omdat ik het Web 1.0 tijdperk gemist heb..."}}, "id": "first"}, {"info": {"languages": ["en", "nl"], "created_timestamp": 1522255558.864005, "title": {"en": "Presentation of my PhD public defence", "nl": "Publieke doctoraatsverdediging - presentatie"}, "tags": ["tech"]}, "id": "phdpresentation"}] \ No newline at end of file +[{"id": "first", "info": {"created_timestamp": 1515094679.342938, "title": {"en": "Who said Web 1.0 was dead anyway?", "nl": "Omdat ik het Web 1.0 tijdperk gemist heb..."}, "tags": ["blog"], "languages": ["nl", "en"]}}, {"id": "phdpresentation", "info": {"created_timestamp": 1522255558.864005, "languages": ["en", "nl"], "tags": ["tech"], "title": {"en": "Presentation of my PhD public defence", "nl": "Publieke doctoraatsverdediging - presentatie"}}}, {"id": "ikearefurbish", "info": {"title": {"en": "Better together.", "nl": "Opgefriste IKEA meubels."}, "tags": ["project"], "languages": ["nl", "en"], "created_timestamp": 1525895500.2597992}}] \ No newline at end of file