You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ In the UX Development Team here at Ally, we’re looking to hire developers who
8
8
9
9
The principles, concepts, and philosophies of development that we value most and that you need to take into account in your submission are:
10
10
11
-
* Web Standards
11
+
* Reusability
12
+
* Web Standards
12
13
* Semantic Markup
13
14
* Performance
14
15
* Accessibility
@@ -21,16 +22,17 @@ Your challenge is to render this layout design as a fully functional web page us
21
22
22
23
### Technical Requirements
23
24
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.
24
26
* Anchors on the page can just have “#” as their href.
25
27
* 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.
27
29
* Rate table must be built-out and ordered correctly by consuming provided JSON file.
28
30
* Page should be responsive.
29
-
*Bonus-points for accessibility!
31
+
*Ensure that all code meets current a11y(Accessibility Standards)
30
32
31
33
### Submitting Your Completed Challenge
32
34
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.
34
36
35
37
Good luck, give it your best, and we look forward to seeing your work!
0 commit comments