Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Delete portfolio-thumb.png Removed obsolete thumb * Add files via upload Added updated thumb * Patch 1.0.2 changes 1. Cleaned up the classes/ id elements so that it's not a bunch of nested things 2. Changed the nav height at breakpoints to use vh instead 3. Changed the project grid CSS so it doesn't use Bootstrap's ".d-flex" 4. Changed the Color Palette card so that it uses vw instead 5. Corrected the summary card so that the one <hr> element is assigned the proper class 6. Updated the CSS to reflect the cleaned up classes/ id elements 7. Nested the ".summary-card" and corrected the CSS to reflect that change 8. Removed the top button code * Update style.css - Slimmed down the amount of combinators - Changed `.deck2` so that it doesn't need !important - Added a `.dy-flex` class to replace `.d-flex` (new class name subject to change) - Removed the `top` CSS for `.summary-card` to reflect changes in the HTML - Changed the units for the `height` property of `<nav>` to `vh` - Canged several elements so that positioning/ padding/ margin is done with `vh` or `vw` * Patch 1.0.2 additional changes - Removed the `d-flex` and `justify-content-center` - Added `hlight-xtra2 - Added `mgx-auto` although its efficacy is questionable - Added `id="project-showcase" back in * Patch 1.0.2 additional changes CSS - Changed the sizing on several sections so spacing is better used on mobile devices (e.g Project Highlights) - Changed the `margin` value on several classes - Increased font size on smaller screens * Update index.html - Added a new button class - Edited the portfolio project highlight paragraph to clarify which FCC requirements were used * Update style.css - Updated the Project Highlights container to scale with the vertical height of the user's screen - Added margin to several containers - Changed sizing for certain elements in certain breakpoints to be based on percentage of the parent element height instead - Updated the responsive breakpoints so the new ranges are large screen, laptop, tablets, then phones - Updated sizing values so that the page renders properly on mid-sized phones, tablets, laptops, and larger screens - Updated margin and padding values to certain elements * Update index.html - Changed version number and date last updated * Delete index.txt * Delete index.html * Update index.html - Removed the Creative Commons Attribution link as it will be moved to README.md * Update style.css - Removed `.cc-att` as CC attribution will be done in README.md * Update README.md - Added an Image Attribution section and added an attribution link
- Loading branch information