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 <42170307+2-REC@users.noreply.github.com>2018-11-01 08:57:34 +0300
committerGitHub <noreply@github.com>2018-11-01 08:57:34 +0300
commit27912c676e5b626f05a369e3dbc68119add0bc8b (patch)
treea67d33c9c17f6f3aff1aeea4aaed3b704bd0c7c4
parentca4e16579dc0cd44251fc95aa2eb88b1b7ea4837 (diff)
Create TODO.md
TODO list.
-rw-r--r--TODO.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..b074071
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,21 @@
+TODO:
+
+- [ ] Homepage:
+ - [ ] Set order of sections from order in navigation bar.
+ => Parse menu and add each section in that order (in same order as defined in config.toml).
+
+- [ ] "HOME" section:
+ - [ ] Seems to have a bug with the background in CREATIVE theme: image sometimes not covering the entire screen.
+ => Set size to minimum between width and height, keeping ratio (=> image cropped)
+? => OK or should fix problem?
+
+- [ ] "PROJECTS" section:
+ - [ ] Add a vertical scrolling text in the top right corner.
+ => For scrolling text, look at:
+ https://www.quackit.com/css/codes/marquees/
+ => Need to adapt the layout as in AIRSPACE theme, "Contact" form.
+ - [ ] Add a link to "TIMELINE" page (once page ceated).
+ => Look at "NEWSPRINT" theme, "The Library" section for timeline example.
+
+- [ ] "ASIDE" section:
+ => Could add optional section.