From cfe40686b35acadbdfb515442ecce48e15ca018d Mon Sep 17 00:00:00 2001 From: Derek Severin Date: Sun, 21 Apr 2019 22:21:20 +0700 Subject: Minor changes after deploy --- TODO/TODO.md | 6 ------ static/css/theme.css | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/TODO/TODO.md b/TODO/TODO.md index 4cedd22..8b16fb1 100644 --- a/TODO/TODO.md +++ b/TODO/TODO.md @@ -5,9 +5,6 @@ TODO - CODE: - [ ] Allow to not have the footer - [ ] Make better footer - [ ] Check/clean the entire code ... - - [ ] Make sure page 404 is loaded when 404 error - - [ ] Add attribute "rel=nofollow" for "a" elements pointing to companies? - (Might actually be better to keep ref) - [ ] CDN: use font awesome (& jquery, Bootstrap, etc) from online resource AND from local files (fallback). => BOTH (look at: https://forum.freecodecamp.org/t/using-a-fallback-code-in-case-bootstraps-cdn-is-down/160753/11 and https://stackoverflow.com/questions/26192897/should-i-use-bootstrap-from-cdn-or-make-a-copy-on-my-server ) - [ ] Solve bug of NAVBAR offset when getting back from project page @@ -52,7 +49,6 @@ TODO - CODE: - [ ] "PROJECTS" section: LATER: - - [ ] Set heading in top left corner as a link to the section. - [ ] Add a vertical scrolling text in the top right corner. => For scrolling text, look at: https://www.quackit.com/css/codes/marquees/ @@ -68,8 +64,6 @@ TODO - CODE: LATER: - [ ] Add a "path" on top, to show where we are, and easy navigate (or in sidebar?!). - [ ] Add "content table" on right side (EVEN theme, in a post page). - - [ ] Add image gallery component (look at "liwenyip gallery" (uses "PhotoSwipe"), or "Icarus"). - - [ ] Create and set icons for tags/technologies. - [ ] "PROJECTS" Additional pages (related to projects - for each project section): - [ ] "PROJECTS": diff --git a/static/css/theme.css b/static/css/theme.css index 5c4fef4..153cc16 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -283,7 +283,7 @@ fieldset[disabled] .btn-primary.active { .email-link a { - font-size: 3rem; + font-size: 2rem; } -- cgit v1.2.3