From 1ff9e1bda92ba4e568962bde517a489d3ffd9254 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 15 Mar 2022 21:11:29 -0400 Subject: move js code to separate files, update links --- public/index.html | 18 ++-- public/views/about.html | 54 ++--------- public/views/admin.html | 29 +----- public/views/repositories.html | 170 +++------------------------------ static/assets/js/pages/about.js | 42 ++++++++ static/assets/js/pages/admin.js | 28 ++++++ static/assets/js/pages/repositories.js | 147 ++++++++++++++++++++++++++++ 7 files changed, 248 insertions(+), 240 deletions(-) create mode 100644 static/assets/js/pages/about.js create mode 100644 static/assets/js/pages/admin.js create mode 100644 static/assets/js/pages/repositories.js diff --git a/public/index.html b/public/index.html index 41ff0ec..d058439 100644 --- a/public/index.html +++ b/public/index.html @@ -7,11 +7,11 @@ - - - - - + + + + + @@ -40,10 +40,10 @@ am working on a completely new look. Please come back soon...

- - - - + + + + \ No newline at end of file diff --git a/public/views/about.html b/public/views/about.html index 2b6f4e7..300e42d 100644 --- a/public/views/about.html +++ b/public/views/about.html @@ -7,11 +7,11 @@ - - - - - + + + + +