From 264650cfe4e3c58705891c0c2f764093a31d4f98 Mon Sep 17 00:00:00 2001 From: juju2143 Date: Mon, 28 Aug 2023 11:55:27 -0400 Subject: [PATCH] Update --- content/en/about.md | 10 ++-- content/en/docs/cards.md | 94 +++++++++++++++++++++++++++++++ content/en/projects/pouet.md | 9 +++ hugo.toml | 16 +++++- netlify.toml | 10 ++++ static/img/buttons/silk.png | Bin 0 -> 3836 bytes static/img/buttons/skye.png | Bin 0 -> 6249 bytes themes/a39/static/css/styles.css | 5 +- themes/a39/theme.toml | 1 + 9 files changed, 138 insertions(+), 7 deletions(-) create mode 100644 content/en/docs/cards.md create mode 100644 content/en/projects/pouet.md create mode 100644 netlify.toml create mode 100644 static/img/buttons/silk.png create mode 100644 static/img/buttons/skye.png diff --git a/content/en/about.md b/content/en/about.md index 1fe9ba6..395bb38 100644 --- a/content/en/about.md +++ b/content/en/about.md @@ -7,11 +7,11 @@ tagline = "who are we? a mystery." # About us -a39 studios is a multimedia entertainment studio based in Québec City, Canada. It focuses mainly on art and storytelling, although you can also see us experimenting. A lot. +a39 studios is a one-person multimedia entertainment studio. Based in Québec City, Canada, it released all sorts of experiments and attempts at web art some would variously consider as not very good or brillant, no inbetweens. It focuses mainly on art and storytelling, although you can also see it experimenting. A lot. ## History -Née Julosoft Multimedia in the late 2000s, it rebranded as a39 studios in 2021. For most of its history it was a one-person band that released all sorts of experiments and attempts at web art JP's family would qualify as not very good. +Née Julosoft Multimedia in the late 2000s, it rebranded as a39 studios in 2021. You can see a non-exhaustive timeline on the [portfolio](/projects) page. ## Team @@ -22,9 +22,11 @@ Née Julosoft Multimedia in the late 2000s, it rebranded as a39 studios in 2021. * **Born**: 1991 * **Pronouns**: any -Founder of a39. Writer, artist, programmer, probably not in this order but sometimes at the same time. Mainly works as a .NET dev, but is also a jack of all trades. Has way more ideas than is able to keep up with. +Founder of a39. Writer, artist, programmer, probably not in this order but sometimes at the same time. Started making websites in 2004, at the tender age of 12, after reading a HTML for Dummies book. Mainly works as a .NET dev, but is also a jack of all trades. Has way more ideas than is able to keep up with. May or may not be a wizard, although they won't help you fix your printer. ## Fun facts * 39 is pronounced kind of like "thank you" in Japanese. Or Miku, as in Hatsune Miku. -* In *The Twelve Tasks of Asterix* (1976), Asterix and Obelix were set to retrieve a permit A38 from a bureaucratic building. They solve the problem by asking for permit A39 instead. \ No newline at end of file +* In *The Twelve Tasks of Asterix* (1976), Asterix and Obelix are set to retrieve a permit A38 from a bureaucratic building, which is impossible without giving up your sanity. They solve the problem by asking for permit A39 instead, leading to everyone in the building collectively lose their sanity. +* A39 also refers to a man on two giraffes holding them by the neck in Egyptian hieroglyphics. 𓀬 +* A39 is an highway starting from Dijon, France, which is well known for its mustard. Interestingly, Dijon mustard is no longer made in Dijon since 2009, and 80% of the mustard seeds used to manufacture it comes from Canada. \ No newline at end of file diff --git a/content/en/docs/cards.md b/content/en/docs/cards.md new file mode 100644 index 0000000..b2f00ba --- /dev/null +++ b/content/en/docs/cards.md @@ -0,0 +1,94 @@ ++++ +title = "Card trick.doc" +slug = "cards" +description = "nice trick" +date = "2023-08-01" +icon = "https://win98icons.alexmeub.com/icons/png/game_solitaire-0.png" +icon16 = "https://win98icons.alexmeub.com/icons/png/game_solitaire-1.png" +ispage = false ++++ + +
+ +# The greatest card trick ever + +Here's a nice magic trick I like doing, and the fun thing, it even works through a computer! Wanna play? Yes? Okay. + +Get your favourite card deck and pick a card. Any card. Or generate one through random.org, I don't care. The thing is that I can't see it until the end. Got it? + + +
+ +
+ +Cool. Now I'm gonna shuffle my imaginary deck, cut it roughly in the middle, put these cards side up and you're going to tell me if you see your card. I'm going to repeat this a few times. + + + +Can you see your card? + + +
+ +
+ +I think I have enough info now. Imagine me doing a bunch of fancy shuffles and then pick a card. Is this your card? + + + + +
+ + \ No newline at end of file diff --git a/content/en/projects/pouet.md b/content/en/projects/pouet.md new file mode 100644 index 0000000..cfb1e8d --- /dev/null +++ b/content/en/projects/pouet.md @@ -0,0 +1,9 @@ ++++ +title = "pouet.quebec" +slug = "pouet" +description = "this is the most website of all time." +date = "2023-04-28" +link = "https://pouet.quebec/" +tags = ["Website"] ++++ +A new social network for Quebecers, part of the Fediverse. \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index ed888d9..1d7b51f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -120,6 +120,18 @@ disqusShortname = "juju2143" weight = 3 [[menu.friends]] name = "silk.ms" - pre = "https://silk.ms/button.gif" + pre = "/img/buttons/silk.png" url = "https://silk.ms/" - weight = 4 \ No newline at end of file + weight = 4 +[[menu.friends]] + name = "Skye's website" + pre = "/img/buttons/skye.png" + url = "https://skyeweeb.weebly.com" + weight = 5 + + +[server] +[[server.headers]] + for = '/**.wasm' + [server.headers.values] + Content-Type = 'application/wasm' \ No newline at end of file diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..24a9773 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,10 @@ +# example netlify.toml +[build] + command = "hugo" + functions = "netlify/functions" + publish = "public" + +[dev] + command = "hugo server" + port = 1313 + publish = "public" diff --git a/static/img/buttons/silk.png b/static/img/buttons/silk.png new file mode 100644 index 0000000000000000000000000000000000000000..34e4ba80f9f11a8b6e35497a0ef4afd9ec1dad69 GIT binary patch literal 3836 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 TydsV?00000NkvXXu0mjfeoNaw literal 0 HcmV?d00001 diff --git a/themes/a39/static/css/styles.css b/themes/a39/static/css/styles.css index 14600f9..c8fa359 100644 --- a/themes/a39/static/css/styles.css +++ b/themes/a39/static/css/styles.css @@ -1,4 +1,7 @@ - +@font-face { + font-family: "WebPlus IBM VGA 8x16"; + src: url("/fonts/WebPlus_IBM_VGA_8x16.woff"); +} body { /*background: #008080;*/ diff --git a/themes/a39/theme.toml b/themes/a39/theme.toml index 5987c0a..54db3e2 100644 --- a/themes/a39/theme.toml +++ b/themes/a39/theme.toml @@ -9,6 +9,7 @@ homepage = "https://a39.ca/" tags = [] features = [] min_version = "0.112.3" +version = 2 [author] name = "J.P. Savard"