Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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.