From 763bf89d236edd83d805362d5ac6a2c9037bd6fa Mon Sep 17 00:00:00 2001 From: joeliu0999 Date: Thu, 8 Feb 2024 11:53:50 -0500 Subject: [PATCH 1/2] Added Alarm clock and OSC distro. Removed OSC website and Api group --- package-lock.json | 4 ++-- views/index.ejs | 45 +++++++++++++++++++++------------------------ 2 files changed, 23 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75d0f0a..7c6e448 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "osc-website", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "osc-website", - "version": "1.0.1", + "version": "1.0.2", "license": "GPL-3.0-or-later", "dependencies": { "axios": "^1.6.5", diff --git a/views/index.ejs b/views/index.ejs index e38c58d..e818a86 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -69,6 +69,22 @@
+

Alarm Clock

+

+ A React-Native application that allows users to configure various + punishments for not waking up and ways of detecting if a user is awake. + Languages: JavaScript. Framework/tools: React-Native, Expo. +

+ +
+
+

osc-distro

+

+ An OSC themed Linux Distribution based on Debian using Linux From Scratch. +

+ +
+

OpenWebServices

Club-related MicroServices, including an in-house implementation @@ -77,7 +93,7 @@

-
+

Bytes of Love

A visual novel dating simulator where you can play as a @@ -87,7 +103,7 @@

-
+

JukeBox

A web application that allows group members to queue up songs @@ -97,7 +113,7 @@

-
+

Proximity Chat

An application that allow users to chat with people that they are @@ -107,17 +123,7 @@

-
-

OSC Website

-

- A website to serve as a landing page for new members as a hub - of information about the club, with a dynamic blog and content - management system. Built in Javascript, HTML, CSS, with the - frameworks/tools: Node.js, Express.js, EJS. -

- -
-
+

SwampScheduler

A website to assist students in creating schedules that work @@ -127,7 +133,7 @@

-
+

Manim

Inspired by 3Blue1Brown, creating a plug-in that adds to the @@ -137,15 +143,6 @@

-
-

API Group

-

- Working on several small projects that involve APIs to gain - knowledge about building and using them. Built in Python, - with FastAPI. -

- -
From fab57d0d4ae1309946cf0234c45921e578a4b1d9 Mon Sep 17 00:00:00 2001 From: joeliu0999 Date: Thu, 8 Feb 2024 12:00:10 -0500 Subject: [PATCH 2/2] fix capitalization on project name --- views/index.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.ejs b/views/index.ejs index e818a86..1b9e46f 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -78,7 +78,7 @@
-

osc-distro

+

OSC-Distro

An OSC themed Linux Distribution based on Debian using Linux From Scratch.