From 504732c3d35d003fd5067240b98bc35f03c8cad9 Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Fri, 17 Mar 2023 13:27:27 +0200 Subject: repository cloning proccess; test commit/push --- .gitignore | 54 +++++++ html/search-v2.html | 336 +++++++++++++++++++++++++++++++++++++++++ html/search-v3.html | 422 ++++++++++++++++++++++++++++++++++++++++++++++++++++ html/search.html | 308 ++++++++++++++++++++++++++++++++++++++ search-v2.html | 336 ----------------------------------------- search-v3.html | 422 ---------------------------------------------------- search.html | 308 -------------------------------------- 7 files changed, 1120 insertions(+), 1066 deletions(-) create mode 100644 .gitignore create mode 100644 html/search-v2.html create mode 100644 html/search-v3.html create mode 100644 html/search.html delete mode 100644 search-v2.html delete mode 100644 search-v3.html delete mode 100644 search.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..229a35b --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +# These are some examples of commonly ignored file patterns. +# You should customize this list as applicable to your project. +# Learn more about .gitignore: +# https://www.atlassian.com/git/tutorials/saving-changes/gitignore + +# Node artifact files +node_modules/ + +# Compiled Java class files +*.class + +# Compiled Python bytecode +*.py[cod] + +# Log files +*.log + +# Package files +*.jar + +# Maven +target/ + + +# JetBrains IDE +.idea/ + +# Unit test reports +TEST*.xml + +# Generated by MacOS +.DS_Store + +# Generated by Windows +Thumbs.db + +# Applications +*.app +*.exe +*.war + +# Large media files +*.mp4 +*.tiff +*.avi +*.flv +*.mov +*.wmv + +# VS Code configuration +.vscode/ + +# temp folders +app/public/temp/ \ No newline at end of file diff --git a/html/search-v2.html b/html/search-v2.html new file mode 100644 index 0000000..100565b --- /dev/null +++ b/html/search-v2.html @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + +
+ +
+ +
+
+ + + + diff --git a/html/search-v3.html b/html/search-v3.html new file mode 100644 index 0000000..35e29ca --- /dev/null +++ b/html/search-v3.html @@ -0,0 +1,422 @@ + + + + + + + + + + + + + + +
+ +
+ +
+
+ + + + diff --git a/html/search.html b/html/search.html new file mode 100644 index 0000000..2a12941 --- /dev/null +++ b/html/search.html @@ -0,0 +1,308 @@ + + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/search-v2.html b/search-v2.html deleted file mode 100644 index 100565b..0000000 --- a/search-v2.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - - - - - - - - - -
- -
- -
-
- - - - diff --git a/search-v3.html b/search-v3.html deleted file mode 100644 index 35e29ca..0000000 --- a/search-v3.html +++ /dev/null @@ -1,422 +0,0 @@ - - - - - - - - - - - - - - -
- -
- -
-
- - - - diff --git a/search.html b/search.html deleted file mode 100644 index 2a12941..0000000 --- a/search.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - - - - - - - - - -
- -
- - - - -- cgit v1.2.3