personal projects

wildflowers repository

to do:

  • fix the white-on-yellow issue on personal pages
    • literally every other color i've tried has been worse lol
  • set up a blog-esque area?
  • crumb trail in title box
  • add odin project finished assignment links
  • take underline off links?
  • flex box?
  • sections on this page to have links to year and month in dev notes

done:

  • change ul/ol css to have smaller margins and use ✿
  • scroll bar sections on main pages
  • footer script
  • moved link to footer on content pages
  • lightened grays on credit page
  • script for links bar
  • color palatte updated
  • css updated for each page
    • background image
    • container for grid
    • inner main box
  • page templates made
  • main layout designed

dev notes

06.10.23: i spent this week taking what i've learned from the odin project's HTML and CSS foundations courses and completely rehauled the CSS for this website. when i first built this, i used seperate CSS docs for each section to get the color schemes to work. when i learned about chaining selectors in odin, i realized it would be so much easier moving forward if i used them to have all the color schemes in one document. so i had to look over each of the 6 documents to figure out what to carry over and then with each page i've made, i had to edit the html docs to follow the new css rules. so every page has been lovingly looked over and invisibly re-tooled over the past few days!!!

i'm sure something else will eventually come up and i'll have to comb through every page again in the future, but this will cut down on how often i have to do that by so much. i also used it to practing using vs code to edit and update this site. i've never build a website on my computer: i've only ever used the HTML editors on the host site itself. i'm so thrilled about how much easier it is to build and edit code using actual coding tools.