commit 36662ef4d3993b3fa6e7a1fa9519172cb68c1e26 parent 1314cf4f87489ed903f5b09ccbffd4d52a07f48d Author: MichaĆ Sapka <michal@sapka.me> Date: Thu, 19 Jan 2023 22:33:36 +0100 feat:article for 2023-01-19 Diffstat:
16 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/content/2023/industrial-design-used-to-be-cool/index.md b/content/2023/industrial-design-used-to-be-cool/index.md @@ -0,0 +1,22 @@ +--- +title: "Industrial Design Used to Be Cool" +category: "blog" +date: 2023-01-19T22:05:57+01:00 +draft: false +tags: ['retro-tech', 'sony', sanyo', 'philips', 'walkman'] +--- +I am buying an mp3 player...or DAP, as they are called now. While searching, I was +reminded how crazy and creative portable audio players looked in the late 90s/early 00s. +<!--more--> + +{{< imgproc "philips2.jpeg" Resize "400x" "I used to have this model!" "https://archiwum.allegro.pl/oferta/walkman-philips-aq6562-i8508289712.html">}} + +{{< imgproc "philips.jpeg" Resize "400x" "It's so blue!" "https://allegrolokalnie.pl/oferta/walkman-philips-aq6492-6hr">}} + +{{< imgproc "sanyo1.jpeg" Resize "400x" "Have you ever seen something so beautiful?" "https://archiwum.allegro.pl/oferta/unikat-stary-walkman-sanyo-m-gr-78-1991r-nie-sony-i7751674779.html">}} + +{{< imgproc "sanyo2.jpg" Resize "400x" "One word: perfection" "https://www.ebay.com.au/itm/164801062384">}} + +{{< imgproc "sony1.jpeg" Resize "400x" "Yellow submarine?" "https://allegrolokalnie.pl/oferta/sony-wmb53-sports-walkman-kasetowy-wodoodporny">}} + +{{< imgproc "sony2.jpg" Resize "400x" "The original, of couse." "https://pl.m.wikipedia.org/wiki/Plik:Original_Sony_Walkman_TPS-L2.JPG">}} diff --git a/content/2023/industrial-design-used-to-be-cool/philips.jpeg b/content/2023/industrial-design-used-to-be-cool/philips.jpeg Binary files differ. diff --git a/content/2023/industrial-design-used-to-be-cool/philips2.jpeg b/content/2023/industrial-design-used-to-be-cool/philips2.jpeg Binary files differ. diff --git a/content/2023/industrial-design-used-to-be-cool/sanyo1.jpeg b/content/2023/industrial-design-used-to-be-cool/sanyo1.jpeg Binary files differ. diff --git a/content/2023/industrial-design-used-to-be-cool/sanyo2.jpg b/content/2023/industrial-design-used-to-be-cool/sanyo2.jpg Binary files differ. diff --git a/content/2023/industrial-design-used-to-be-cool/sony1.jpeg b/content/2023/industrial-design-used-to-be-cool/sony1.jpeg Binary files differ. diff --git a/content/2023/industrial-design-used-to-be-cool/sony2.jpg b/content/2023/industrial-design-used-to-be-cool/sony2.jpg Binary files differ. diff --git a/layouts/shortcodes/imgproc.html b/layouts/shortcodes/imgproc.html @@ -1,6 +1,8 @@ {{ $img := .Page.Resources.GetMatch (printf "*%s*" (.Get 0)) }} {{ $command := .Get 1 }} {{ $options := .Get 2 }} +{{ $caption := .Get 3 }} +{{ $source := .Get 4 }} {{ if eq $command "Fit"}} {{ $img = $img.Fit $options }} {{ else if eq $command "Resize"}} @@ -15,6 +17,10 @@ <figure> <img class="centered" src="{{ $img.RelPermalink }}" width="{{ $img.Width }}" height="{{ $img.Height }}"> <figcaption> - {{.Get 3}} + {{ $caption }} + + {{- if $source }} + <a href="{{ $source }}" target="_blank" title="source">[source]</a> + {{ end }} </figcaption> </figure> diff --git a/resources/_gen/images/2023/industrial-design-used-to-be-cool/philips2_hufdb884f4bbd943bdf286e8515acba801_259949_400x0_resize_q75_box.jpeg b/resources/_gen/images/2023/industrial-design-used-to-be-cool/philips2_hufdb884f4bbd943bdf286e8515acba801_259949_400x0_resize_q75_box.jpeg Binary files differ. diff --git a/resources/_gen/images/2023/industrial-design-used-to-be-cool/philips2_hufdb884f4bbd943bdf286e8515acba801_259949_500x0_resize_q75_box.jpeg b/resources/_gen/images/2023/industrial-design-used-to-be-cool/philips2_hufdb884f4bbd943bdf286e8515acba801_259949_500x0_resize_q75_box.jpeg Binary files differ. diff --git a/resources/_gen/images/2023/industrial-design-used-to-be-cool/philips_hu2673d6323ff31afd398550bdfb8fdc68_230647_400x0_resize_q75_box.jpeg b/resources/_gen/images/2023/industrial-design-used-to-be-cool/philips_hu2673d6323ff31afd398550bdfb8fdc68_230647_400x0_resize_q75_box.jpeg Binary files differ. diff --git a/resources/_gen/images/2023/industrial-design-used-to-be-cool/philips_hue5857a0cf7033472965ee144d9f1a89c_7216_400x0_resize_q75_box.jpeg b/resources/_gen/images/2023/industrial-design-used-to-be-cool/philips_hue5857a0cf7033472965ee144d9f1a89c_7216_400x0_resize_q75_box.jpeg Binary files differ. diff --git a/resources/_gen/images/2023/industrial-design-used-to-be-cool/sanyo1_huae6e0a827ed04f73b4680eafb06702ac_191101_400x0_resize_q75_box.jpeg b/resources/_gen/images/2023/industrial-design-used-to-be-cool/sanyo1_huae6e0a827ed04f73b4680eafb06702ac_191101_400x0_resize_q75_box.jpeg Binary files differ. diff --git a/resources/_gen/images/2023/industrial-design-used-to-be-cool/sanyo2_hu1dad0423a5741505e4762cad6313ece3_281999_400x0_resize_q75_box.jpg b/resources/_gen/images/2023/industrial-design-used-to-be-cool/sanyo2_hu1dad0423a5741505e4762cad6313ece3_281999_400x0_resize_q75_box.jpg Binary files differ. diff --git a/resources/_gen/images/2023/industrial-design-used-to-be-cool/sony1_hu39db3735e9eb8eedf580ac3db4121398_103488_400x0_resize_q75_box.jpeg b/resources/_gen/images/2023/industrial-design-used-to-be-cool/sony1_hu39db3735e9eb8eedf580ac3db4121398_103488_400x0_resize_q75_box.jpeg Binary files differ. diff --git a/resources/_gen/images/2023/industrial-design-used-to-be-cool/sony2_hu8400b2ca2231807d19b0bfdef79074c3_50965_400x0_resize_q75_box.jpg b/resources/_gen/images/2023/industrial-design-used-to-be-cool/sony2_hu8400b2ca2231807d19b0bfdef79074c3_50965_400x0_resize_q75_box.jpg Binary files differ.