From 944e6981261696d8b7134b4c665530f086a281f8 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 01:31:36 -0600 Subject: [PATCH] core: move site into split pages --- Dockerfile | 1 + index.html | 93 ------------------------------ pages/completed/.htaccess | 1 + pages/completed/index.html | 57 +++++++++++++++++++ pages/contact/.htaccess | 1 + pages/contact/index.html | 113 +++++++++++++++++++++++++++++++++++++ pages/current/.htaccess | 1 + pages/current/index.html | 34 +++++++++++ pages/other/.htaccess | 1 + pages/other/index.html | 62 ++++++++++++++++++++ 10 files changed, 271 insertions(+), 93 deletions(-) create mode 100644 pages/completed/.htaccess create mode 100644 pages/completed/index.html create mode 100644 pages/contact/.htaccess create mode 100644 pages/contact/index.html create mode 100644 pages/current/.htaccess create mode 100644 pages/current/index.html create mode 100644 pages/other/.htaccess create mode 100644 pages/other/index.html diff --git a/Dockerfile b/Dockerfile index 5e82aa3..413c4a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN npm run build WORKDIR /usr/share/nginx/html COPY index.html . COPY default.css . +COPY pages/ . RUN mkdir -p /usr/share/nginx/html/public diff --git a/index.html b/index.html index fd09ff4..e403f62 100644 --- a/index.html +++ b/index.html @@ -15,99 +15,6 @@ GitHub Projects -
Snake
-- Adjust game size -- Width: - - Height: - -
-Snake Head Location:
-Food Location:
- View Code -Description: A simple application to handle all of your Linux configuration needs.
-Language: C++26
-Tools: CMake
-Frameworks: Qt6
- View Repository -Description: A markdown repository containing details and changes of servers I maintain.
- View Repository -Description: An independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
- View Repository -Language: C++26
-Tools: CMake
-and various libraries.
-Contributions (newest first)
- hyprwm/Hyprland#8323 - hyprwm/Hyprland#8044 - hyprwm/Hyprland#7959 - hyprwm/Hyprland#7755 - hyprwm/Hyprland#7683 - hyprwm/Hyprland#7633 - hyprwm/Hyprland#7575 - hyprwm/Hyprland#7458 - hyprwm/Hyprland#6652 -Description: A program written in C++ to act as a proxy for another server.
- View Repository -Language: C++11
-Tools: CMake
-Testing Frameworks: Unity Test (ThrowTheSwitch)
-Description: A sample repository that uses downloaded .bed files to train a model on DNA using PyTorch.
- View Repository -Languages: Python, Bash
-Libraries: PyTorch
-Tools: Conda
-Description: The N-Queens problem recreated in C++ which gets solved using a Genetic Algorithm.
- View Repository -Language: C++11
-Tools: CMake
-