- Main repository: @git.shrewdly.se
- Mirror: @github.com
- Demo: demo.shrewdly.se/indiequest
30 hours have been allocated to this project.
Week | Time (h) | Activity | Delivery |
---|---|---|---|
17 | 9 | Create working site | |
1 | Customer feedback | First | |
18 | 4 | Adjust layout from feedback | |
6 | Find and fix bugs | ||
3 | Test accessibility and fix issues | ||
19 | 2 | Customer feedback | Second |
5 | Review checklist and deliver | Final |
- [X] Apply page always shows citizenship input field on reload
- [X] Navbar hamburger menu doesn’t open on ‘apply’ page
- Fixed by adding missing script end tag
- Solution: Fix spelling of the tag
- Solution: Add alt text to logos
This attribute came with the source code generated by YouTube. Since it doesn’t seem to do anything, it can likely be safely removed.
I forgot to remove alt text from the favicon after adding alt text to all logos with sed.
- Solution: Remove alt from favicon
Bad value assets/Indie Quest Map.png
for attribute src
on element
img: Illegal character in path segment: space is not allowed.
Solution: Rename assets/Indie Quest Map.png
to assets/indie-quest-map.png
.
- Solution: Align text and inputs with
<table>
.
Date | Time | Comment |
---|---|---|
04-27 | 2h | Create basic HTML and CSS |
05-05 | 2h | Fix issues with navbar scaling and put text content in markdown |
05-19 | 0.5h | Polish margins and add video |
05-21 | 20min | Fix navbar on mobile |
10min | Fix logo and text scaling | |
10min | Fix video scaling on main page | |
2h | Create About, Curriculum, Find us and Apply pages | |
05-22 | 0.5h | Validate forms on ‘apply’ page |
0.5h | Tweak index layout to show more content | |
0.5h | Format ‘Find us’ page properly | |
1h | Make site pass W3 test | |
1h | Organize project file and commit bootstrap files |