summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Gemfile.lock5
-rw-r--r--index.md1
-rw-r--r--projects.markdown25
3 files changed, 31 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 16d81f7..f8d9ec1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -10,8 +10,10 @@ GEM
       http_parser.rb (~> 0)
     eventmachine (1.2.7)
     ffi (1.15.5)
+    ffi (1.15.5-x64-mingw-ucrt)
     forwardable-extended (2.6.0)
     google-protobuf (3.23.3-x64-mingw-ucrt)
+    google-protobuf (3.23.3-x86_64-linux)
     http_parser.rb (0.8.0)
     i18n (1.14.1)
       concurrent-ruby (~> 1.0)
@@ -74,6 +76,8 @@ GEM
     safe_yaml (1.0.5)
     sass-embedded (1.63.6-x64-mingw-ucrt)
       google-protobuf (~> 3.23)
+    sass-embedded (1.63.6-x86_64-linux-gnu)
+      google-protobuf (~> 3.23)
     sinatra (3.0.6)
       mustermann (~> 3.0)
       rack (~> 2.2, >= 2.2.4)
@@ -98,6 +102,7 @@ GEM
 
 PLATFORMS
   x64-mingw-ucrt
+  x86_64-linux
 
 DEPENDENCIES
   http_parser.rb (~> 0.6.0)
diff --git a/index.md b/index.md
index 96b12e6..0a3ebe7 100644
--- a/index.md
+++ b/index.md
@@ -12,3 +12,4 @@ My little corner of the internet.
 
 ## [About](/about)
 ## [Blog](/blog)
+## [Projects](/projects)
diff --git a/projects.markdown b/projects.markdown
new file mode 100644
index 0000000..5960eb3
--- /dev/null
+++ b/projects.markdown
@@ -0,0 +1,25 @@
+---
+layout: default
+title: About
+permalink: /projects/
+---
+[⟸ Back to homepage](/)
+
+# Projects
+## OSLI
+An organisation that I am running to provide various services for individuals on the Internet.<br>
+I hope to set it up as a tilde-style public Unix system soon.
+
+[> (website)](https://osli-internet.github.io)
+
+## Nucleoid
+An open-source minigames server for Minecraft.<br>
+I've been the Community Manager since 2021 for this project.
+
+[> (website)](https://nucleoid.xyz)
+
+## Glowsquid
+A fast, modern Minecraft launcher.<br>
+This is still in development but I'm doing a bunch of frontend work right now.
+
+[> (Discord server)](https://discord.gg/AzwR4KSJW4)
\ No newline at end of file