-
Day 33: Flutter and Client Website
Today I split half of my time trying to learn more about Flutter’s syntax and continued my work on the client website. The latter I continued working on fixing small issues such as footer link alignment and started to add on to their Services page.
-
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
I decided to jump back into JS for a bit to give my mind some time to get back into learning this language. I’m stuck on another challenge but I’m trying to break it down and understand each element and why my solutions aren’t the correct answer. Photo by StockSnap on Pixabay.
-
Day 26: Personal GitHub Project
I decided to switch things up for myself and continued adding the building blocks to a project I’ve been meaning to work on for some time. It was also a way to familiarize myself with GitHub as I still have a lot to learn about the different features. Image by Markus Winkler from Pixabay.
-
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
I focused on work for the navbar links; fixing the company logo; and working on some media query differences. Helpful resources for today’s session include Boostrap’s position element and the navbar element. Photo by StockSnap on Pixabay.
-
Day 21: Client Website
Today I worked on the placement of the links in the footer as well as the footer itself; some media queries to ensure a consistent look across all screens; and on the sizing of the background image used for a specific page.
-
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.…