diff --git a/README.md b/README.md index 1fceea1..19f9698 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Well, that depends on the position you're applying for! Here are some suggestion - Software Engineer (Full-stack): [hhbuilder](https://github.com/adhocteam/homework/tree/master/hhbuilder) and [slcsp](https://github.com/adhocteam/homework/tree/master/slcsp) - DevOps Engineer (Site Reliability): [provision](https://github.com/adhocteam/homework/tree/master/provision) and [proto](https://github.com/adhocteam/homework/tree/master/proto) - Web Designer with Accessibility / 508 Expertise: [accessibility](https://github.com/adhocteam/homework/tree/master/accessibility) + - UX Design: [ux-design](https://github.com/adhocteam/homework/tree/master/ux-design) These are just suggestions; if you really want to give other problems a shot, go for it, but don't do more than three of them before hearing back from us. diff --git a/fetch/api/managed-records.js b/fetch/api/managed-records.js index 525a223..2383dcf 100644 --- a/fetch/api/managed-records.js +++ b/fetch/api/managed-records.js @@ -6,5 +6,4 @@ window.path = "http://localhost:3000/records"; // Your retrieve function plus any additional functions go here ... - export default retrieve; diff --git a/provision/config/nginx.conf b/provision/config/nginx.conf index fa55bb8..ba5f4b9 100644 --- a/provision/config/nginx.conf +++ b/provision/config/nginx.conf @@ -8,7 +8,5 @@ events { } http { - # +CUT+ your code goes here ... - - # -CUT- + # your code goes here ... } diff --git a/provision/playbook.yml b/provision/playbook.yml index 3dcb994..2048cc5 100644 --- a/provision/playbook.yml +++ b/provision/playbook.yml @@ -4,6 +4,4 @@ tasks: - include: tasks/deps.yml - # +CUT+ your code goes here ... - - # -CUT- + # your code goes here ... diff --git a/ux-design/README.md b/ux-design/README.md new file mode 100644 index 0000000..dea82a0 --- /dev/null +++ b/ux-design/README.md @@ -0,0 +1,14 @@ +UX Design +================= + +## Purpose: + +The purpose of this exercise is to get a greater understanding of your design process. + +### Instructions: + +Describe a unique UX problem you've worked on recently, and provide a few paragraphs that explain your process for arriving at a solution. (Don't spend more than one hour on this!) + +#### Submission + +Your content should be added to the provided changes.md file. You may attach any sketches, screenshots, or other artifacts you think would be helpful documenting explaining your process in the parent ux-design folder as well. diff --git a/ux-design/changes.md b/ux-design/changes.md new file mode 100644 index 0000000..9bc4860 --- /dev/null +++ b/ux-design/changes.md @@ -0,0 +1,3 @@ +// Your recommended changes go here + +## Content (1-2 paragraphs)