-
Day 33: Flutter and Client Website
-
Day 31: Client Website
I continued making progress on the client’s About page, focusing on formatting for larger screens. I’m trying a different look than what I initially proposed to see if I can get something closer to what they initially envisioned. Interesting references I looked at today include GeeksforGeeks’ “How to break line without using <br> tag in…
-
Day 30: Java
I continued learning more about Java today. I specifically tried to focus on breaking down the concepts learned yesterday to the bare minimum – I guess you could say I was using partly the Feynman technique (read more here!). I also tried using simple examples to learn about the Math library only to run into…
-
Day 28: freeCodeCamp Learn Basic JavaScript Record Collection

-
Day 26: Personal GitHub Project

-
Day 25: Client Website

Today I focused on responsiveness of the company logo and hamburger menu for different breakpoints. I’m visually learning the differences between min- and max-width for resizing, and I found the margin-top value was causing issues with whitespace between two elements of the page. Photo by StockSnap on Pixabay.
-
Day 22: Client Website

-
Day 21: Client Website
-
Day 20: Client Website
I continued my progress on the client website, focusing on including previously made elements as well as photos and aligning them as needed and ensuring responsiveness in different screen sizes. Two helpful resources I used were MDN’s background-repeat and Treehouse’s How to Fix a Broken Image [Article]. A gentle reminder to myself – if an…
-
Day 18: CSS Media Queries and Client Website

As I mentioned yesterday, I decided to continue learning about media queries with the lesson I found before. Although I wasn’t able to see the effects in real time (make sure to follow directions and download any other resources before starting, :’)), I’m glad I was able to start getting a handle on SCSS’s syntax.…