Skip to content

Commit

Permalink
Patch 1.0.2 (#11)
Browse files Browse the repository at this point in the history
* 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
wilsonj806 authored Jun 16, 2018
1 parent 8f727d4 commit 0d50882
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 148 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Most requirements have been met although numerous improvements can be made. Thes
- Font Awesome Icons
- Google Fonts

### Image Attribution
- ["Ai Wei Wei"](https://www.flickr.com/photos/a-weidinger/22432907487/in/photostream/) used for the Tribute Page card - by Alfred Weidinger - [CC BY](https://creativecommons.org/licenses/by/2.0/) and cropped from original size

### Acknowledgements:

Thanks to the following people/ organizations:
Expand Down
1 change: 0 additions & 1 deletion css/index.html

This file was deleted.

Loading

0 comments on commit 0d50882

Please sign in to comment.