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 -

Completed Projects

-
-
- - - - -
-
-

Pong

-

Left Paddle Height:

-

Right Paddle Height:

- View Code -
-
-
-
- - -
-
-

Snake

-

- Adjust game size -- Width: - - Height: - -

-

Snake Head Location:

-

Food Location:

- View Code -
-
-

Current Personal Projects

-
-

Wrench

-

Description: A simple application to handle all of your Linux configuration needs.

-

Language: C++26

-

Tools: CMake

-

Frameworks: Qt6

- View Repository -
-
-

Synopsis

-

Description: A markdown repository containing details and changes of servers I maintain.

- View Repository -
-

Other Projects

-
-

Hyprland

-

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 -
-
-

Proxy

-

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)

-
-
-

Cloudcare

-

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

-
-
-

N-Queens

-

Description: The N-Queens problem recreated in C++ which gets solved using a Genetic Algorithm.

- View Repository -

Language: C++11

-

Tools: CMake

-
diff --git a/pages/completed/.htaccess b/pages/completed/.htaccess new file mode 100644 index 0000000..717ec6f --- /dev/null +++ b/pages/completed/.htaccess @@ -0,0 +1 @@ +DirectoryIndex index.html diff --git a/pages/completed/index.html b/pages/completed/index.html new file mode 100644 index 0000000..6bdb530 --- /dev/null +++ b/pages/completed/index.html @@ -0,0 +1,57 @@ + + + + + Trianta + + + +
+
+

TRIANTA

+

Function over form by design

+
+
+ GitHub + Projects +
+

Completed Projects

+
+
+ + + + +
+
+

Pong

+

Left Paddle Height:

+

Right Paddle Height:

+ View Code +
+
+
+
+ + +
+
+

Snake

+

+ Adjust game size -- Width: + + Height: + +

+

Snake Head Location:

+

Food Location:

+ View Code +
+
+
+ + diff --git a/pages/contact/.htaccess b/pages/contact/.htaccess new file mode 100644 index 0000000..717ec6f --- /dev/null +++ b/pages/contact/.htaccess @@ -0,0 +1 @@ +DirectoryIndex index.html diff --git a/pages/contact/index.html b/pages/contact/index.html new file mode 100644 index 0000000..fd09ff4 --- /dev/null +++ b/pages/contact/index.html @@ -0,0 +1,113 @@ + + + + + Trianta + + + +
+
+

TRIANTA

+

Function over form by design

+
+
+ GitHub + Projects +
+

Completed Projects

+
+
+ + + + +
+
+

Pong

+

Left Paddle Height:

+

Right Paddle Height:

+ View Code +
+
+
+
+ + +
+
+

Snake

+

+ Adjust game size -- Width: + + Height: + +

+

Snake Head Location:

+

Food Location:

+ View Code +
+
+

Current Personal Projects

+
+

Wrench

+

Description: A simple application to handle all of your Linux configuration needs.

+

Language: C++26

+

Tools: CMake

+

Frameworks: Qt6

+ View Repository +
+
+

Synopsis

+

Description: A markdown repository containing details and changes of servers I maintain.

+ View Repository +
+

Other Projects

+
+

Hyprland

+

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 +
+
+

Proxy

+

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)

+
+
+

Cloudcare

+

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

+
+
+

N-Queens

+

Description: The N-Queens problem recreated in C++ which gets solved using a Genetic Algorithm.

+ View Repository +

Language: C++11

+

Tools: CMake

+
+
+ + diff --git a/pages/current/.htaccess b/pages/current/.htaccess new file mode 100644 index 0000000..717ec6f --- /dev/null +++ b/pages/current/.htaccess @@ -0,0 +1 @@ +DirectoryIndex index.html diff --git a/pages/current/index.html b/pages/current/index.html new file mode 100644 index 0000000..3ea7344 --- /dev/null +++ b/pages/current/index.html @@ -0,0 +1,34 @@ + + + + + Trianta + + + +
+
+

TRIANTA

+

Function over form by design

+
+
+ GitHub + Projects +
+

Current Personal Projects

+
+

Wrench

+

Description: A simple application to handle all of your Linux configuration needs.

+

Language: C++26

+

Tools: CMake

+

Frameworks: Qt6

+ View Repository +
+
+

Synopsis

+

Description: A markdown repository containing details and changes of servers I maintain.

+ View Repository +
+
+ + diff --git a/pages/other/.htaccess b/pages/other/.htaccess new file mode 100644 index 0000000..717ec6f --- /dev/null +++ b/pages/other/.htaccess @@ -0,0 +1 @@ +DirectoryIndex index.html diff --git a/pages/other/index.html b/pages/other/index.html new file mode 100644 index 0000000..22194f2 --- /dev/null +++ b/pages/other/index.html @@ -0,0 +1,62 @@ + + + + + Trianta + + + +
+
+

TRIANTA

+

Function over form by design

+
+
+ GitHub + Projects +
+

Other Projects

+
+

Hyprland

+

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 +
+
+

Proxy

+

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)

+
+
+

Cloudcare

+

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

+
+
+

N-Queens

+

Description: The N-Queens problem recreated in C++ which gets solved using a Genetic Algorithm.

+ View Repository +

Language: C++11

+

Tools: CMake

+
+
+ +