- Apr 19, 2017
-
-
Thomas Riechert authored
-
Thomas Riechert authored
-
- Apr 18, 2017
-
-
Thomas Riechert authored
-
Thomas Riechert authored
-
Thomas Riechert authored
-
Thomas Riechert authored
-
Thomas Riechert authored
-
Thomas Riechert authored
-
Thomas Riechert authored
-
Thomas Riechert authored
-
Thomas Riechert authored
-
Thomas Riechert authored
-
- Mar 06, 2017
-
-
David Miller authored
Adding 'btnSubmit' ID to contact form button so it disables when clicked
-
David Miller authored
Minor accessibility fixes
-
David Miller authored
update package.json
-
David Miller authored
update gulpfile.js
-
- Feb 21, 2017
-
-
SmartyP authored
Adding 'btnSubmit' ID to contact form submit button as expected by contact_me.js. Fixes issue where user can click submit button repeatedly thinking nothing has happened causing multiple emails to be sent.
-
- Feb 11, 2017
-
-
Sylvia Pellicore authored
Changed the name to an h1, for easier page navigation and better SEO.
-
Sylvia Pellicore authored
The for attribute programmatically links the labels to their matching form fields.
-
Sylvia Pellicore authored
Alternate text is useful for screen reader users, to describe the content of the image link.
-
Sylvia Pellicore authored
A skip navigation link allows screen reader and keyboard-only users to quickly skip the navigation menu. This one is visually hidden and transitions in on focus. Helps site meet WCAG 2.0 SC 2.4.1 Bypass Blocks
-
Sylvia Pellicore authored
Keyboard-only users need a visual indicator of focus when navigating a page. This change meets WCAG 2.0 SC 2.4.7: Focus Visible.
-
Sylvia Pellicore authored
This text, marked with the sr-only class, provides a text alternative for users using a screenreader or custom style sheet
-
- Dec 04, 2016
-
-
Hubert Kubiak authored
Adding gulp-filter that enables modification I suggested in the gulpfile.
-
Hubert Kubiak authored
Adding gulp-filter and using it on less files that way (excluding mixins and variables files) enable a developer to add custom less to the less folder and be sure that they will be transformed to css by gulp.
-
- Aug 19, 2016
-
-
David Miller authored
-
David Miller authored
-
David Miller authored
-
David Miller authored
Run less before minift-css
-
- Aug 18, 2016
-
-
wbagdon authored
Sometimes minify-css can run before less since they are parallel tasks Make minify-css wait for the completion of less so the freelancer.min.css file is always generated. Otherwise gulp needs to be run twice to ensure an updated *.min.css file
-
- Jul 25, 2016
-
-
David Miller authored
-
- Jun 29, 2016
-
-
David Miller authored
-
- Jun 28, 2016
-
-
David Miller authored
-
David Miller authored
-
- Jun 27, 2016
-
-
David Miller authored
-
David Miller authored
-
David Miller authored
removed dependency on Bootswatch flatly theme and repalced it wtih custom code, added a vendor directory so third party plugins are now separate from theme files
-
David Miller authored
Don't let the user lose scroll control when a '.page-scroll a' is cli…
-
- Apr 27, 2016
-
-
Rikesh Ramlochund authored
-
Rikesh Ramlochund authored
When ‘.page-scroll a’ is clicked, the user cannot stop the document from scrolling until the document has reached the selected section. This commit allows the user to stop a scroll anytime they want.
-