Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Severin <severinderek@gmail.com>2019-04-21 18:21:20 +0300
committerDerek Severin <severinderek@gmail.com>2019-04-21 18:21:20 +0300
commitcfe40686b35acadbdfb515442ecce48e15ca018d (patch)
tree3626d54aec1be6e68d5d052ed7e1546e4c8a50c9
parentd975626d7222fdb6a89fccb3d3664a70b7a83a73 (diff)
Minor changes after deploy
-rw-r--r--TODO/TODO.md6
-rw-r--r--static/css/theme.css2
2 files changed, 1 insertions, 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;
}