-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
W3 A3 - Sass and jQuery Peter/Hollis (final) #25
Open
hollislau
wants to merge
93
commits into
SEA-Design-Dev:master
Choose a base branch
from
hollislau:w3-a3__sass-and-jquery
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
W3 A3 - Sass and jQuery Peter/Hollis (final) #25
hollislau
wants to merge
93
commits into
SEA-Design-Dev:master
from
hollislau:w3-a3__sass-and-jquery
Conversation
This file contains 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
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
hollislau
changed the title
W3 A3 - Sass and jQuery Peter/Hollis (wip)
W3 A3 - Sass and jQuery Peter/Hollis (final)
Sep 19, 2015
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.