Tag: 100daysofcode

  • Day 47: freeCodeCamp’s Basic JavaScript “Record Collection”

    I decided to continue trying to complete the fCC curriculum as it’s been some time since I’ve worked on it. Even though I still wasn’t able to solve this post, I was able to better understand what the question was asking and it made me think of another way to try and solve it. I’m…

  • Day 46: Client Website

    I was able to find a solution to the footer not being to align correctly here. I’m currently in the process of playing with the positioning of the title as I noticed it disappears on smaller screens.

  • Day 45: Client Website

    I finished finalizing most of the appearance of the About page. The only thing I still need to determine is how to properly align the footer links in the center, an answer I’m hoping to find tomorrow.

  • Day 44: Client Website

    Today I troubleshot the following issues with the About page: Displaying the logo Changing the first background photo users see Moving the original background photo to appear with some others before the footer Playing around with the display of the page title I’m getting closer to finishing the first draft of this page!

  • Day 43: Client Website

    I focused again on responsiveness as well as trying to fix the placement of some of the elements within the about page.

  • Day 42: Client Website

    I focused on working on the photo placement above the footers and successfully did so today. I also continued troubleshooting how to properly center the footer links. Even though I didn’t find a solution, I did find why there was a weird spacing issue (an extra div tag).

  • Day 41: Client Website

    Today I focused on sizing some photos for the about page with the intention to improving my understanding of the Bootstrap column/row system. Although I’m not 100% satisfied with the current position, I at least now know how to implement these features and will continue to work on them when I return.

  • Day 40: Java

    I continued learning more about Java syntax today through the BlueJ platform.

  • Day 39: Client Website

    I ended up focusing on the breakpoints of the banner for the About page as well as spacing between an additional photo. I may need to work on the second some more as I’m not completely satisfied with its current position.

  • Day 38: Client Website

    Today’s focus was on a navbar spacing issue and breakpoints for different screens (i.e. font sizes and whether links would appear), as well including Bootstrap icons for smaller screens only the webpage for specific breakpoints. The biggest lesson I picked up today was focusing on a specific generic task and the smaller sub-steps that needed…