From a72efbbb068341f022bdad232d8c9502b832750b Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Sun, 20 Sep 2026 09:23:42 -0700 Subject: Update --- content.html | 3 +++ css/desktop/navbar.css | 12 +++++++++++- html/navbar.html | 7 +++++++ index.html | 1 + signin/index.php | 30 +----------------------------- signup/index.php | 1 + signup/verify/index.php | 1 + 7 files changed, 25 insertions(+), 30 deletions(-) create mode 100755 index.html mode change 100755 => 120000 signin/index.php create mode 120000 signup/index.php create mode 120000 signup/verify/index.php diff --git a/content.html b/content.html index e69de29..881e3ce 100755 --- a/content.html +++ b/content.html @@ -0,0 +1,3 @@ +

Welcome to GNUfault.org!

+
+

Welcome to my website, this is largely still a work in progress so come back when I actually get something here, I am actively working on it!

diff --git a/css/desktop/navbar.css b/css/desktop/navbar.css index a94d539..62f174c 100755 --- a/css/desktop/navbar.css +++ b/css/desktop/navbar.css @@ -23,5 +23,15 @@ display: flex; align-items: center; border-bottom: 1px solid #98A5B0; - gap: 5px; + justify-content: space-between; +} + +.header .navbar a { + text-decoration: none; + color: black; + margin: 3px; +} + +.header .navbar a:hover { + text-decoration: underline; } diff --git a/html/navbar.html b/html/navbar.html index e69de29..a9f9537 100755 --- a/html/navbar.html +++ b/html/navbar.html @@ -0,0 +1,7 @@ +
+ Home +
+
+ Sign-up + Sign-in +
diff --git a/index.html b/index.html new file mode 100755 index 0000000..ff8feb5 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +

Hello, World!

diff --git a/signin/index.php b/signin/index.php deleted file mode 100755 index cdf976d..0000000 --- a/signin/index.php +++ /dev/null @@ -1,29 +0,0 @@ -. - */ - -define('ROOT', rtrim($_SERVER['DOCUMENT_ROOT'], '/') . '/'); - -require_once ROOT . '/php/render.php'; - -$path = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); -$file = rtrim($path, '/') . '/content.html'; - -render_content(ROOT . $file); - -?> diff --git a/signin/index.php b/signin/index.php new file mode 120000 index 0000000..1876f97 --- /dev/null +++ b/signin/index.php @@ -0,0 +1 @@ +../php/index.php \ No newline at end of file diff --git a/signup/index.php b/signup/index.php new file mode 120000 index 0000000..1876f97 --- /dev/null +++ b/signup/index.php @@ -0,0 +1 @@ +../php/index.php \ No newline at end of file diff --git a/signup/verify/index.php b/signup/verify/index.php new file mode 120000 index 0000000..3e5d98e --- /dev/null +++ b/signup/verify/index.php @@ -0,0 +1 @@ +../../php/index.php \ No newline at end of file -- cgit v1.2.3