To Do
- Add link to email on all pages.
- Add previous and next buttons to standup posts and blog posts.
- Change all button links to just links and style.
- Re size this list. It's too small at the moment.
- Memorise js code blocks for 100devs.
1. Email address updated on all pages.
2. Added buttons to the standup page then remembered I had issues last time I tried using a button as a link. Oviously its just a button so I placed the button inside a link. I'm not sure if this is best practice but it functions. I wonder if js is ever used to do this? Ok I just read a little about using buttons for links here. Using a button as a link the way I have is not good for accessibility. It can be confusing for the user, therefore I need to Make sure My links Are actally links, and leave buttons for other things.
3.Buttons changed to links.
4.I resized the To Do list, but it still needs work to get it looking right, as does the rest of the page. It's all still a work in progress.
5.I'm doing the 100devs bootcamp and we are required to memorize some javascript code blocks. Leon suggests we type delete and repeat until we don't need to look at the code anymore however, writing by hand works way faster for me. It is alot quicker to type but It won't sick as fast as if I write it out, so thats what I'm doing.