From ea54421b15c9705f86a8d25a6caaa40791d66e18 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Tue, 19 Jul 2022 11:59:45 -0400 Subject: app: Refactor and CSS rewrite --- app/views/index.view.php | 181 +++++++++++++++++++++-------------------------- 1 file changed, 81 insertions(+), 100 deletions(-) (limited to 'app/views/index.view.php') diff --git a/app/views/index.view.php b/app/views/index.view.php index 8261d35..bef54f5 100644 --- a/app/views/index.view.php +++ b/app/views/index.view.php @@ -1,109 +1,90 @@ - + -
- -
-
-
- -

- - Web - - Developer - - -

- -

- In it for the long haul -

- - - -
pipes.sh terminal screensaver
-
- -
- -

- -

- - - Random Quote - - - -
- -
- - - - - - - See an archive of all posts here. - - - innerHTML('recent-articles', $_SERVER['DOCUMENT_ROOT'] . '/posts/index.html'); - ?> - - - See More Posts - - - -
- - - - - - - - See an archive of all projects here. - - - innerHTML('recent-articles', $_SERVER['DOCUMENT_ROOT'] . '/projects/index.html'); - ?> -
- - - See More Projects - - - -
- -
-
-
- -
+
+ +
+ +

Web Developer

+ +

In it for the long haul

+ + + + + + + + + + + + + Random Quote + + + + + + + + + + + See an archive of all posts here. + + + + innerHTML('recent-articles', $_SERVER['DOCUMENT_ROOT'] . '/posts/index.html'); + ?> + + + See More Posts + + + + +
+ + + + + + + + See an archive of all projects here. + + + + innerHTML('recent-articles', $_SERVER['DOCUMENT_ROOT'] . '/projects/index.html'); + ?> + + + See More Projects + + + + +
+ +
+
+
- + -- cgit v1.2.3