Major Revisit (#13)

* Add comment that it was built from scratch.

* Add a link to Modern Day Wizards and my personal media. Simplify text.

* Change to "media" since there are also videos.

* Simplify text, add nomad note.

* Update support pages: better text, currencies first, remove many options.

* Change word to sound more like I'm talking.

* Update wordiness and provide disclaimer on top rather than only for email.

* Update wordiness.

* Use a more legible purple.

* Remove extra word.

* Fix link including a space.

* Fix word order.

* Make the banner more useful! :)

* Simplify verbiage.

* Enhance the look/feel of the addresses.

* Remove more words.

* Remove excess word.

* More major rewording, also added mission/goal.

* Remove 'the'.
This commit is contained in:
2024-01-25 07:37:10 -07:00
committed by GitHub
parent 4762862998
commit 623cba3262
13 changed files with 154 additions and 109 deletions

View File

@ -28,7 +28,7 @@ echo "" >> $mainpage
# Give the page a description.
echo -e "\t\t<div class='row'>" >> $mainpage
echo -e "\t\t\t<h1 class='col-12 title'>Photo Albums</h1>" >> $mainpage
echo -e "\t\t\t<h1 class='col-12 title'>Media Albums</h1>" >> $mainpage
echo -e "\t\t</div>" >> $mainpage
echo -e "\t\t<div class='row'>" >> $mainpage
@ -144,4 +144,5 @@ done
$HELPER_DIR/body_close.php >> $mainpage
cat $mainpage
echo "<!-- Built from scratch. -->"
exit 0