From eba65f3009bfdca48dd1a2e3c5ce6acd9accec4c Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Mon, 17 Oct 2022 21:37:25 -0400 Subject: [PATCH] Added NCX Programming projects to projects page (links to NCX Programming site) --- Gemfile.lock | 25 ++++++++++++------------- _data/projects-maintained.yml | 25 ++++++++++++++++++++++++- assets/css/style.css | 3 ++- projects/index.html | 6 +++++- 4 files changed, 43 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0274fab..6d0f00c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,19 +1,19 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) concurrent-ruby (1.1.10) em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb + http_parser.rb (~> 0) eventmachine (1.2.7) ffi (1.15.5) forwardable-extended (2.6.0) http_parser.rb (0.8.0) - i18n (1.10.0) - concurrent-ruby (>= 1.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) jekyll (4.2.2) addressable (~> 2.4) colorator (~> 1.0) @@ -49,13 +49,13 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) pathutil (0.16.2) - forwardable-extended (>= 2.6) - public_suffix (4.0.7) - rb-fsevent (0.11.1) + forwardable-extended (~> 2.6) + public_suffix (5.0.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) - ffi (>= 1.0) + ffi (~> 1.0) rexml (3.2.5) - rouge (3.28.0) + rouge (3.30.0) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) @@ -65,8 +65,7 @@ GEM webrick (1.7.0) PLATFORMS - universal-darwin-21 - x86_64-linux + x86_64-darwin-21 DEPENDENCIES jekyll (~> 4.2) @@ -76,4 +75,4 @@ DEPENDENCIES webrick (~> 1.7) BUNDLED WITH - 2.3.4 + 2.3.11 diff --git a/_data/projects-maintained.yml b/_data/projects-maintained.yml index d3b7e89..e52347f 100644 --- a/_data/projects-maintained.yml +++ b/_data/projects-maintained.yml @@ -1,12 +1,35 @@ - name: ahcounter truename: Ah Counter + personal: true icon: https://cdn.ncxprogramming.com/file/icon/ahcounter.png desc: A Discord bot that counts words. - name: fakeapt truename: fake-apt + personal: true icon: https://cdn.ncxprogramming.com/file/icon/placeholder.svg desc: My fake version of APT that pretends to do various APT things. - name: mywebsite truename: This Website + personal: true icon: https://cdn.ncxprogramming.com/file/icon/placeholder.svg - desc: The thing you're currently looking at. \ No newline at end of file + desc: The thing you're currently looking at. +- name: ncxcore + truename: NCX-Core + personal: false + icon: https://cdn.ncxprogramming.com/file/icon/ncxcore.png + desc: Our program to install more programs. +- name: rngtool + truename: RNGTool + personal: false + icon: https://cdn.ncxprogramming.com/file/icon/rngtool.png + desc: A macOS/iOS app that generates random numbers. +- name: thevaultc + truename: theVaultC + personal: false + icon: https://cdn.ncxprogramming.com/file/icon/thevaultc.png + desc: A collection of cross-platform C console apps. +- name: xware + truename: XWare + personal: false + icon: https://cdn.ncxprogramming.com/file/icon/xware.png + desc: Our small programs that can be downloaded in NCX-Core. \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index 049577a..ea47ab2 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1 +1,2 @@ -@import '/assets/bootstrap/css/bootstrap.min.css'; \ No newline at end of file +@import '/assets/bootstrap/css/bootstrap.min.css'; +@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css"); \ No newline at end of file diff --git a/projects/index.html b/projects/index.html index a085837..8d46041 100644 --- a/projects/index.html +++ b/projects/index.html @@ -20,7 +20,7 @@ layout: default