-
Days 81 & 82: Client Website
Posting for yesterday and today since I didn’t get to do that earlier! Day 81 Focused on fixing some issues within the Services page. Continued working on understanding and implementing JavaScript functionality for menu. Day 82 Fixed issue with responsive hamburger menu displaying (wrong class name). Cleaning up code for About page as I’m trying…
-
Day 79: Client Website
I added in the last details the client requested for their Service page – I may just need to readjust some values as needed (i.e. color of titles for final photos used, review sizing, etc.). I also looked into tweaking the Services on the homepage as there were still a few issues on whitespace.
-
Day 78: Client Website
I finally figured out why I was having sizing issues with the homepage photos (extra-large breakpoint, xl, as one of the classes)! I also figured out a padding issue for the title on the Services screen. Finally, I continued making more progress for the JavaScript functionality for the menu that appears on smaller screens.
-
Day 77: Client Website
Today I continued working on the navigation for smaller screens. I also added functionality for the Services page the client requested for the site.
-
Day 72: Client Website
I was able to figure out the carousel issue on the home page thanks to W3Schools and Bootstrap (putting the slide class in the wrong div tag). I was able to also figure out a sizing issue causing the first slide to be larger than the second. I’m currently working on resizing different elements for…
-
Day 70: Swift
Today I continued learning how to properly display text for a checklist. Another resource that’s helping me better understand Swift is CodeWithChris’ “How To Make An App – Xcode Tutorial (SwiftUI)“.
-
Day 68: Client Website
I continued updating file paths as the photos weren’t displaying properly. I worked on updating a padding value to give some more whitespace to the Services’ page description and the visibility of alerts on the Contact Us page so they don’t initially show up. I also started reviewing what other features I’ll need to include…
-
Day 67: Client Website
Today I focused on making a few small changes within some of the website pages, including Updating file paths and service ids for homepage Working on styling the Contact Us button styling Changing the color of the titles on the Service page Changing the size width of the warnings on the Service page Updating what…
-
Day 54: Client Website
I finally was able to figure out how to display the text to wrap around the team page photos thanks to Bootstrap’s Columns’ subsection “Standalone column classes” (“clearfix” class). Another page that was extremely helpful was their Spacing page, which helped clarify the values used to position clearfix.
-
Day 53: Client Website
I continued trying to troubleshoot the issue with not being able to display inline text and photo for the team page. Even though I wasn’t able to find a solution, today gave me some valuable insight on how to better use the Bootstrap classes with HTML tags. Drew Ryan’s “Build A Complete Bootstrap Website with…