W3 A3 - Sass and jQuery Peter/Hollis (final)#25
Open
hollislau wants to merge 93 commits intoSEA-Design-Dev:masterfrom
Open
W3 A3 - Sass and jQuery Peter/Hollis (final)#25hollislau wants to merge 93 commits intoSEA-Design-Dev:masterfrom
hollislau wants to merge 93 commits intoSEA-Design-Dev:masterfrom
Conversation
directory includes a reset.css as well as a pricing tables CSS and HTML file
…W2-A2 * 'master' of github.com:hollislau/advanced-presentation__W2-A2: Finalize HTML to include all relevant text
pricing-tables.css to style.css links updated in the index.html
the directory is within CSS and the style.css has been updated to include @font-face
added all pricing plan components to the basic-pricing.html and updated the css file
* pricing-header: update pricing component styles
Including: horizontal white line. Added spans to the h3 'pricing' section element
Removed <ul> and <li> elements from HTML Add icon
Wrapped services categories in a container and added flex-box. Added a font color white class.
the entire services section is now in services.html
updated font package to include a down arrow; added a portfolio.html component
category text now center aligned
add a navigation menu below the slider and remove "all works" as a header item.
adds a contact.html; style for mobile view.
* portfolio: update the _icons.scss with correct names
Create javascript folder and download button partial. Update to components index file
Merge branch 'portfolio' into w3-a3__sass-and-jquery * portfolio: update to slider & download button styles Create sass slider in component directory
* header: update to header and logo positions
…/advanced-presentation__W2-A2 into w3-a3__sass-and-jquery
* portfolio-jquery: add port_nav.js with basic functionality
Merge branch 'w3-a3__sass-and-jquery' of github.com:hollislau/advanced-presentation__W2-A2 into w3-a3__sass-and-jquery * 'w3-a3__sass-and-jquery' of github.com:hollislau/advanced-presentation__W2-A2: Refactor footer section with Sass Refactor about section with Sass Refactor aside component with Sass
Merge branch 'edit-mainsass' into w3-a3__sass-and-jquery * edit-mainsass: add orange arrow to footer edit the style of the main menu update to port-nav script and layout styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refactored CSS using Sass to enhance maintainability and added some interactions and animations with jQuery. Structured code into a custom architecture categorized into base styles, components, and a document layout. Added a few missing components such as section arrows and hover states
and addressed some cross-browser compatibility issues.