From 79952014bd343d200480cf7e92510e0e29539ec5 Mon Sep 17 00:00:00 2001 From: Dave Luetger Date: Fri, 15 Mar 2024 18:18:22 +0000 Subject: [PATCH 1/2] Initial pass at removing links --- _data/assetPaths.json | 10 ++++++++++ content/ux-guide/resources.md | 36 ----------------------------------- 2 files changed, 10 insertions(+), 36 deletions(-) create mode 100644 _data/assetPaths.json diff --git a/_data/assetPaths.json b/_data/assetPaths.json new file mode 100644 index 00000000..9038d7f9 --- /dev/null +++ b/_data/assetPaths.json @@ -0,0 +1,10 @@ +{ + "admin.js": "/assets/_common/js/admin-UK5MHQJD.js", + "admin.map": "/assets/_common/js/admin-UK5MHQJD.js.map", + "app.js": "/assets/_common/js/app-OJPRYWAG.js", + "app.map": "/assets/_common/js/app-OJPRYWAG.js.map", + "styles.css": "/assets/_common/styles/styles-BF6B67JW.css", + "styles.map": "/assets/_common/styles/styles-BF6B67JW.css.map", + "methods-styles.css": "/assets/methods/styles/methods-styles-TAXHVOBO.css", + "methods-styles.map": "/assets/methods/styles/methods-styles-TAXHVOBO.css.map" +} \ No newline at end of file diff --git a/content/ux-guide/resources.md b/content/ux-guide/resources.md index f49835fa..c2782154 100644 --- a/content/ux-guide/resources.md +++ b/content/ux-guide/resources.md @@ -87,23 +87,6 @@ An email asking participants to review and sign a participant agreement before t ## Design -### Collaboration - -Designers at 18F should work together with other designers or people in our [Acquisition](https://handbook.tts.gsa.gov/acqstack/), [Product Management](https://handbook.tts.gsa.gov/product/) and [Engineering](https://handbook.tts.gsa.gov/engineering/) Chapters. Read their pages in the [TTS/18F Handbook](https://handbook.tts.gsa.gov/) for more information. - - -18F/TTS staff can also participate in local communities of practice in by joining (18F/TTS access only): - -- [Content guild (#g-content in Slack)](https://gsa-tts.slack.com/messages/g-content) -- [Accessibility guild (#g-accessibility in Slack)](https://gsa-tts.slack.com/messages/g-accessibility/) -- [Research guild (Channel #g-research in Slack)](https://gsa-tts.slack.com/messages/g-research) - -### Requesting help - -If you’re in need of a particular skill — help with a presentation or design deliverable; writing and content strategy; or development tasks — 18F staff may be able to provide support. You can request assistance from 18F colleagues for help on non-billable and billable projects in the [#18f-help-wanted](https://gsa-tts.slack.com/app_redirect?channel=18f-help-wanted) channel. Each discipline is represented at any time in the channel. - -The only limitation is that tasks must typically take fewer than 8 hours of work a week, over no more than 3 weeks, for the person providing the assistance. - ### Presenting the work We most commonly share our work via presentations. These presentations can vary widely based on the audience. Here are a few presentation-building tips: @@ -120,29 +103,11 @@ We most commonly share our work via presentations. These presentations can vary ## General -- [GSA TTS Handbook](https://handbook.tts.gsa.gov/) -- [18F Methods](https://methods.18f.gov/) -- [USDS Playbook](https://playbook.cio.gov/) -- [New Hire README](https://handbook.tts.gsa.gov/getting-started/) -- [Project Start Guide](https://docs.google.com/document/d/1jFGksReKrt2PY_QVe7fj1aOCcyjHlGPf5hkKgv7nuMA/edit?pli=1#) -- [List of prior path analyses [Github]](https://github.com/18F/path-analysis/blob/master/projects.md) -- [Project resources folder](https://drive.google.com/drive/folders/1L9qqS6-b-emvlWJ4JPCG58LW62bbV361) - [Six weird tips for protecting PII](https://drive.google.com/a/gsa.gov/open?id=1MM6tNlFc-Iwgw_cCUw_0KS8oQMS-FEN7sYftPQLmLAg) - [Artifacts from design-led projects](https://drive.google.com/drive/folders/1NZG-bxIeFiOw0sAn32a4APJc_TipCrQp) - [Checklist of requirements for federal government websites](https://digital.gov/resources/checklist-of-requirements-for-federal-digital-services/) - [Quickstart: Intercept (pop-up) research in GSA buildings](https://docs.google.com/document/d/1ph3fP2rGr0FeXSeueRD4YmIJYF3f-3yIoI-uDz6iwsI/edit#heading=h.ssdnqe2zdwhz) -### Guides - -- [Project Start Guide](https://docs.google.com/document/d/1jFGksReKrt2PY_QVe7fj1aOCcyjHlGPf5hkKgv7nuMA/edit?pli=1#) -- [18F Content Guide]({{ '/content-guide/' | url }}) -- [TTS Engineering Guide Front-end practices]({{ '/engineering/our-approach/frontend/' |url }}) -- [18F Analytics standards [Github]](https://github.com/18F/analytics-standards/) -- [18F Accessibility Guide]({{ '/accessibility/' | url }}) -- [Agile Principles and 18F Practices]({{ '/agile/' | url }}) -- [Before You Ship: TTS guide to launching software](https://before-you-ship.18f.gov/) -- [18F De-risking Government Technology]({{ '/derisking/' | url }}) - ## Presentations - [How to design a better deck](https://docs.google.com/presentation/d/1WMbN1feG1bMhaFx5YbXoYUTE7xgZdMewMaQBZeL3YmA/edit#slide=id.g58dd554fac_0_397) @@ -158,4 +123,3 @@ We most commonly share our work via presentations. These presentations can vary - [Lab@OPM's HCD Discovery Operations Guide](https://the-lab-at-opm.github.io/HCD-Discovery-Operations-Guide/) - [NYC Civic Service Design: Tools and Tactics](https://www1.nyc.gov/assets/servicedesign/){.usa-link .usa-link--external} - [GOV.UK Service Manual: User Research](https://www.gov.uk/service-manual/user-research) -- [18F UX Guide References](https://docs.google.com/document/d/1IYt7kcHMtVAKQdWPUZQB-u9qOvoUx6u3IR9UzF6EwO8/edit#heading=h.xr0ztr7noxa6) From 929e7313145152382cae8f0af1d27d4070c849fa Mon Sep 17 00:00:00 2001 From: Neil Martinsen-Burrell Date: Tue, 19 Mar 2024 13:38:14 -0500 Subject: [PATCH 2/2] Remove assetPaths.json from the repo? --- _data/assetPaths.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 _data/assetPaths.json diff --git a/_data/assetPaths.json b/_data/assetPaths.json deleted file mode 100644 index 9038d7f9..00000000 --- a/_data/assetPaths.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "admin.js": "/assets/_common/js/admin-UK5MHQJD.js", - "admin.map": "/assets/_common/js/admin-UK5MHQJD.js.map", - "app.js": "/assets/_common/js/app-OJPRYWAG.js", - "app.map": "/assets/_common/js/app-OJPRYWAG.js.map", - "styles.css": "/assets/_common/styles/styles-BF6B67JW.css", - "styles.map": "/assets/_common/styles/styles-BF6B67JW.css.map", - "methods-styles.css": "/assets/methods/styles/methods-styles-TAXHVOBO.css", - "methods-styles.map": "/assets/methods/styles/methods-styles-TAXHVOBO.css.map" -} \ No newline at end of file