summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-03-20 04:15:20 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-03-20 04:15:20 -0700
commit533c1c1b14cd4f06ec578587c722706b7142aef6 (patch)
treeb3dd524804fc9215ebb37353bbf4c0fd304ea311
parent345223b17cb4c1bc7f14a4aa125674a2fed068cf (diff)
Update readme
-rw-r--r--README.md19
1 files changed, 7 insertions, 12 deletions
diff --git a/README.md b/README.md
index 37da526..9604985 100644
--- a/README.md
+++ b/README.md
@@ -11,18 +11,12 @@ Portfolio for Nicholas Van Doorn
## TODO
-1. (style) Design a simple splash screen (big bold impactful heading, nice on brand image)
-1. (style) Responsive images
-1. (content) Add links to tools on about page
-1. (content) Compose BRNKL descriptions
-1. (build) Write a build step to render a PDF from the `/cv` page
-1. (style) Write components or theme for cv content
-1. (style) Add colour to all FontAwesome icons
+1. (style) Style `/cv` route such that PDF is usable
## Future Ideas
-1. Factor content into markdown/MDX files (basically anything that pulls the content away from the source code a bit more.)
-1. (style) Design a fucking stellar splash screen
+1. (build) Factor content into markdown/MDX files (basically anything that pulls the content away from the source code a bit more.)
+1. (style) Design a splash screen with more art
## Testing
@@ -33,7 +27,8 @@ Portfolio for Nicholas Van Doorn
## Bugs
-1. FontAwesome SVGs are huge on load (also a problem for making the CV PDF)
-1. Loading page from URL does not apply `selected` css class to respective nav item (might be a Netlify issue?)
+1. Loading page from URL does not apply `selected` css class to respective nav item (might be a Netlify related issue?)
1. Fonts on Windows do not look great, Linux story likely is not much better
-1. Nav extends beyond container on really small viewport (iPhone 5)
+1. Images and nav extends beyond container on really small viewport (iPhone 5)
+1. "Selected" nav item uses same visual indicator as a normal link (confusing, inconsistent)
+1. FontAwesome SVG sizing is not great (ideally it would change with text size)