Tag: 100daysofcode

  • Day 57: Client Website

    Today I continued working on including the pre-footer images onto the homepage, as well as using a different approach to the display of the website by using a carousel. As per usual, Bootstrap’s documentation for carousels and Bootstrap Shuffle helped me to better understand how to implement it. Even though it’s not perfect right now,…

  • Day 56: Client Website

    I continued making progress on displaying photos for the homepage. I’m hoping to have a better idea how to implement them tomorrow (4 total, 2 inline on each).

  • Day 55: Client Website

    I worked on fixing the home page’s navigation bar and footer so it would match the other finished pages. I also started the process of rebuilding the content in a new way. Bootstrap’s Containers, Columns, and Grids pages are helping me understand how to implement the syntax well.

  • 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…

  • Day 52: Client Website

    I continued working on trying to align the team photos with their descriptions. I did this by taking steps to better understand how Bootstrap works by using the following resources: BootstrapBay’s Learn Bootstrap 4 in 14 Days; RaddyTheBrand’s Learn Bootstrap in Less Than 20 Minutes; and Traversy Media’s Bootstrap 5 Crash Course | Website Build…

  • Day 51: Client Website

    I continued working on troubleshooting the issue on displaying the team photos on the same line as their descriptions. I haven’t been able to find the answer but I do know now it has to do with the CSS flex attribute from CSS-Tricks that I found listed on Bootstrap’s documentation here.

  • Day 50: Client Website

    The halfway mark! I continued working on the team page, adding images above the footer to keep it consistent with the About page. I also focused on fixing the alignment of the page’s title and am in the process of aligning the content of the team members so that their descriptions are inline with their…

  • Day 49: Client Website

    Today I continued work on the Team page as well as fixing the footer for that particular page. I’m trying to better understand the float css property as I work on placement of images and text on the same line.

  • Day 48: Client Website

    I did a little work on the client’s contact page but redid the About Us page due to a mix-up that made me lose my original page. I laid most of the main elements down on the latter and I’m hoping to complete it by Saturday.