Skip to content

Commit 99fbd53

Browse files
authored
Merge pull request #2 from SomethingNew71/patch-1
Updates to modernize the Coding Challenge readme
2 parents cbfce08 + 4079ad6 commit 99fbd53

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ In the UX Development Team here at Ally, we’re looking to hire developers who
88

99
The principles, concepts, and philosophies of development that we value most and that you need to take into account in your submission are:
1010

11-
* Web Standards
11+
* Reusability
12+
* Web Standards
1213
* Semantic Markup
1314
* Performance
1415
* Accessibility
@@ -21,16 +22,17 @@ Your challenge is to render this layout design as a fully functional web page us
2122

2223
### Technical Requirements
2324

25+
* Page should be approached from a component based mentality. JavaScript/CSS/HTML should be organized in a way that some components would be reusable if other pages are created.
2426
* Anchors on the page can just have “#” as their href.
2527
* Only jQuery & vanilla javascript allowed (no plugins).
26-
* No CSS libraries/frameworks may be used, however CSS (pre)processors like Sass are welcome for compiling your own css.
28+
* No CSS libraries/frameworks may be used, however Babel and CSS (pre)processors like Sass are welcome for compiling your own CSS/ES6.
2729
* Rate table must be built-out and ordered correctly by consuming provided JSON file.
2830
* Page should be responsive.
29-
* Bonus-points for accessibility!
31+
* Ensure that all code meets current a11y(Accessibility Standards)
3032

3133
### Submitting Your Completed Challenge
3234

33-
Reply to the sender of this challenge with a link to your Github (or other preferred SCM) repository containing your finalized assets. The deadline date/time for this challenge should have accompanied these instructions. If not, please respond to the sender of this challenge to inquire.
35+
Reply to the sender of this challenge with a link to your Github repository containing your finalized assets. The deadline date/time for this challenge should have accompanied these instructions. If not, please respond to the sender of this challenge to inquire.
3436

3537
Good luck, give it your best, and we look forward to seeing your work!
3638

0 commit comments

Comments
 (0)