mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 02:26:08 +01:00
Last Call BBS
This commit is contained in:
parent
365c6e34fc
commit
726c00c5f2
5 changed files with 15 additions and 2 deletions
|
@ -219,7 +219,7 @@ img.profile {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article, section {
|
||||||
figure {
|
figure {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
13
content/notes/2024-06-04/last-call-bbs/index.md
Normal file
13
content/notes/2024-06-04/last-call-bbs/index.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
title: "Last Call BBS"
|
||||||
|
date: 2024-06-04T12:56:27+01:00
|
||||||
|
tags:
|
||||||
|
- EMFCamp
|
||||||
|
- StarWars
|
||||||
|
---
|
||||||
|
|
||||||
|
My post [EMFCamp](/tags/emfcamp) lie-in was spent hacking on #LastCallBBS (which I bought after enjoying it in EMF's excellent Arcade) and creating a new Bulletin Board to dial into…
|
||||||
|
|
||||||
|
{{< imgorvid src="screencap.mp4" alt="A video of the Last Call BBS dialling up a 'towel.blinkenlights.nl' server that shows an ASCII art version of Star Wars Episode IV" >}}
|
||||||
|
|
||||||
|
(You should definitely play [Last Call BBS](https://www.zachtronics.com/last-call-bbs/))
|
BIN
content/notes/2024-06-04/last-call-bbs/screencap.mp4
Normal file
BIN
content/notes/2024-06-04/last-call-bbs/screencap.mp4
Normal file
Binary file not shown.
BIN
content/notes/2024-06-04/last-call-bbs/screencap.mp4.webp
Normal file
BIN
content/notes/2024-06-04/last-call-bbs/screencap.mp4.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
|
@ -1,2 +1,2 @@
|
||||||
{{- $args := dict "src" (.Get "src") -}}
|
{{- $args := dict "src" (.Get "src") "alt" (.Get "alt") -}}
|
||||||
{{- partial "image.gmi" $args -}}
|
{{- partial "image.gmi" $args -}}
|
||||||
|
|
Loading…
Reference in a new issue