Move CSS to shared folder
diff --git a/images/backgroundMain.png b/assets/backgroundMain.png
similarity index 100%
rename from images/backgroundMain.png
rename to assets/backgroundMain.png
Binary files differ
diff --git a/images/button-icons.png b/assets/button-icons.png
similarity index 100%
rename from images/button-icons.png
rename to assets/button-icons.png
Binary files differ
diff --git a/images/buttons.png b/assets/buttons.png
similarity index 100%
rename from images/buttons.png
rename to assets/buttons.png
Binary files differ
diff --git a/css/landing.css b/assets/landing.css
similarity index 100%
rename from css/landing.css
rename to assets/landing.css
diff --git a/css/section.css b/assets/section.css
similarity index 100%
rename from css/section.css
rename to assets/section.css
diff --git a/docs/index.php b/docs/index.php
index 70c2952..15d4d8c 100644
--- a/docs/index.php
+++ b/docs/index.php
@@ -37,6 +37,6 @@
 EOHTML;
 
 # Generate the web page
-$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $projectUrl . 'css/section.css"/>');
+$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $projectUrl . 'assets/section.css"/>');
 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>
diff --git a/download/index.php b/download/index.php
index 8b756d6..a278af5 100644
--- a/download/index.php
+++ b/download/index.php
@@ -36,6 +36,6 @@
 EOHTML;
 
 # Generate the web page
-$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $projectUrl . 'css/section.css"/>');
+$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $projectUrl . 'assets/section.css"/>');
 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>
diff --git a/index.php b/index.php
index 970037e..3690bda 100755
--- a/index.php
+++ b/index.php
@@ -57,6 +57,6 @@
 EOHTML;
 
 # Generate the web page
-$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $projectUrl . 'css/landing.css"/>');
+$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $projectUrl . 'assets/landing.css"/>');
 $App->generatePage($theme, $Menu, null, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>
diff --git a/involved/index.php b/involved/index.php
index 6c0adb8..5b2036d 100644
--- a/involved/index.php
+++ b/involved/index.php
@@ -112,6 +112,6 @@
 EOHTML;
 
 # Generate the web page
-$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $projectUrl . 'css/section.css"/>');
+$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $projectUrl . 'assets/section.css"/>');
 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>
diff --git a/support/index.php b/support/index.php
index 62a54f4..bc05268 100644
--- a/support/index.php
+++ b/support/index.php
@@ -50,6 +50,6 @@
 EOHTML;
 
 # Generate the web page
-$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $projectUrl . 'css/section.css"/>');
+$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="' . $projectUrl . 'assets/section.css"/>');
 $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
 ?>