Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanconway/exercise-cba-acting-profile
Exercise I did for CommBank (which passed).
https://github.com/jonathanconway/exercise-cba-acting-profile
Last synced: about 13 hours ago
JSON representation
Exercise I did for CommBank (which passed).
- Host: GitHub
- URL: https://github.com/jonathanconway/exercise-cba-acting-profile
- Owner: jonathanconway
- License: mit
- Created: 2014-05-23T02:35:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T23:26:04.000Z (over 8 years ago)
- Last Synced: 2023-08-01T07:10:53.144Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
README
======• You can execute my solution by opening 'index.html' in your browser.
○ The 'default' folder is my preferred solution.
○ The 'no-ie' folder is more minimalist, but lacks IE support.
○ The 'angular' folder employs AngularJS, in case you prefer a more
framework-based solution.• Cross-browser compatibility:
○ Desktop: Chrome 34, Firefox 29, IE 8-10 (gracefully degrades).
○ Mobile: Android, iPhone (iOS 7).
• Javascript passes JSLINT.
• Accessibility
○ All IMG tags have ALT text.
• If I had more time...
○ I would improve accessibility by adding aria-* tags. For example,
I'd add 'aria-selected' to the article when the user selects it,
so that the screen-reader can signal the selection to vision-
impaired users.