From 14fa5ba206ad669dc916ebb466a8f3f713f72c06 Mon Sep 17 00:00:00 2001 From: Jordan <37647414+linuxgoose@users.noreply.github.com> Date: Sat, 24 Aug 2024 15:05:51 +0100 Subject: [PATCH] Initial Commit --- index.html | 63 +++++++++++++++++++++++++++++++++++ linuxgoose.com.code-workspace | 8 +++++ 2 files changed, 71 insertions(+) create mode 100644 index.html create mode 100644 linuxgoose.com.code-workspace diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..69ac02cf8de6e8e5ef002f42add12bd2d778e22f --- /dev/null +++ b/index.html @@ -0,0 +1,63 @@ + + + + +linuxgoose.com - a goose who wishes he was tux + + + + +
+ +
linuxgoose /ˈlɪn.əksɡuːs/n + 1 : a technical writing enthusiast + 2 : a lurker on Mastodon + 3 : an avid Football Manager player + 4 : a software developer + who is quite fond of Python and Django + 5 : an open-source software advocate + 6 : an avid podcast listener + 7 : a kind geek
+ +
+ + + \ No newline at end of file diff --git a/linuxgoose.com.code-workspace b/linuxgoose.com.code-workspace new file mode 100644 index 0000000000000000000000000000000000000000..876a1499c09dc083612f43c53c0ae71b9c30c5b1 --- /dev/null +++ b/linuxgoose.com.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file