Compare commits
No commits in common. "87a4a663522bfab1969128d7e8096dec51ae437f" and "2ff93953a734764db801b18c761f6bc370f61423" have entirely different histories.
87a4a66352
...
2ff93953a7
32
README.md
32
README.md
@ -189,38 +189,6 @@ Inside `~/projecten/websites/portfolio/portfolio`:
|
||||
|
||||
`docker container restart gitea`
|
||||
|
||||
## VS Code User Snippets
|
||||
|
||||
[VS Code user snippets](https://code.visualstudio.com/docs/editing/userdefinedsnippets)
|
||||
|
||||
File > Preferences > Configure Snippets
|
||||
|
||||
```JSON
|
||||
"Responsive figure block": {
|
||||
"scope": "html, markdown",
|
||||
"prefix": "fig",
|
||||
"body": [
|
||||
"<figure class=\"text-center\">",
|
||||
" <picture class=\"d-flex justify-content-center\">",
|
||||
" <source media=\"(max-width: 510px)\"",
|
||||
" srcset=\"${1:base}-w240.webp\" />",
|
||||
" <source media=\"(max-width: 850px)\"",
|
||||
" srcset=\"${1:base}-w480.webp\" />",
|
||||
" <img src=\"${1:base}-w800.webp\"",
|
||||
" alt=\"${2:caption}\"",
|
||||
" class=\"img-fluid\" />",
|
||||
" </picture>",
|
||||
" <figcaption class=\"figure-caption mt-2\">",
|
||||
" <a href=\"${1:base}-w800.webp\">",
|
||||
" ${2:caption}</a>",
|
||||
" </a>",
|
||||
" </figcaption>",
|
||||
"</figure>"
|
||||
],
|
||||
"description": "Insert responsive figure"
|
||||
}
|
||||
```
|
||||
|
||||
## React
|
||||
|
||||
Bootstrap: `npm install bootstrap`
|
||||
|
||||
@ -6,122 +6,6 @@ date: 2026-04-17
|
||||
logosub: Congoer
|
||||
---
|
||||
|
||||
I was at [Animecon 2026](https://animecon.nl/) for all three days in Rijswijk, the Netherlands.
|
||||
I will be at [Animecon 2026](https://animecon.nl/) for all three days in Rijswijk, the Netherlands.
|
||||
|
||||
I was part of the SIG Plamo group, where we show everyone about the Plamo hobby.
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w800.webp"
|
||||
alt="SIG Plamo"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w800.webp">
|
||||
SIG Plamo</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
During the con, I assembled, airbrushed and stickered this Macross model of the [VF-171 Nightmare Plus (fighter mode)](https://www.scalemates.com/kits/bandai-0206311-vf-171-nightmare-plus-figther-mode--1029720) for Maruko-kun.
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w800.webp"
|
||||
alt="Macross VF-171 Nightmare Plus"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w800.webp">
|
||||
Macross VF-171 Nightmare Plus</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w800.webp"
|
||||
alt="Macross VF-171 Nightmare Plus"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w800.webp">
|
||||
Macross VF-171 Nightmare Plus</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<hr/>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w800.webp"
|
||||
alt="Takoyaki"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w800.webp">
|
||||
Takoyaki</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w800.webp"
|
||||
alt="Densha de GO"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w800.webp">
|
||||
Densha de GO</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w800.webp"
|
||||
alt="Nagahama Whiskey"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w800.webp">
|
||||
Nagahama Whiskey</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w800.webp"
|
||||
alt="Worms Armageddon"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w800.webp">
|
||||
Worms Armageddon</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
There I will be part of the SIG Plamo group, where we will show everyone about the Plamo hobby.
|
||||
@ -6,122 +6,6 @@ date: 2026-04-17
|
||||
logosub: Congoer
|
||||
---
|
||||
|
||||
[Animecon 2026](https://animecon.nl/)に、オランダの[レイスウェイク](https://ja.wikipedia.org/wiki/%E3%83%AC%E3%82%A4%E3%82%B9%E3%82%A6%E3%82%A7%E3%82%A4%E3%82%AF)で<ruby><rb>開<rb>催<rt>かい<rt>さい</ruby>された3日間すべて<ruby><rb>参<rb>加<rt>さん<rt>か</ruby>しました。
|
||||
I will be at [Animecon 2026](https://animecon.nl/) for all three days in Rijswijk, the Netherlands.
|
||||
|
||||
SIGプラモグループの一員で、プラモデルという<ruby><rb>趣<rb>味<rt>しゅ<rt>み</ruby>について皆さんに<ruby><rb>紹<rb>介<rt>しょう<rt>かい</ruby>していました。
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w800.webp"
|
||||
alt="SIGプラモグ"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w800.webp">
|
||||
SIGプラモグ</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
マルコくんのために、このマクロスの[VF-171 ナイトメアプラス 「ファイターモード」](https://www.scalemates.com/ja/kits/bandai-0206311-vf-171-nightmare-plus-figther-mode--1029720)を作りました。
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w800.webp"
|
||||
alt="マクロス VF-171 ナイトメアプラス"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w800.webp">
|
||||
マクロス VF-171 ナイトメアプラス</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w800.webp"
|
||||
alt="マクロス VF-171 ナイトメアプラス"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w800.webp">
|
||||
マクロス VF-171 ナイトメアプラス</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<hr/>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w800.webp"
|
||||
alt="たこやき"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w800.webp">
|
||||
たこやき</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w800.webp"
|
||||
alt="電車でGO"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w800.webp">
|
||||
電車でGO</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w800.webp"
|
||||
alt="長濱ウイスキー"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w800.webp">
|
||||
長濱ウイスキー</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w800.webp"
|
||||
alt="ウオムス・アルマゲっドン (Worms Armageddon)"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w800.webp">
|
||||
ウオムス・アルマゲっドン (Worms Armageddon)</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
There I will be part of the SIG Plamo group, where we will show everyone about the Plamo hobby.
|
||||
@ -6,122 +6,6 @@ date: 2026-04-17
|
||||
logosub: Congoer
|
||||
---
|
||||
|
||||
I was bij [Animecon 2026](https://animecon.nl/) voor drie dagen in Rijswijk.
|
||||
I will be at [Animecon 2026](https://animecon.nl/) for all three days in Rijswijk, the Netherlands.
|
||||
|
||||
Ik was deel van de SIG Plamo groep, waar we iedereen vertellen over de Plamo hobby.
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w800.webp"
|
||||
alt="SIG Plamo"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/sig-plamo-20260418-w800.webp">
|
||||
SIG Plamo</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Tijdens de con heb ik deze Macross [VF-171 Nightmare Plus (fighter mode)](https://www.scalemates.com/nl/kits/bandai-0206311-vf-171-nightmare-plus-figther-mode--1029720) gebouwd, geairbrusht en gestickert voor Maruko-kun.
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w800.webp"
|
||||
alt="Macross VF-171 Nightmare Plus"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-w800.webp">
|
||||
Macross VF-171 Nightmare Plus</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w800.webp"
|
||||
alt="Macross VF-171 Nightmare Plus"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/macross-vf-171-nightmare-plus-20260418-2-w800.webp">
|
||||
Macross VF-171 Nightmare Plus</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<hr/>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w800.webp"
|
||||
alt="Takoyaki"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/takoyaki-20260418-w800.webp">
|
||||
Takoyaki</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w800.webp"
|
||||
alt="Densha de GO"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/densha-de-go-arcade-20260417-w800.webp">
|
||||
Densha de GO</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w800.webp"
|
||||
alt="Nagahama Whiskey"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/nagahama-whiskey-single-malt-w800.webp">
|
||||
Nagahama Whiskey</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="text-center">
|
||||
<picture class="d-flex justify-content-center">
|
||||
<source media="(max-width: 510px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w240.webp" />
|
||||
<source media="(max-width: 850px)"
|
||||
srcset="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w480.webp" />
|
||||
<img src="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w800.webp"
|
||||
alt="Worms Armageddon"
|
||||
class="img-fluid" />
|
||||
</picture>
|
||||
<figcaption class="figure-caption mt-2">
|
||||
<a href="/images/events/2026/2026-04-17-animecon/worms-armadeddon-20260419-w800.webp">
|
||||
Worms Armageddon</a>
|
||||
</figcaption>
|
||||
</figure>
|
||||
There I will be part of the SIG Plamo group, where we will show everyone about the Plamo hobby.
|
||||
Loading…
x
Reference in New Issue
Block a user