From d4872fbed488907550781c652e5a062bb123d718 Mon Sep 17 00:00:00 2001 From: Bryan Pedini Date: Sun, 20 Jan 2019 19:50:49 +0100 Subject: [PATCH] Modified template title --- CHANGELOG | 3 ++- index.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b0d35f0..ba0490f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,4 +3,5 @@ 20190117/01 - Added templating to the one page app, added and configured sessions to remember the last position and stored sessions for one day, even after browser close. | Nothing to say, I learned how to describe my commits.. (maybe).. 20190117/02 - Edited templates location, removed unnecessary CSS and JS files, moved the onePageApp style and scripts into respective files, modified variable names for better comprehension. TODO next: add comments to the code. | I seriously didn't think to work so much, PS: comments are still to come. 20190119/01 - Moved the entire title from the javascript to the PHP section, finished almost all templates, moved the footer on the main "template holder" page, extended the session to three days instead of just one for no technical reasons, added CHANGELOG, added three background images. | Did you seriously thought that this changelog was to keep track of any sort of change? OF COURSE NOT: it's for myself, when I commit only once after three days of work, to remember what the hell I did in the three days before, like sidenotes, but inside the own repository I will commit to... -20190120/01 - Completed the templates, added a cool javascript effect on textarea (added jquery.ns-autogrow plugin), modified the click functions from .on to .click for improved performance | All tho the commit of "yesterday" was of "this morning" at 4 minutes passed midnight... my life is a *****, guess why... \ No newline at end of file +20190120/01 - Completed the templates, added a cool javascript effect on textarea (added jquery.ns-autogrow plugin), modified the click functions from .on to .click for improved performance | All tho the commit of "yesterday" was of "this morning" at 4 minutes passed midnight... my life is a *****, guess why... +20190120/02 - Modified template title | My descriptions says everything \ No newline at end of file diff --git a/index.php b/index.php index 881c779..8f84b6d 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ 2 => 'About myself', 3 => 'What I\'ve done so far', 4 => 'Who I would like to be', - 5 => 'Webform contact' + 5 => 'Web Form contact' ]; if ( ! isset ( $_POST ['section'] ) ) { $requested_section_title = 'Home';