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-11-21 13:12:50 +0300
committerDerek Severin <severinderek@gmail.com>2019-11-21 13:12:50 +0300
commit54078e5d2feacb7fe5f2a01047d8e91052cce971 (patch)
treeef7de24ff9335b56da322a8418288830096b688e
parent354bba3a27e8e686644228ee197785f4f000859d (diff)
TODO tasks updated
-rw-r--r--TODO/TODO.md29
1 files changed, 24 insertions, 5 deletions
diff --git a/TODO/TODO.md b/TODO/TODO.md
index c763cba..c69aecb 100644
--- a/TODO/TODO.md
+++ b/TODO/TODO.md
@@ -1,5 +1,11 @@
# TODO
+- [ ] Complete README.md file
+ => What to add?
+ - [ ] Reference "Minimal Academic" theme for the sidebar stuff? (if not done)
+ - [ ] Mention use of "cover_image" and "small_image" for sections ("cover_image" can override "small_image")
+
+
## BUG FIXES
### GENERAL
@@ -40,6 +46,16 @@
- [ ] Update to latest HUGO.
- [ ] Update to BOOTSTRAP 4+.
+- [ ] Use responsove images?
+ LOOK AT:
+ ```html
+ <picture class="photo-wide orientation-landscape loaded">
+ <source media="(min-width: 1024px)" srcset="image_large.jpg, image_large_retina.jpg 2x">
+ <source media="(min-width: 640px) and (max-width: 1024px)" srcset="image_medium.jpg, image_medium_retina.jpg 2x">
+ ...
+ </picture>
+ ```
+
- LATER:
- [ ] Create and set icons
@@ -99,9 +115,12 @@
- LATER:
- - [ ] Add the 2 HTML tables
- - [ ] Set tags and categories in tables (with links to taxonomy pages)
- - [ ] Generate tables dynamically from data files (instead of static html tables)
+ - [ ] Replace the tags and categories blocks by the 2 skills table, with each keyword being a link to a taxonomy page.
+ - [ ] Add the 2 HTML tables
+ - [ ] Set tags and categories in tables (with links for taxonomies)
+ - [ ] Generate tables dynamically from data files (instead of static html tables)
+ - skills.json => Should have all skills data defined here, and used to fill tables (so that can have dynamic number of tables)
+ (! - and it should be matched with tags and categories from each project!)
### PROJECTS
@@ -110,7 +129,7 @@
=> For scrolling text, look at:
https://www.quackit.com/css/codes/marquees/
<br>=> Need to adapt the layout as in AIRSPACE theme, "Contact" form.
- - [ ] Add a link to "TIMELINE" page (once page ceated).<br>
+ - [ ] Add a link to "TIMELINE" page (once page created).<br>
=> Look at "NEWSPRINT" theme, "The Library" section for timeline example.
- [ ] "PROJECTS" list page:
- [ ] Add a "path" on top, to show where we are, and easy navigate (or in sidebar?!).
@@ -122,7 +141,7 @@
=> Projects page, containing 1+N sections (N = number of project sections:
- "TIMELINE": link to "TIMELINE" page.
- "<SUBSECTION_TYPE>": link to "PROJECTS_<SUBSECTION_TYPE>" - with no subsection selected.
- - "ALL PROJECTS": link to "PROJECTS_<SECTIONS>_ALL" page.
+ - "ALL PROJECTS": link to "PROJECTS_<SECTIONS>\_ALL" page.
- [ ] "TIMELINE":
=> Page with vertical timeline (top = present), listing positions in chronological order.
- When clicking on a company icon, it opens a small pop-up with the position description.