├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── add-post.yml │ ├── bug_report.md │ ├── config.yml │ ├── propose-feature.yml │ └── review-post.yml └── pull_request_template.md ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── archetypes └── default.md ├── assets ├── images │ └── Logo.svg ├── scripts │ └── filter.js └── theme │ ├── base.scss │ ├── borders.scss │ ├── breadcrumbs.scss │ ├── buttons.scss │ ├── colors.scss │ ├── details.scss │ ├── fonts.scss │ ├── forms.scss │ ├── images.scss │ ├── is-invisible.scss │ ├── labels.scss │ ├── layout.scss │ ├── lists.scss │ ├── spacing.scss │ └── type-scale.scss ├── config.toml ├── content ├── .keep ├── _index.md ├── about.md ├── posts │ ├── acas.md │ ├── access-needs.md │ ├── access-to-work.md │ ├── accessing-tax-free-childcare.md │ ├── accessing-the-internet.md │ ├── andys-man-club.md │ ├── birmingham-homelessness-team.md │ ├── boaz-trust.md │ ├── caras.md │ ├── childcare-choices.md │ ├── citizen-advice-for-scotland.md │ ├── citizens-advice.md │ ├── claiming-childcare-expenses.md │ ├── community-computers-shop.md │ ├── concessionary-rail-passes.md │ ├── destitute-asylum-seeker-service.md │ ├── directory-of-services.md │ ├── english-for-action.md │ ├── families-south-africa-famsa.md │ ├── finding-an-ofsted-registered-childminder.md │ ├── food-club.md │ ├── freedom-from-torture.md │ ├── freedom-programme.md │ ├── help-for-suicidal-thoughts.md │ ├── homelessness-support-letter.md │ ├── how-to-get-a-bank-account-as-a-refugee.md │ ├── how-to-get-a-bank-account-as-an-asylum-seeker-in-scotland.md │ ├── how-to-get-a-bank-account-as-an-asylum-seeker.md │ ├── hub-of-hope.md │ ├── laptop-loan.md │ ├── letters-of-support.md │ ├── library-computers.md │ ├── london-destitution-service.md │ ├── maximum.md │ ├── national-domestic-abuse-helpline.md │ ├── nhs-mental-health-crisis.md │ ├── nhs-talking-therapies.md │ ├── paying-for-childcare-nrpf.md │ ├── paying-for-childcare.md │ ├── qwell.md │ ├── refeo.md │ ├── refmentors-mentoring.md │ ├── refmentors-returners.md │ ├── refugee-survival-trust.md │ ├── refugees-at-home.md │ ├── refuweegee-shop.md │ ├── report-hate-crime.md │ ├── respect-mens-advice-line.md │ ├── right-to-remain-toolkit.md │ ├── room-to-heal.md │ ├── safe-posture-during-pregnancy.md │ ├── samaritans.md │ ├── seeking-employment-as-an-autistic-adult.md │ ├── sheffield-therapeutic-service-for-resettled-refugees.md │ ├── social-tariffs-low-cost-broadband.md │ ├── statement-of-comparability.md │ ├── streetlink-uk.md │ ├── tears-foundation.md │ ├── the-listening-place.md │ ├── transport-to-cyf-community-events.md │ ├── turn-2-us.md │ ├── ukranian-therapeutic-service-london.md │ ├── victim-support-scotland.md │ ├── victim-support.md │ ├── wesley-community-furniture.md │ ├── womens-therapy-leeds.md │ ├── working-on-your-english.md │ ├── young-womens-trust.md │ └── your-nhs-gp.md ├── regions │ └── _index.md └── topics │ └── _index.md ├── data └── .keep ├── layouts ├── _default │ ├── baseof.html │ ├── list.html │ ├── single.html │ └── terms-map.html ├── index.html └── partials │ ├── breadcrumbs.html │ ├── details.html │ ├── footer.html │ ├── head.html │ ├── header.html │ └── search.html ├── package.json └── static ├── admin ├── config.yml └── index.html ├── favicon.ico └── robots.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: CodeYourFuture 4 | patreon: # Replace with a single Patreon username 5 | open_collective: # Replace with a single Open Collective username 6 | ko_fi: # Replace with a single Ko-fi username 7 | tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel 8 | community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry 9 | liberapay: # Replace with a single Liberapay username 10 | issuehunt: # Replace with a single IssueHunt username 11 | otechie: # Replace with a single Otechie username 12 | lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry 13 | custom: https://codeyourfuture.io/donate 14 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/add-post.yml: -------------------------------------------------------------------------------- 1 | name: Recommend resource 2 | description: Recommend a resource to be added to this site 3 | title: "[Recommendation] " 4 | labels: [Recommendation, For Review] 5 | body: 6 | - type: markdown 7 | attributes: 8 | value: | 9 | Thanks for taking the time to recommend a resource! 10 | - type: dropdown 11 | id: regions 12 | attributes: 13 | label: Regions 14 | description: What regions is this resource available in? 15 | multiple: true 16 | options: 17 | - Capetown 18 | - Glasgow 19 | - London 20 | - North West 21 | - West Midlands 22 | validations: 23 | required: true 24 | - type: textarea 25 | id: topics 26 | attributes: 27 | label: Topics 28 | description: Topics resource addresses, eg Housing, Banking, ADHD 29 | - type: input 30 | attributes: 31 | label: Link to the resource 32 | validations: 33 | required: true 34 | - type: textarea 35 | id: res-desc 36 | attributes: 37 | label: Resource description 38 | description: Please describe what this resource does and how to access it. It must be free! Please don't share anything personal, as this will be published. Please keep it plain and factual, so people understand what this service does and how to contact them. 39 | - type: checkboxes 40 | id: vouch 41 | attributes: 42 | label: Vouch 43 | description: You have personal experience with this resource and think it is useful 44 | options: 45 | - label: I recommend this resource 46 | required: true 47 | - type: checkboxes 48 | id: terms 49 | attributes: 50 | label: Data sharing 51 | description: By submitting this issue, you agree to 1) publish and open source its content 52 | options: 53 | - label: I agree to publish and open source this content 54 | required: true 55 | - type: markdown 56 | attributes: 57 | value: | 58 | **Thank you so much.** 59 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. iOS] 28 | - Browser [e.g. chrome, safari] 29 | - Version [e.g. 22] 30 | 31 | **Smartphone (please complete the following information):** 32 | - Device: [e.g. iPhone6] 33 | - OS: [e.g. iOS8.1] 34 | - Browser [e.g. stock browser, safari] 35 | - Version [e.g. 22] 36 | 37 | **Additional context** 38 | Add any other context about the problem here. 39 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: CYF 4 | url: contact@codeyourfuture.io 5 | about: Please report serious issues here. 6 | - name: Join CYF 7 | url: https://codeyourfuture.io/volunteers/ 8 | about: Join CYF here 9 | - name: CYF Slack 10 | url: codeyourfuture.slack.com 11 | about: Come to #cyf-syllabus-tech and chat 12 | - name: CYF Tech Ed 13 | url: https://github.com/orgs/CodeYourFuture/teams/mentors 14 | about: CYF mentors on Github 15 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/propose-feature.yml: -------------------------------------------------------------------------------- 1 | name: Propose feature 2 | description: Propose a new feature for the website 3 | title: "[Feature] <title>" 4 | labels: [Development, Feature] 5 | body: 6 | - type: markdown 7 | attributes: 8 | value: | 9 | Thanks for taking the time to propose a feature! 10 | Please read the contributing guidelines before continuing. 11 | - type: textarea 12 | id: feature-proposal 13 | attributes: 14 | label: Propose new feature 15 | description: Please include your user story or stories and then describe functionality with Given/When/Then 16 | placeholder: As a CYF trainee, I want to be able to... 17 | - type: markdown 18 | attributes: 19 | value: | 20 | **Thank you so much.** 21 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/review-post.yml: -------------------------------------------------------------------------------- 1 | name: Review resource 2 | description: Review a resource on this site 3 | title: "[Review] <title>" 4 | labels: [Review] 5 | body: 6 | - type: markdown 7 | attributes: 8 | value: | 9 | Thanks for taking the time to review a resource! 10 | - type: input 11 | attributes: 12 | label: Direct link to the resource on our site 13 | validations: 14 | required: true 15 | - type: textarea 16 | id: review 17 | attributes: 18 | label: Text content 19 | description: Please advise on the usefulness of this resource. Please don't share anything personal. Just let us know -- is this useful? Is this not really accessible? Thumbs up or thumbs down? 20 | - type: checkboxes 21 | id: vouch 22 | attributes: 23 | label: Vouch 24 | description: You have personal experience with this resource 25 | options: 26 | - label: I know what I am talking about 27 | required: true 28 | - type: checkboxes 29 | id: terms 30 | attributes: 31 | label: Data sharing 32 | description: By submitting this issue, you agree to 1) publish and open source its content 33 | options: 34 | - label: I agree to publish and open source this content 35 | required: true 36 | - type: markdown 37 | attributes: 38 | value: | 39 | **Thank you so much.** 40 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | ## Checklist 2 | 3 | - [ ] I have read the [contributing guidelines](./CONTRIBUTING.md) 4 | - [ ] I have checked my spelling and grammar with an [automated tool](https://www.grammarly.com/grammar-check) 5 | - [ ] I have previewed my changes to check the [markdown renders](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) as I intend 6 | - [ ] I have run my code to check it works 7 | - [ ] My changes follow our [Style Guide](https://syllabus.codeyourfuture.io/guides/code-style-guide) 8 | 9 | ## Description 10 | 11 | <!-- Add a description of what your PR changes here --> 12 | 13 | <!-- Link to any issues this addresses with # --> 14 | 15 | ## Who needs to know about this? 16 | 17 | <!-- @tag anyone who might want to be notified about this PR --> 18 | 19 | ## Rendered Pages 20 | 21 | <!-- Leave this area and below blank. A github bot will render your changed github files for you here. --> 22 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Mac 2 | .DS_Store 3 | 4 | # Logs 5 | logs 6 | *.log 7 | npm-debug.log* 8 | yarn-debug.log* 9 | yarn-error.log* 10 | lerna-debug.log* 11 | 12 | # Diagnostic reports (https://nodejs.org/api/report.html) 13 | report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json 14 | 15 | # Runtime data 16 | pids 17 | *.pid 18 | *.seed 19 | *.pid.lock 20 | 21 | # Directory for instrumented libs generated by jscoverage/JSCover 22 | lib-cov 23 | 24 | # Coverage directory used by tools like istanbul 25 | coverage 26 | *.lcov 27 | 28 | # nyc test coverage 29 | .nyc_output 30 | 31 | # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) 32 | .grunt 33 | 34 | # Bower dependency directory (https://bower.io/) 35 | bower_components 36 | 37 | # node-waf configuration 38 | .lock-wscript 39 | 40 | # Compiled binary addons (https://nodejs.org/api/addons.html) 41 | build/Release 42 | 43 | # Dependency directories 44 | node_modules/ 45 | jspm_packages/ 46 | 47 | # TypeScript v1 declaration files 48 | typings/ 49 | 50 | # TypeScript cache 51 | *.tsbuildinfo 52 | 53 | # Optional npm cache directory 54 | .npm 55 | 56 | # Optional eslint cache 57 | .eslintcache 58 | 59 | # Microbundle cache 60 | .rpt2_cache/ 61 | .rts2_cache_cjs/ 62 | .rts2_cache_es/ 63 | .rts2_cache_umd/ 64 | 65 | # Optional REPL history 66 | .node_repl_history 67 | 68 | # Output of 'npm pack' 69 | *.tgz 70 | 71 | # Yarn Integrity file 72 | .yarn-integrity 73 | 74 | # dotenv environment variables file 75 | .env 76 | .env.test 77 | 78 | # parcel-bundler cache (https://parceljs.org/) 79 | .cache 80 | 81 | # Next.js build output 82 | .next 83 | 84 | # Nuxt.js build / generate output 85 | .nuxt 86 | dist 87 | 88 | # Gatsby files 89 | .cache/ 90 | # Comment in the public line in if your project uses Gatsby and *not* Next.js 91 | # https://nextjs.org/blog/next-9-1#public-directory-support 92 | # public 93 | 94 | # vuepress build output 95 | .vuepress/dist 96 | 97 | # Serverless directories 98 | .serverless/ 99 | 100 | # FuseBox cache 101 | .fusebox/ 102 | 103 | # DynamoDB Local files 104 | .dynamodb/ 105 | 106 | # TernJS port file 107 | .tern-port 108 | 109 | public/ 110 | 111 | notes/ 112 | 113 | .hugo_build.lock 114 | 115 | resources/ 116 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing to the project 2 | 3 | ## Content 4 | 5 | There are three main ways to contribute content to this project: 6 | 7 | 1. Use the CMS to create a post directly 8 | 2. Open a PR to create a post directly 9 | 3. Open an issue to ask someone else to create a post 10 | 11 | ### Use the CMS 12 | 13 | To use the CMS, you need an account. This access is limited to CYF members. Talk to PD to get an invitation. Once you have an account, you can log in at https://cyf-signposts.netlify.app/admin. 14 | 15 | ### Open a PR 16 | 17 | 1. Create a new file in /content/posts 18 | 2. Include the required front matter, eg: 19 | 20 | ```md 21 | --- 22 | title: "Name of the resource" 23 | link: "https://example-resource.org" 24 | date: 2020-01-01T00:00:00Z 25 | regions: ["London", "West Midlands"] 26 | topics: ["Mental Health", "Housing"] 27 | cyf: false 28 | --- 29 | ``` 30 | 31 | And write your post in markdown. Please keep it plain and factual, so people understand what this service does and how to contact them. Don't share your opinions or experience. Posts of more than 300 words will be rejected. 32 | 33 | Only CYF internal services should be marked with `cyf:true` and only staff may add these. PRs with `cyf:true` will be rejected. 34 | 35 | 3. Open a PR with your post 36 | 37 | Please follow the PR template. If you are not sure how to do this, open a new issue and someone will review your recommendation. 38 | 39 | ### Open an issue 40 | 41 | If you are not sure how to create a post, or you don't have access to the CMS, you can open an issue. Someone will review your recommendation and create a post for you. 42 | 43 | ## Crucial 44 | 45 | This is a recommender system. Please do not just google charities and add them to the list. You must have engaged with this service in some way. Please do not share any personal details. This page is public. 46 | 47 | ## Review recommendations 48 | 49 | We need people to review the recommendations and make sure they are still valid. If you are a user of a service, and it is no longer available or taking new referrals, please open a PR to remove it from the list, or open an issue and someone will do it for you (eventually). 50 | 51 | ## Development 52 | 53 | This is a microsite. It is not intended to be a general purpose website. We are not interested in adding features that are not directly related to the purpose of the site, which is a list of useful resources CYF members can use to resolve specific blockers in their lives. 54 | 55 | If you want to contribute to the development of the site, please open an issue to discuss your idea. We are happy to accept PRs for bug fixes and small improvements, but we need to discuss larger changes first. 56 | 57 | To run the site locally, you need to install Hugo. See the README for more details. 58 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CYF-Signposts 2 | 3 | This is a Hugo static site with a Netlify CMS made available on /admin. It's an invite only account system to use the CMS. Talk to PD to get an invitation. 4 | 5 | To add content via Github, open a PR in the usual way, following the CONTRIBUTING.md guidelines and PR template. 6 | 7 | ## Tools 8 | 9 | - [Hugo](https://gohugo.io/) - Static site generator 10 | - [Hugo Pipes](https://gohugo.io/hugo-pipes/introduction/) - Asset pipeline 11 | - [Decap](https://decapcms.org/) - Content management system 12 | - [Netlify](https://www.netlify.com/) - Hosting and deployment 13 | - [Github](https://github.com/CodeYourFuture/CYF-Signposts) - Source code repository 14 | 15 | ## Developing the source website 16 | 17 | ### To install 18 | 19 | ```bash 20 | brew install hugo 21 | ``` 22 | 23 | ### To run locally 24 | 25 | ```bash 26 | hugo server 27 | ``` 28 | -------------------------------------------------------------------------------- /archetypes/default.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "{{ replace .Name "-" " " | title }}" 3 | date: {{ .Date }} 4 | draft: true 5 | link: "" 6 | description: "" 7 | topic: "" 8 | region: "" 9 | cyf: false 10 | --- 11 | -------------------------------------------------------------------------------- /assets/images/Logo.svg: -------------------------------------------------------------------------------- 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 621.64 155.81" className='c-logo' alt="Code Your Future."> 2 | <path d="M110.12 71.45c-6.46 7.13-16.34 13.39-28.77 13.39-20.14 0-33.52-12.91-33.52-34.09 0-21.84 16.42-34.94 28.86-34.94 9.5 0 13.77 5.32 14.63 6.46L93.5 17h14.91v27h-17c-.28-6.18-3.32-12-10.06-12s-11.3 8.45-11.3 18.8c0 9.4 4.84 17.86 13.86 17.86 8 0 14.24-8.36 15.1-9.31ZM113 49.6c0-20.51 13.67-34.66 33.33-34.66 23.26 0 34.09 14 34.09 35.32s-12 34.57-33.43 34.57C127.11 84.83 113 73.34 113 49.6Zm43.68.66c0-11.49-3.13-20.7-10.45-20.7-5.79-.09-9.78 8.26-9.78 20 0 12.44 4.47 20.32 10.54 20.32s9.65-7.88 9.65-19.62ZM184.17 70.49h5.89V29.28h-5.89V16.74h29c23 0 36.09 14.15 36.09 32.29 0 21.65-13.11 34.09-36.47 34.09h-28.62Zm29 0c10.03-.19 14.21-9.59 14.21-21.49 0-10.16-4.18-19.75-14.25-19.75h-3.61v41.24ZM309.79 16.74v21h-16.43v-8.46h-15.19v13.1h18V55h-18v15.49h15.19v-8.83h16.43v21.46h-57.26V70.49h6V29.28h-6V16.74Z" className="c-logo__code" transform="translate(-6.75 -14.94)" fill="#e62a2a" /> 3 | <path d="M281.17 102.76v21h-16.8v-8.45H250v16.52h18v12.63h-18v12.04h9.68v12.63h-35.29V156.5h5.89v-41.21h-5.89v-12.53ZM314.21 102.76V115h-5.12v20.51c0 15.28 3.41 18.51 9.49 18.51 5.79 0 9.59-2.28 9.59-18.61v-20.12H323v-12.53h28.11V115H346v23.07c0 22.51-9.4 32.67-27.25 32.67-19.18-.57-29.43-10.64-29.43-32.19V115.1H284v-12.34ZM417.71 127.45h-14v-12.16h-8v41.21h7.88v12.63h-35.26V156.5h7.79v-41.21H368v12.16h-14v-24.69h63.71ZM450.75 102.76V115h-5.13v20.51c0 15.28 3.42 18.51 9.5 18.51 5.79 0 9.59-2.28 9.59-18.61v-20.12h-5.13v-12.53h28.11V115h-5.13v23.07c0 22.51-9.4 32.67-27.25 32.67-19.18-.57-29.44-10.64-29.44-32.19V115.1h-5.32v-12.34ZM522.34 102.76c22 0 26.3 8.73 26.3 19.56 0 7.4-5.88 12.63-13.76 13.77 6.55.95 12.44 6.64 12.44 13.48 0 4.08.57 6.46 2.27 6.46 1.43 0 2.19-1.14 2.19-3v-3.13h6.36v5.22c0 7.88-3.32 15.19-13.86 15.19-12.44 0-18.42-6.55-18.42-17.66 0-8.64-1.05-10.73-9.5-10.73v14.68h5.79v12.53h-30.67V156.6h5.32v-41.4h-5.32v-12.44Zm-6 28.48h4.27c5.51 0 9.12-2.65 9.12-7.69 0-5.6-3.13-8.45-8.64-8.45h-4.75ZM618.72 102.76v21h-16.43v-8.45H587.1v13.09h18V141h-18v15.5h15.19v-8.83h16.43v21.46h-57.26V156.5h6v-41.21h-6v-12.53ZM391 46.66c.38-1.9 2.47-5.89 3.51-8.17l5.22-9.59h-5.22V16.74h25.54V28.9H415l-17.62 30.86v11h5.32v12.36h-30.39V70.77h5.41v-11.2L359.3 28.9h-4.65V16.74h32.47V28.9h-4.93l5.5 10.1c.57 1.81 2.57 6.08 2.95 7.7ZM420.54 49.6c0-20.51 13.68-34.66 33.33-34.66 23.27 0 34.09 14 34.09 35.32s-12 34.57-33.42 34.57c-19.85 0-34-11.49-34-35.23Zm43.68.66c0-11.49-3.13-20.7-10.44-20.7-5.79-.09-9.78 8.26-9.78 20 0 12.44 4.46 20.32 10.54 20.32s9.68-7.88 9.68-19.62ZM521 16.74V29h-5.13v20.5c0 15.29 3.42 18.52 9.5 18.52 5.79 0 9.59-2.28 9.59-18.61V29.28h-5.13V16.74h28.11V29h-5.13v23.07c0 22.5-9.4 32.66-27.25 32.66-19.18-.57-29.44-10.63-29.44-32.19V29.09h-5.32V16.74ZM592.59 16.74c22 0 26.31 8.74 26.31 19.57 0 7.4-5.89 12.62-13.77 13.76 6.55 1 12.44 6.65 12.44 13.49 0 4.08.57 6.46 2.27 6.46 1.43 0 2.19-1.14 2.19-3v-3.18h6.36v5.23c0 7.88-3.32 15.19-13.86 15.19-12.44 0-18.42-6.55-18.42-17.66 0-8.64-1.05-10.73-9.5-10.73v14.71h5.79v12.54h-30.67V70.58h5.32v-41.4h-5.32V16.74Zm-6 28.49h4.27c5.51 0 9.12-2.66 9.12-7.69 0-5.6-3.13-8.45-8.64-8.45h-4.75ZM35.14 29.64l5.8 10.64L17.48 51l23.46 10.55-3.61 9.87L6.75 57.18v-13.3ZM353.84 43.88v13.3l-30.58 14.24-3.61-9.87L343.11 51l-23.46-10.72 5.8-10.64Z" className="c-logo__yourfuture" transform="translate(-6.75 -14.94)" /> 4 | </svg> -------------------------------------------------------------------------------- /assets/scripts/filter.js: -------------------------------------------------------------------------------- 1 | function signpostFilter() { 2 | const form = document.querySelector("form"); 3 | const regionInput = document.getElementById("region"); 4 | const topicInput = document.getElementById("topic"); 5 | const article = document.getElementById("signposts-by-region"); 6 | const sections = article.querySelectorAll("section[data-regions]"); 7 | 8 | const normalise = (value) => 9 | value ? value.toLowerCase().replace(/ /g, "-") : ""; 10 | 11 | const filter = () => { 12 | const selectedRegion = normalise(regionInput.value); 13 | const selectedTopic = normalise(topicInput.value); 14 | 15 | // all the topic lists are already in the html 16 | topicInput.setAttribute("list", selectedRegion); 17 | 18 | sections.forEach((section) => { 19 | // hide the regions that don't match 20 | const regionMatch = normalise(section.dataset.regions) === selectedRegion; 21 | section.hidden = !regionMatch; 22 | // within, hide the entries that don't match the topic 23 | // we've limited the top level topic to 1 in config.yml 24 | if (regionMatch) { 25 | section.querySelectorAll("details").forEach((detail) => { 26 | detail.hidden = 27 | selectedTopic && normalise(detail.dataset.topics) !== selectedTopic; 28 | }); 29 | } 30 | }); 31 | }; 32 | 33 | sections.forEach((section) => (section.hidden = true)); 34 | 35 | regionInput.addEventListener("input", filter); 36 | topicInput.addEventListener("input", filter); 37 | form.addEventListener("reset", () => { 38 | sections.forEach((section) => (section.hidden = true)); 39 | topicInput.setAttribute("list", " "); 40 | }); 41 | } 42 | 43 | document.addEventListener("DOMContentLoaded", signpostFilter); 44 | -------------------------------------------------------------------------------- /assets/theme/base.scss: -------------------------------------------------------------------------------- 1 | * { 2 | box-sizing: border-box; 3 | } 4 | 5 | html { 6 | margin: 0; 7 | padding: 0; 8 | } 9 | 10 | body { 11 | font: 100%/1.5 var(--theme-font--copy); 12 | background-color: var(--theme-color--paper); 13 | color: var(--theme-color--ink); 14 | margin: 0; 15 | padding: var(--theme-spacing--gutter); 16 | } 17 | 18 | $heading__levels: 1, 2, 3, 4, 5, 6; 19 | @each $h in $heading__levels { 20 | h#{$h}, 21 | .heading__#{$h} { 22 | font-family: var(--theme-font--display); 23 | font-size: var(--theme-type-size--#{$h}); 24 | font-weight: 800; 25 | margin: 0 initial var(--theme-spacing--2) 0; 26 | text-transform: capitalize; 27 | } 28 | } 29 | h1 { 30 | margin-bottom: 0; 31 | } 32 | h3 { 33 | font-weight: 400; 34 | } 35 | 36 | a, 37 | a:link, 38 | a:visited { 39 | color: currentColor; 40 | text-decoration: none; 41 | 42 | &:hover, 43 | &:focus { 44 | color: var(--theme-color--shade); 45 | text-decoration: underline; 46 | } 47 | } 48 | 49 | .copy { 50 | max-width: var(--theme-spacing--linelength); 51 | a:any-link { 52 | text-decoration: dotted underline; 53 | } 54 | } 55 | -------------------------------------------------------------------------------- /assets/theme/borders.scss: -------------------------------------------------------------------------------- 1 | :root { 2 | --theme-border: 2px solid; 3 | --theme-border-radius: 2px; 4 | --theme-border--thick: 4px solid; 5 | --theme-border--highlight: 0.5px solid var(--theme-color--paper); 6 | --theme-border--underline: 0.5px solid var(--theme-color--ink); 7 | } 8 | -------------------------------------------------------------------------------- /assets/theme/breadcrumbs.scss: -------------------------------------------------------------------------------- 1 | .breadcrumbs { 2 | &__list { 3 | margin: 0; 4 | padding: 0; 5 | list-style: none; 6 | display: flex; 7 | gap: var(--theme-spacing--gutter); 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /assets/theme/buttons.scss: -------------------------------------------------------------------------------- 1 | button, 2 | .button, 3 | a.button { 4 | // reset 5 | appearance: none; 6 | font: 900 100% var(--theme-font--display); 7 | text-decoration: none; 8 | text-align: center; 9 | line-height: 0.875; 10 | white-space: nowrap; 11 | display: inline-flex; 12 | place-items: center; 13 | place-content: center; 14 | min-width: var(--theme-spacing--tap); 15 | height: fit-content; 16 | gap: var(--theme-spacing--2); 17 | 18 | // reset spacing to design system instead of viewport 19 | --theme-spacing--1: 7px; 20 | --theme-spacing--2: 17px; 21 | --theme-spacing--3: 19px; 22 | --theme-spacing--4: 31px; 23 | // styles 24 | color: var(--theme-color--paper); 25 | background-color: var(--theme-color--ink); 26 | border: var(--theme-border--thick); 27 | border-radius: var(--theme-border-radius); 28 | border-color: var(--theme-color--ink); 29 | padding: var(--theme-spacing--2) var(--theme-spacing--4) 30 | var(--theme-spacing--3) var(--theme-spacing--4); 31 | transition: background-color 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), 32 | border-color 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); 33 | 34 | &:hover, 35 | &:focus { 36 | color: var(--theme-color--shade); 37 | background-color: var(--theme-color--paper); 38 | border-color: currentColor; 39 | text-decoration: none; 40 | } 41 | 42 | //elements 43 | &__icon, 44 | &--icon { 45 | width: var(--theme-spacing--tap); 46 | min-width: var(--theme-spacing--tap); 47 | max-height: var(--theme-spacing--tap); 48 | padding: 4px; 49 | border: 0; 50 | background: transparent; 51 | box-shadow: 0; 52 | color: currentColor; 53 | place-content: center; 54 | } 55 | &--secondary { 56 | background: var(--theme-color--paper); 57 | color: var(--theme-color--ink); 58 | } 59 | &--submit { 60 | background: var(--theme-color--add); 61 | border-color: var(--theme-color--add); 62 | 63 | &:hover, 64 | &:focus { 65 | background-color: var(--theme-color--add-event); 66 | border-color: var(--theme-color--add-event); 67 | color: var(--theme-color--paper); 68 | } 69 | } 70 | } 71 | -------------------------------------------------------------------------------- /assets/theme/colors.scss: -------------------------------------------------------------------------------- 1 | @mixin lightmode { 2 | --theme-color--paper: hsl(0, 0%, 100%); 3 | --theme-color--ink: hsl(215, 55%, 24%); 4 | --theme-color--ink-fade: rgba(12, 12, 50, 0.25); 5 | --theme-color--accent: hsl(211, 100%, 46%); 6 | --theme-color--shade: hsl(228, 70%, 53%); 7 | --theme-color--brand: hsl(5, 85%, 57%); 8 | --theme-color--pop: hsl(0, 100%, 50%); 9 | --theme-color--add: hsl(145, 63%, 42%); 10 | --theme-color--add-event: hsl(157, 100%, 24%); 11 | //greys 12 | --theme-color--block: hsl(0, 0%, 98%); 13 | --theme-color--outline: hsl(0, 0%, 89%); 14 | --theme-color--outline-event: hsl(0, 0%, 66%); 15 | //signals 16 | --theme-color--error: var(--theme-color--pop); 17 | --theme-color--success: var(--theme-color--add); 18 | --theme-color--warning: rgb(242, 252, 57); 19 | } 20 | 21 | @mixin darkmode { 22 | --theme-color--paper: hsl(240, 58%, 5%); 23 | --theme-color--ink: rgba(240, 240, 240, 1); 24 | --theme-color--ink-fade: rgba(240, 240, 240, 0.25); 25 | --theme-color--accent: hsl(211, 100%, 46%); 26 | --theme-color--shade: hsl(228, 70%, 53%); 27 | --theme-color--brand: hsl(5, 85%, 57%); 28 | --theme-color--pop: hsl(0, 100%, 50%); 29 | --theme-color--add: hsl(145, 63%, 42%); 30 | --theme-color--add-event: hsl(157, 100%, 24%); 31 | 32 | //greys 33 | --theme-color--block: hsl(0, 0%, 10%); 34 | --theme-color--outline: hsl(240, 19%, 60%); 35 | --theme-color--outline-event: hsl(211, 100%, 46%); 36 | //signals 37 | --theme-color--error: var(--theme-color--pop); 38 | --theme-color--success: var(--theme-color--add); 39 | --theme-color--warning: rgb(242, 252, 57); 40 | } 41 | 42 | :root { 43 | @include lightmode; 44 | } 45 | -------------------------------------------------------------------------------- /assets/theme/details.scss: -------------------------------------------------------------------------------- 1 | details { 2 | summary { 3 | > * { 4 | display: inline-block; 5 | } 6 | &::marker { 7 | color: var(--theme-color--brand); 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /assets/theme/fonts.scss: -------------------------------------------------------------------------------- 1 | :root { 2 | --theme-font--display: "Raleway", sans-serif; 3 | --theme-font--copy: "Lato", system-ui, -apple-system, BlinkMacSystemFont, 4 | "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", 5 | sans-serif; 6 | --theme-font--brand: 900 1em var(--theme-font--display); 7 | } 8 | -------------------------------------------------------------------------------- /assets/theme/forms.scss: -------------------------------------------------------------------------------- 1 | form { 2 | font: 600 var(--theme-type-size--4) var(--theme-font--copy); 3 | display: flex; 4 | flex-flow: row wrap; 5 | align-items: center; 6 | justify-content: center; 7 | gap: var(--theme-spacing--1); 8 | margin-bottom: var(--theme-spacing--6); 9 | } 10 | 11 | input { 12 | font-size: 100%; 13 | color: currentColor; 14 | border: var(--theme-border); 15 | border-color: var(--theme-color--outline); 16 | border-radius: var(--theme-border-radius); 17 | background: var(--theme-color--paper); 18 | padding: var(--theme-spacing--1) var(--theme-spacing--2); 19 | appearance: none; 20 | display: flex; 21 | 22 | &:focus { 23 | border-color: var(--theme-color--outline-event); 24 | outline: none; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /assets/theme/images.scss: -------------------------------------------------------------------------------- 1 | svg { 2 | height: 100%; 3 | width: auto; 4 | min-width: var(--theme-spacing--tap); 5 | } 6 | 7 | img { 8 | width: 100%; 9 | height: 100%; 10 | max-width: 100%; 11 | object-fit: cover; 12 | } 13 | 14 | picture { 15 | height: auto; 16 | overflow: hidden; 17 | } 18 | -------------------------------------------------------------------------------- /assets/theme/is-invisible.scss: -------------------------------------------------------------------------------- 1 | // this makes text invisible but accessible to screenreaders, unlike display:none 2 | 3 | .is-invisible { 4 | border: 0 !important; 5 | clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */ 6 | -webkit-clip-path: inset(50%) !important; 7 | clip-path: inset(50%) !important; /* 2 */ 8 | height: 1px !important; 9 | margin: -1px !important; 10 | overflow: hidden !important; 11 | padding: 0 !important; 12 | position: absolute !important; 13 | width: 1px !important; 14 | white-space: nowrap !important; 15 | } 16 | -------------------------------------------------------------------------------- /assets/theme/labels.scss: -------------------------------------------------------------------------------- 1 | .tag, 2 | .label { 3 | display: inline-block; 4 | padding: 0 var(--theme-spacing--2); 5 | border-radius: var(--theme-spacing--6); 6 | border: 1px solid var(--theme-color--outline-event); 7 | background: var(--theme-color--outline); 8 | } 9 | -------------------------------------------------------------------------------- /assets/theme/layout.scss: -------------------------------------------------------------------------------- 1 | .layout { 2 | display: grid; 3 | grid-template-rows: min-content 1fr min-content; 4 | gap: var(--theme-spacing--gutter); 5 | max-width: var(--theme-spacing--container); 6 | min-height: 100vh; 7 | margin: 0 auto; 8 | 9 | &__main { 10 | padding: var(--theme-spacing--3) 0; 11 | } 12 | 13 | &__header, 14 | &__footer { 15 | display: flex; 16 | flex-flow: row wrap; 17 | justify-content: space-between; 18 | align-items: flex-start; 19 | gap: var(--theme-spacing--gutter); 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /assets/theme/lists.scss: -------------------------------------------------------------------------------- 1 | // if it has a class we presume it's styled 2 | ul[class], 3 | li[class] { 4 | padding: 0; 5 | margin: 0; 6 | list-style: none; 7 | } 8 | 9 | ul.regions { 10 | padding-left: var(--theme-spacing--gutter); 11 | li { 12 | list-style-type: "📍 "; 13 | margin-bottom: 0.5em; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /assets/theme/spacing.scss: -------------------------------------------------------------------------------- 1 | $spacing__levels: 1, 2, 3, 4, 5, 6; 2 | :root { 3 | @each $size in $spacing__levels { 4 | --theme-spacing--#{$size}: clamp( 5 | #{($size * 2) * 1px}, 6 | #{$size}vw + #{$size}px, 7 | #{$size * 10px} 8 | ); 9 | } 10 | 11 | --theme-spacing--container: 1280px; 12 | --theme-spacing--gutter: var(--theme-spacing--3); 13 | --theme-spacing--linelength: 80ch; 14 | --theme-spacing--tap: 48px; 15 | } 16 | -------------------------------------------------------------------------------- /assets/theme/type-scale.scss: -------------------------------------------------------------------------------- 1 | :root { 2 | --theme-type-size--6: clamp(0.83rem, 0.44vw + 0.72rem, 1rem); 3 | --theme-type-size--5: clamp(1rem, 0.53vw + 0.87rem, 1.2rem); 4 | --theme-type-size--4: clamp(1.2rem, 0.64vw + 1.04rem, 1.44rem); 5 | --theme-type-size--3: clamp(1.44rem, 0.77vw + 1.25rem, 1.73rem); 6 | --theme-type-size--2: clamp(1.73rem, 0.92vw + 1.5rem, 2.07rem); 7 | --theme-type-size--1: clamp(2.07rem, 2.49vw + 1.8rem, 3.49rem); 8 | } 9 | -------------------------------------------------------------------------------- /config.toml: -------------------------------------------------------------------------------- 1 | baseURL = 'https://cyf-signposts.netlify.app/' 2 | title = 'CYF Signposts' 3 | languageCode = "en-gb" 4 | 5 | [params] 6 | description = "Signposting resources for CodeYourFuture members" 7 | repo = "https://github.com/CodeYourFuture/CYF-Signposts" 8 | 9 | [taxonomies] 10 | series = "regions" 11 | tags = "topics" 12 | subtopics = "subtopics" 13 | -------------------------------------------------------------------------------- /content/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeYourFuture/CYF-Signposts/22bbe86f0c5a2efd2b81906bcb948513803fbfbb/content/.keep -------------------------------------------------------------------------------- /content/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Signposts" 3 | description: "CYF Signposts is a microsite to help us make good decisions." 4 | --- 5 | -------------------------------------------------------------------------------- /content/about.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "About Signposts" 3 | description: "CYF Signposts is a microsite to help us make good decisions." 4 | --- 5 | 6 | Code Your Future is a community filled with expertise, but this expertise is largely in programming. We are a vocational training programme, not a support service. We cannot provide legal advice, immigration advice, therapy, social services, or healthcare. It would be irresponsible for us to try to deliver these services as untrained amateurs. We are tech professionals, not lawyers, psychiatrists, or social workers. 7 | 8 | Many people in our community are dealing with serious, long-term, and complex problems. Signposting to specialist services is the responsible thing to do. Do not try to handle these serious problems yourself. 9 | 10 | Knowing the limits of your expertise, or working within your competence, is an ethical boundary everyone must maintain, for the health and safety of our community. 11 | 12 | For example, it is a criminal offence, punishable by fine and/or imprisonment, for anyone to provide, or offer to provide, immigration advice and services without being approved to do so. If you did not know that, what else do you not know? 13 | 14 | We cannot fix everything and we must not try. What we can do is create many opportunities and remove simple material barriers. The most important thing to understand is that at Code Your Future we can create many chances. If anyone has a major blocker, that is preventing them from succeeding, it really is ok to withdraw, deal with the situation, and come back when ready to work. 15 | 16 | We will be here when they (or you!) are ready. 17 | -------------------------------------------------------------------------------- /content/posts/acas.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: ACAS 3 | link: https://www.acas.org.uk/ 4 | date: 2023-04-14T10:25:40.254Z 5 | description: Advisory, Conciliation and Arbitration Service 6 | subtopics: 7 | - Legal support 8 | subtopics: 9 | - Workplace Rights 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | Acas gives employees and employers free, impartial advice on workplace rights, rules and best practice. It also offers training and help to resolve disputes. 18 | -------------------------------------------------------------------------------- /content/posts/access-needs.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Access Needs 3 | link: https://forms.gle/6mC4Z63yQti8Pwwq8 4 | date: 2024-02-19T20:29:53.538Z 5 | description: Getting help with accessing learning at Code Your Future 6 | topics: 7 | - Support for CYF Class 8 | subtopics: 9 | - Accessibility 10 | - Disability 11 | - Autism 12 | - Equipment 13 | regions: 14 | - Capetown 15 | - Glasgow 16 | - London 17 | - North West 18 | - West Midlands 19 | --- 20 | 21 | CYF is a community grassroots organisation and we do not have our own premises, so we cannot guarantee that we can meet every possible need. We prioritise the actual needs of our trainees so please share your access need by completing this form. 22 | 23 | We will use this data in the ways described in our [Personal Circumstances Data Policy](https://docs.google.com/document/d/10InrZgoyQye0lwa6okL1px8HBnm3CeD32yyZCJOnECA/edit?usp=sharing) 24 | 25 | After completing this form, a staff member may contact you to understand more about how we can support you to learn and thrive at CYF. 26 | -------------------------------------------------------------------------------- /content/posts/access-to-work.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Access to Work 3 | link: https://www.gov.uk/access-to-work 4 | date: 2024-02-22T10:21:00.633Z 5 | description: Find out more about the Access to Work Scheme 6 | topics: 7 | - Career support 8 | subtopics: 9 | - Disability 10 | - Accessibility 11 | - Workplace Rights 12 | - Autism 13 | - Equipment 14 | - ADHD 15 | regions: 16 | - Glasgow 17 | - London 18 | - North West 19 | - West Midlands 20 | --- 21 | 22 | Access to Work can help you get or stay in work if you have a physical or mental health condition or disability. 23 | 24 | The support you get will depend on your needs. Through Access to Work, you can apply for: 25 | 26 | - a grant to help pay for practical support with your work 27 | - support with managing your mental health at work 28 | - money to pay for communication support at job interviews 29 | 30 | You are not eligible for Access to Work support as a trainee or volunteer at Code Your Future. However, you can apply for Access to Work up to 6 weeks before you start work if you have a job offer. 31 | -------------------------------------------------------------------------------- /content/posts/accessing-tax-free-childcare.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Accessing Tax-Free Childcare 3 | link: https://www.gov.uk/get-tax-free-childcare 4 | date: 2023-08-29T14:32:25.973Z 5 | description: Step by step information on Tax-Free Childcare 6 | topics: 7 | - Support for CYF Class 8 | subtopics: 9 | - Childcare 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | Check if you’re eligible for Tax-Free Childcare, how to apply and how to pay your childcare provider. 18 | -------------------------------------------------------------------------------- /content/posts/accessing-the-internet.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Accessing the Internet 3 | link: https://docs.codeyourfuture.io/trainees/support/trainee-expenses 4 | date: 2023-08-01T10:50:16.551Z 5 | description: How to access help with internet connectivity through CYF 6 | topics: 7 | - Support for CYF Class 8 | subtopics: 9 | - Equipment 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | CodeYourFuture can help you in accessing the internet if you are a CYF trainee. 18 | 19 | We can reimburse for your costs or in some circumstances provide a data sim. 20 | -------------------------------------------------------------------------------- /content/posts/andys-man-club.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Andy's Man Club 3 | link: https://andysmanclub.co.uk/ 4 | date: 2024-10-10T13:36:00.000Z 5 | description: A men’s suicide prevention charity, 6 | topics: 7 | - Mental Health 8 | subtopics: 9 | - Suicide 10 | - Mental Health Crisis 11 | regions: 12 | - Glasgow 13 | - London 14 | - North West 15 | - West Midlands 16 | --- 17 | 18 | Suicide prevention support. Free-to-attend peer-to-peer support groups across the United Kingdom and online. For men only. 19 | -------------------------------------------------------------------------------- /content/posts/birmingham-homelessness-team.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Birmingham Homelessness Team 3 | link: https://www.birmingham.gov.uk/info/20207/homelessness/1191/newtown_housing_options_centre 4 | date: 2023-04-11T20:14:06.017Z 5 | description: I need accommodation now. 6 | topics: 7 | - Homelessness 8 | regions: 9 | - West Midlands 10 | --- 11 | 12 | Homelessness services in Birmingham are available 24/7 over the telephone. 13 | 14 | **Monday to Friday, 10am to 5pm:** **0121 303 7410**. Select option 3 15 | 16 | All other times: 0121 303 2296 17 | -------------------------------------------------------------------------------- /content/posts/boaz-trust.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Boaz Trust 3 | link: https://www.boaztrust.org.uk/pages/10-make-a-referral 4 | date: 2023-09-15T10:41:21.022Z 5 | description: Homelessness support for refugees and asylum seekers in Manchester 6 | topics: 7 | - Homelessness 8 | subtopics: 9 | - Homelessness 10 | - Destitution 11 | - Refused Asylum 12 | regions: 13 | - North West 14 | --- 15 | 16 | 1. We offer safe accommodation and holistic support to people who have been made homeless and destitute through the asylum process. 17 | 18 | 2. Boaz Floating Support provides holistic support including ensuring people have access to legal advice, practical help to relieve destitution, and other specialist support, advice and signposting (in partnership with the Booth Centre and GMIAU as part of the Greater Manchester Restricted Eligibility Support Service). 19 | -------------------------------------------------------------------------------- /content/posts/caras.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: CARAS 3 | link: https://caras.org.uk/what-we-do/adult-services/#social-and-wellbeing 4 | date: 2024-07-01T18:36:00.000Z 5 | description: ESOL teaching and conversation for refugees and asylum seekers 6 | 7 | topics: 8 | - English 9 | regions: 10 | - London 11 | --- 12 | 13 | ESOL English language support, community centre, coffee, theatre trips etc 14 | 15 | 1. Anyone who is in the asylum system 16 | 17 | 2. Anyone who has been granted refugee status 18 | 19 | 3. People who are joining their family members on refugee family reunion visas 20 | 21 | 4. Refused asylum seekers and ARE cases 22 | 23 | _And_ 24 | 25 | live in South London. 26 | 27 | [**Refer yourself**](https://forms.office.com/pages/responsepage.aspx?id=Dixb7pYITku89qfLmZ9IDQx3QC7bwx5PkjRPkTsQrJZUQlVEWFJCMk5QSFZOVlA3SzRYVlE0QjhTNSQlQCN0PWcu) 28 | -------------------------------------------------------------------------------- /content/posts/childcare-choices.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Childcare Choices 3 | link: https://www.childcarechoices.gov.uk/ 4 | date: 2024-07-02T18:11:00.000Z 5 | description: Enter your details to help find out how you can save money on your childcare. 6 | topics: 7 | - Support for CYF Class 8 | subtopics: 9 | - Childcare 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | **Help paying for your childcare** 18 | 19 | Government help with childcare costs for parents. Whether you have toddlers or teens, you could get support. You can get this help if you are in work or unemployed. 20 | -------------------------------------------------------------------------------- /content/posts/citizen-advice-for-scotland.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Citizen Advice for Scotland 3 | link: https://www.citizensadvice.org.uk/scotland/ 4 | date: 2023-04-27T12:14:13.238Z 5 | description: Benefits, Your Rights, and the Law 6 | topics: 7 | - Legal support 8 | subtopics: 9 | - Legal Advice 10 | - Benefits 11 | regions: 12 | - Glasgow 13 | --- 14 | 15 | Good quality, free, independent legal advice. You do not have to be a British Citizen to access Citizen's Advice. 16 | -------------------------------------------------------------------------------- /content/posts/citizens-advice.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Citizens Advice 3 | link: https://www.citizensadvice.org.uk/ 4 | date: 2023-05-24T07:39:13.449Z 5 | description: Benefits, Your Rights, and the Law 6 | topics: 7 | - Legal support 8 | subtopics: 9 | - Legal Advice 10 | - Benefits 11 | regions: 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | Good quality, free, independent legal advice. You do **not have to be a British Citizen** to access Citizen's Advice. 18 | -------------------------------------------------------------------------------- /content/posts/claiming-childcare-expenses.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Claiming Childcare Expenses 3 | link: https://docs.google.com/document/d/1UuPLflvuSED3XczbzGzgj2utwzXbWP-fxKMkqLaqHo4/edit?tab=t.0 4 | date: 2023-08-01T10:35:32.033Z 5 | description: How to claim expenses for childcare through CYF 6 | topics: 7 | - Support for CYF Class 8 | subtopics: 9 | - Childcare 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | CodeYourFuture can help trainees who have support needs. 18 | 19 | Funding towards childcare is one of the ways we can help. Our trainee expenses policy gives more details. 20 | -------------------------------------------------------------------------------- /content/posts/community-computers-shop.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Community Computers Shop 3 | link: https://shop.communitycomputers.co.uk/ 4 | date: 2024-10-24T10:22:00.000Z 5 | description: £60 laptops £15 phones 6 | topics: 7 | - Poverty 8 | subtopics: 9 | - Equipment 10 | regions: 11 | - North West 12 | --- 13 | 14 | Refurbished, warranty-covered computers, laptops, phones, and tablets for Manchester residents on a low income. (Documentation is required.) 15 | -------------------------------------------------------------------------------- /content/posts/concessionary-rail-passes.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Concessionary Rail Passes 3 | link: https://www.nationalrail.co.uk/railcards/ 4 | date: 2024-06-27T09:27:00.000Z 5 | description: Schemes that offer discounted or free rail passes 6 | topics: 7 | - Poverty 8 | subtopics: 9 | - Transport 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | In particular:\ 18 | \ 19 | **Jobcentre Plus Travel Discount Card** 20 | 21 | 50% discount on selected rail tickets. 22 | 23 | **Freedom Pass (London)** 24 | 25 | Free travel for some disabled people. 26 | 27 | **National Entitlement Card (Scotland)** 28 | 29 | Concessions per council 30 | 31 | **Young Persons Railcards** 32 | 33 | 33% off up to age 30!\ 34 | \ 35 | **Disabled Persons Railcard** 36 | 37 | 33% off all rail tickets. 38 | -------------------------------------------------------------------------------- /content/posts/destitute-asylum-seeker-service.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Destitute Asylum Seeker Service 3 | link: https://scottishrefugeecouncil.org.uk/direct-support/destitute-asylum-seeker-service/ 4 | date: 2023-05-24T06:48:28.822Z 5 | description: This service helps people who are destitute and who have exhausted 6 | their rights to appeal a negative decision on their asylum claim 7 | topics: 8 | - Homelessness 9 | - Poverty 10 | subtopics: 11 | - Destitution 12 | - Refused Asylum 13 | regions: 14 | - Glasgow 15 | --- 16 | 17 | We refer people to specialist services for health, welfare and psychological support as well as to foodbanks, hot food places and community support groups. We also hold social groups and activities which gives our clients an opportunity to interact and socialise.\ 18 | \ 19 | Make an appointment for this service: **0808 196 7274** 20 | -------------------------------------------------------------------------------- /content/posts/directory-of-services.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Directory of Services 3 | link: https://uel.ac.uk/our-research/research-school-psychology/refugee-mental-health-wellbeing-portal/resource-centre/directory-services 4 | date: 2024-02-14T22:33:21.278Z 5 | description: Directory of Services & Organisations for Refugees, Asylum Seekers & Migrants 6 | topics: 7 | - Legal support 8 | - Mental Health 9 | subtopics: 10 | - Therapy 11 | - Asylum 12 | regions: 13 | - Glasgow 14 | - London 15 | - North West 16 | - West Midlands 17 | --- 18 | 19 | This directory of services is published each year. This directory is intended for refugees, asylum seekers, migrant communities, health and social care practitioners and agencies working with them to identify services that offer advice and support to assist refugees and asylum seekers and migrants to settle and rebuild their lives in the UK. Charity organisations and services alter regularly; some may close or reduce the services they provide, or new ones set up. 20 | -------------------------------------------------------------------------------- /content/posts/english-for-action.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Bail for Immigration Detainees 3 | link: https://www.biduk.org/pages/3-contact-us 4 | date: 2024-07-02T12:34:00.000Z 5 | description: free legal advice, information and representation for people held in detention 6 | topics: 7 | - Legal support 8 | subtopics: 9 | - Legal Advice 10 | - Detention 11 | regions: 12 | - West Midlands 13 | - North West 14 | - London 15 | --- 16 | 17 | If you are detained under immigration powers in a prison or removal centre, you can call this advice line for free legal advice. 18 | 19 | It is open Monday - Thursday between 10 am and 12 midday and outside of those times you can email casework@biduk.org. 20 | 21 | The number is 020 7456 9750. 22 | -------------------------------------------------------------------------------- /content/posts/families-south-africa-famsa.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Families South Africa (Famsa) 3 | link: https://www.famsawc.org.za/ 4 | date: 2024-03-18T00:58:31.810Z 5 | description: "Famsa provides counselling and education to help improve marriages 6 | and families. " 7 | topics: 8 | - Mental Health 9 | subtopics: 10 | - Therapy 11 | regions: 12 | - Capetown 13 | --- 14 | 15 | FAMSA Western Cape is a non-profit organisation (NPO) specialising in relationship counselling. Famsa helps in cases of domestic violence and trauma, divorces and mediation. 16 | 17 | Famsa can provide legal information, coaching, training and counselling for all ages. This includes support relating to grief and marriage difficulties. 18 | 19 | Tel: 011 975 7106/7 20 | -------------------------------------------------------------------------------- /content/posts/finding-an-ofsted-registered-childminder.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Finding an Ofsted Registered Childminder 3 | link: https://www.childcare.co.uk/search/Childminders/M1/2-miles/Ofsted-Registered 4 | date: 2023-08-16T19:38:46.211Z 5 | description: How to find childcare CYF can reimburse you for 6 | topics: 7 | - Support for CYF Class 8 | subtopics: 9 | - Childcare 10 | regions: 11 | - North West 12 | - West Midlands 13 | - Glasgow 14 | - London 15 | --- 16 | 17 | It can be hard to find weekend childminders who are Ofsted-registered, but CYF can only reimburse Ofsted registered providers. This website sorts providers by postcode and shows a calendar of availability, so you can see who is open at the weekend and call them. 18 | 19 | You can also make your own profile explaining your requirements and providers may apply to you. 20 | -------------------------------------------------------------------------------- /content/posts/food-club.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Food Club 3 | link: https://mustardtree.org.uk/get-help/food/ 4 | date: 2023-04-11T20:26:50.354Z 5 | description: Food club 6 | topics: 7 | - Poverty 8 | subtopics: 9 | - Hunger 10 | regions: 11 | - North West 12 | --- 13 | 14 | #### Food Club 15 | 16 | If you’re having to make impossible choices between paying a bill or putting a meal on the table, or simply struggling to make ends meet, Mustard Tree’s Food Club could help. 17 | 18 | Join Mustard Tree as a client and for just £3.00 you can purchase up to 10 items, including vegetables, fridge items, meat and fish. 19 | 20 | To join Mustard Tree you just need to pop into any of our shops with proof of benefits or low income, ask another organisation to refer you, or give us a call on 0161 850 2282 to book an appointment to come in and see one of the team. You can also email us on [referrals@mustardtree.org.uk](mailto:referrals@mustardtree.org.uk). 21 | -------------------------------------------------------------------------------- /content/posts/freedom-from-torture.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Freedom From Torture 3 | link: https://www.freedomfromtorture.org/help-for-survivors/therapy-and-practical-help 4 | date: 2023-04-11T07:58:58.225Z 5 | description: Trauma-focused therapy and practical help for survivors of torture. 6 | topics: 7 | - Mental Health 8 | subtopics: 9 | - Therapy 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | Freedom From Torture provide therapy and support for survivors of torture in the UK. They accept referrals and self-referrals. **[Referral form](https://www.freedomfromtorture.org/help-for-survivors/therapy-and-practical-help/make-referral).** 18 | 19 | From their site: 20 | 21 | > We offer trauma-focused therapy to help with the effects of torture. This can include symptoms of post-traumatic stress disorder such as nightmares and flashbacks. We can also help with complex trauma, depression and other mental health needs. 22 | > 23 | > We offer further services to help our clients recover from their experiences and rebuild their lives. These can include creative group activities like music and gardening, social groups and physical therapy. 24 | > 25 | > For our clients who are seeking asylum, we also offer practical advice. For example, information about accessing housing and healthcare. 26 | -------------------------------------------------------------------------------- /content/posts/freedom-programme.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Freedom Programme 3 | link: https://www.freedomprogramme.co.uk/index.php 4 | date: 2023-04-14T10:30:45.884Z 5 | description: Freedom Programme is a domestic violence programme 6 | topics: 7 | - Domestic Abuse 8 | subtopics: 9 | - Domestic Abuse 10 | regions: 11 | - Capetown 12 | - Glasgow 13 | - London 14 | - North West 15 | - West Midlands 16 | --- 17 | 18 | The Freedom Programme examines the roles played by attitudes and beliefs on the actions of abusive men and the responses of victims and survivors. The aim is to make sense of and understand what has happened, instead of the whole experience just feeling like a horrible mess. \ 19 | \ 20 | It is available online and in person in all UK cities. [Search for one near you](https://www.freedomprogramme.co.uk/search2.php). 21 | -------------------------------------------------------------------------------- /content/posts/help-for-suicidal-thoughts.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Help for Suicidal Thoughts 3 | link: https://www.nhs.uk/mental-health/feelings-symptoms-behaviours/behaviours/help-for-suicidal-thoughts/ 4 | date: 2023-04-27T12:13:48.701Z 5 | description: What to do about feeling suicidal. 6 | topics: 7 | - Suicide 8 | regions: 9 | - Glasgow 10 | - London 11 | - North West 12 | - West Midlands 13 | --- 14 | 15 | **If you're feeling like you want to die, it's important to tell someone.** 16 | 17 | Help and support is available right now if you need it. You do not have to struggle with difficult feelings alone. 18 | -------------------------------------------------------------------------------- /content/posts/homelessness-support-letter.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Homelessness Support Letter 3 | link: https://england.shelter.org.uk/housing_advice/homelessness/priority_need/letter_template 4 | date: 2023-05-24T07:12:33.045Z 5 | description: Ask for a support letter from your regional team 6 | topics: 7 | - Homelessness 8 | regions: 9 | - London 10 | - North West 11 | - West Midlands 12 | --- 13 | 14 | if you've made a [homeless application](https://england.shelter.org.uk/housing_advice/homelessness/get_help_from_the_council/sample_homelessness_application_email) and the council: 15 | 16 | - refuse to give you emergency housing 17 | - ask for more information to show you're in priority need 18 | 19 | And you need a supporting letter, please **email** pastoral@codeyourfuture.io and ask them to complete and send a Homelessness Support Letter, which is in the Team Drive. 20 | -------------------------------------------------------------------------------- /content/posts/how-to-get-a-bank-account-as-a-refugee.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: How to get a bank account as a refugee 3 | link: https://monzo.com/blog/2018/05/30/getting-bank-account-refugee/ 4 | date: 2024-09-16T15:20:00.000Z 5 | description: "As a refugee we recommend you apply to MONZO: 6 | https://monzo.com/blog/2018/05/30/getting-bank-account-refugee/ They have the 7 | best service and technology in the market (and the best app)." 8 | topics: 9 | - Banking 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | f you are a refugee (or right to remain in the UK) 18 | 19 | To get a UK bank account you will need: 20 | 21 | - A form of ID (passport, biometric residence permit); 22 | 23 | - A proof of address (this could be a recent bill or a letter from the Home Office). 24 | 25 | All documents need to be very recent and originals, not photocopies. If you have more than one, it is better to bring everything. If they don’t accept one document, they might accept another. 26 | -------------------------------------------------------------------------------- /content/posts/how-to-get-a-bank-account-as-an-asylum-seeker-in-scotland.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: How to get a bank account as an Asylum Seeker in Scotland 3 | link: https://www.bankofscotland.co.uk/bankaccounts/classic.html 4 | date: 2024-09-16T15:14:00.000Z 5 | description: "Bank of Scotland has opened their doors for Asylum Seekers for 6 | Classic Accounts. " 7 | topics: 8 | - Banking 9 | regions: 10 | - Glasgow 11 | --- 12 | 13 | **April 2022 Update for Scotland residents: Bank of Scotland accounts for Asylum Seekers** 14 | 15 | Bank of Scotland has opened their doors for Asylum Seekers for Classic Accounts. Before you apply here is what you need: 16 | 17 | \- ARC card 18 | 19 | \- Mears Tenancy Agreement OR 20 | 21 | \- If you are a volunteer with a charity organisation, ask them to write a support letter. The support letter should include your address and your participation in the organisation. The letter can be addressed as: To Whom it may concern. 22 | 23 | Here are the steps: 24 | 25 | \- Go online and fill in this Application Form. Ensure that your details are correct before submission. 26 | 27 | \- Choose a branch. If you are in Glasgow, we recommend this branch as we have previous positive experience with them. 28 | 29 | \- Once you have finished your application you get a notification in your email with a reference number. Go to the branch with your proof of ID and reference number to finalise and open the account. 30 | -------------------------------------------------------------------------------- /content/posts/how-to-get-a-bank-account-as-an-asylum-seeker.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "How to get a bank account as an Asylum Seeker " 3 | link: https://www.metrobankonline.co.uk/ 4 | date: 2024-09-16T15:17:00.000Z 5 | description: "We advise to try METRO bank in particular. " 6 | topics: 7 | - Banking 8 | regions: 9 | - North West 10 | - London 11 | - West Midlands 12 | --- 13 | 14 | Before you get your refugee status and when you’re an asylum seeker you are likely to find it difficult to open a current account. You can try one of the following options: 15 | 16 | \- Option 1: Traditional bank account 17 | 18 | \- Option 2: Traditional bank basic account 19 | 20 | \- Option 3: Non-traditional banks - These usually have fees, so are more expensive, but the advantage is that they are very easy to open for anyone. Examples: [Pockit](www.pockit.com) or [Monese](monese.com) 21 | -------------------------------------------------------------------------------- /content/posts/hub-of-hope.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Hub of Hope 3 | link: https://hubofhope.co.uk/ 4 | date: 2024-03-25T12:49:15.279Z 5 | description: This is a site like CYF signposts but just for mental health support 6 | topics: 7 | - Mental Health 8 | subtopics: 9 | - Mental Health Crisis 10 | - Therapy 11 | regions: 12 | - London 13 | - North West 14 | - West Midlands 15 | - Glasgow 16 | --- 17 | 18 | The Hub of Hope is the UK’s leading mental health support database. It is provided by national mental health charity, Chasing the Stigma, and brings local, national, peer, community, charity, private and NHS mental health support and services together in one place for the first time. 19 | -------------------------------------------------------------------------------- /content/posts/laptop-loan.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Laptop Loan 3 | link: https://airtable.com/appZdIjH0ZG3eXk1V/pagedMs6nRNHLSSoT/form 4 | date: 2023-08-01T10:44:03.712Z 5 | description: How to request a laptop through CYF 6 | topics: 7 | - Support for CYF Class 8 | subtopics: 9 | - Equipment 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | CodeYourFuture can loan you a laptop if you do not have one to use for our course. This is available for the CYF trainees. You will enrol as a trainee at the end of the first module of Introduction to Programming 18 | 19 | This is a loan only; you should return the laptop when you get a job in tech after completing the course. If you leave the course, you need to return the laptop to CYF. 20 | 21 | The laptop is free of charge. 22 | 23 | After you have completed the form, you will get an email with a loan agreement to sign. Once signed, a CYF member in your region will be in touch with the next steps. 24 | -------------------------------------------------------------------------------- /content/posts/letters-of-support.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Letters of Support 3 | link: mailto:pastoral@codeyourfuture.io 4 | date: 2024-06-11T14:25:00.000Z 5 | description: CYF Can write a letter of support for you 6 | topics: 7 | - Legal support 8 | subtopics: 9 | - Letter of Support 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | If you need help with a letter of support, Code Your Future can provide this. The letter can be for 18 | 19 | - the Home Office 20 | - the Department for Work and Pensions 21 | - a potential employer 22 | - confirmation of study 23 | - an application for support with Homelessness 24 | 25 | To request a letter, please contact [pastoral@codeyourfuture.io](mailto:pastoral@codeyourfuture.io) detailing your request. 26 | -------------------------------------------------------------------------------- /content/posts/library-computers.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Library computers 3 | link: https://libraryon.org/map 4 | date: 2024-12-12T16:40:00.000Z 5 | description: Every public library in England has computers and wifi anyone 6 | can use for free. 7 | topics: 8 | - Support for CYF Class 9 | subtopics: 10 | - Equipment 11 | regions: 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | ## How to join the library 18 | 19 | 1. Find a library near you by googling it with your postcode, for example "public library M1 6NG" 20 | 2. Go to the library. Sometimes you need a letter showing your address, so bring one if you can. 21 | 3. Go to the desk and ask to join the library. You can join any library - you don't need to live locally. 22 | 4. Once you have your card and PIN, ask to use the computers. 23 | 5. It is always completely free to join and use the public library, but there might be time limits on the free internet. 24 | 25 | ### Tips 26 | 27 | 1. If you need more than one hour internet time, ask at the desk for the time you need before you start. It's usually fine unless they are very busy. 28 | 2. If the library is a "Library of Sanctuary", you won't need any ID or proof of address. 29 | 3. You need to bring your own headphones to the library. If you don't have any, CYF has free headphones you can get from class. 30 | 4. You've got to be quiet in the library, but you are really welcome to use it. Everybody wants you to use the library! 31 | -------------------------------------------------------------------------------- /content/posts/london-destitution-service.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: London Destitution Service 3 | link: https://www.refugeecouncil.org.uk/get-support/services/london-destitution-service/ 4 | date: 2023-04-11T16:32:15.637Z 5 | description: Drop-in destitution service in Hackney 6 | topics: 7 | - Poverty 8 | - Homelessness 9 | subtopics: 10 | - Destitution 11 | regions: 12 | - London 13 | --- 14 | 15 | Practical advice and support, pastoral care, emergency provision, food, laundry and shower. 16 | 17 | ### What we offer 18 | 19 | We provide the following support: 20 | 21 | - Pastoral care 22 | - Cold and hot food 23 | - Referrals to other specialist services including legal advice 24 | - Health access 25 | - Signposting to and support for accessing shelter and hosting schemes 26 | - Shower and laundry 27 | - ESOL classes 28 | - Psychosocial activities including workshops in photography, art and music so the clients can learn new skills and develop a way of reconnecting with themselves 29 | 30 | ### Who it's for 31 | 32 | - **Asylum seekers or refused asylum seekers who are destitute** 33 | - Vulnerable and homeless asylum seekers who have lost contact with their asylum application and have no legal representation 34 | -------------------------------------------------------------------------------- /content/posts/maximum.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Maximus 3 | link: https://atw.maximusuk.co.uk/ 4 | date: 2023-04-14T10:27:35.143Z 5 | description: Access to Work Mental Health Support Service 6 | topics: 7 | - Mental Health 8 | subtopics: 9 | - Therapy 10 | regions: 11 | - London 12 | - North West 13 | - West Midlands 14 | - Glasgow 15 | --- 16 | 17 | **This service accepts self referrals.** 18 | 19 | To be eligible for this service, you must: 20 | 21 | 1. Be in permanent or temporary employment. 22 | 2. Have a mental health condition (diagnosed or undiagnosed) that has resulted in workplace absence or is causing difficulties to remain in work. 23 | -------------------------------------------------------------------------------- /content/posts/national-domestic-abuse-helpline.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: National Domestic Abuse Helpline 3 | link: https://www.nationaldahelpline.org.uk/ 4 | date: 2023-04-11T21:13:56.719Z 5 | description: The Helpline can help you find a refuge vacancy for you and your children 6 | topics: 7 | - Domestic Abuse 8 | regions: 9 | - London 10 | - North West 11 | - West Midlands 12 | --- 13 | 14 | ### Contact the National Domestic Abuse Helpline 15 | 16 | Phone, live chat, and BSL interpreter. Accessing refuge and other services 17 | 18 | The Helpline can help you **find a refuge vacancy for you and your children**; call us for more information. 19 | 20 | The helpline can also support you to find other specialist services in your community, which can provide support whether or not you have left your partner. 21 | -------------------------------------------------------------------------------- /content/posts/nhs-mental-health-crisis.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: NHS Mental Health Crisis 3 | link: https://www.nhs.uk/service-search/mental-health/find-an-urgent-mental-health-helpline 4 | date: 2023-04-10T16:45:16.879Z 5 | description: Where to get urgent help for mental health 6 | topics: 7 | - Mental Health 8 | subtopics: 9 | - Mental Health Crisis 10 | regions: 11 | - London 12 | - North West 13 | - West Midlands 14 | --- 15 | 16 | NHS urgent mental health helplines are for people of all ages in England. 17 | 18 | ### You can call for: 19 | 20 | - **24-hour** advice and support for you, your child, your parent or someone you care for 21 | - help speaking to a mental health professional 22 | - an assessment to find the right care for you 23 | 24 | ### Information: 25 | 26 | You may need urgent help for many reasons. 27 | 28 | The important thing to know is you will not be wasting anyone's time. 29 | -------------------------------------------------------------------------------- /content/posts/nhs-talking-therapies.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: NHS Talking Therapies 3 | link: https://www.nhs.uk/service-search/mental-health/find-an-NHS-talking-therapies-service/ 4 | date: 2023-05-23T17:49:53.388Z 5 | description: If you live in England and are aged 18 or over, you can access free 6 | NHS talking therapies services for anxiety and depression. 7 | topics: 8 | - Mental Health 9 | subtopics: 10 | - Therapy 11 | regions: 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | A GP can refer you, or **you can refer yourself directly** without a referral. 18 | 19 | NHS talking therapies services offer: 20 | 21 | - talking therapies, such as cognitive behavioural therapy (CBT), counselling, other therapies, and guided self-help 22 | - help for common mental health problems, like anxiety and depression 23 | 24 | The NHS is free if you are [ordinarily resident in the UK.](https://www.gov.uk/guidance/nhs-entitlements-migrant-health-guide#free-for-all) 25 | -------------------------------------------------------------------------------- /content/posts/paying-for-childcare-nrpf.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Paying for Childcare - NRPF 3 | link: https://www.nrpfnetwork.org.uk/information-and-resources/rights-and-entitlements/services-for-children-and-families/early-education-and-childcare 4 | date: 2023-06-30T14:21:03.428Z 5 | description: Support for paying for childcare for people who have no recourse to 6 | public funds. 7 | topics: 8 | - Support for CYF Class 9 | subtopics: 10 | - Childcare 11 | regions: 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | Early education and childcare for children is funded by the UK Government for children in England. The child’s age will determine which scheme applies and whether childcare is universally available or only available to eligible children. 18 | 19 | Government funded early education and childcare is not classed as a public fund for immigration purposes, so can be accessed by a child regardless of their immigration status. However, some schemes have eligibility requirements relating to the immigration status of the parent(s) and so may not be available to all families. 20 | -------------------------------------------------------------------------------- /content/posts/paying-for-childcare.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Paying for Childcare 3 | link: https://www.gov.uk/childcare-calculator 4 | date: 2023-06-30T14:11:32.569Z 5 | description: Check what help you could get with childcare costs 6 | topics: 7 | - Support for CYF Class 8 | subtopics: 9 | - Childcare 10 | regions: 11 | - London 12 | - North West 13 | - West Midlands 14 | - Glasgow 15 | --- 16 | 17 | Use this calculator to find out how much you could get towards approved childcare, including: 18 | 19 | - free childcare for children aged between 2 and 4 20 | - help with childcare costs if your child is under 16 (or under 17 and disabled) 21 | -------------------------------------------------------------------------------- /content/posts/qwell.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Qwell 3 | link: https://www.qwell.io/ 4 | date: 2023-04-14T11:03:24.176Z 5 | description: Free, safe and anonymous mental wellbeing support for adults 6 | topics: 7 | - Mental Health 8 | subtopics: 9 | - Therapy 10 | regions: 11 | - London 12 | - North West 13 | - West Midlands 14 | --- 15 | 16 | Qwell is an anonymous site which helps people to feel safe and confident in exploring their concerns and seeking professional support. \ 17 | \ 18 | All counsellors are BACP, UKCP or NCS registered or accredited. 19 | -------------------------------------------------------------------------------- /content/posts/refeo.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Refeo 3 | link: https://www.refeo.org/our-services-1 4 | date: 2023-08-15T15:20:59.477Z 5 | description: We match refugees and asylum seekers with mentors who support them 6 | to find a job 7 | topics: 8 | - Career support 9 | subtopics: 10 | - Coaching 11 | regions: 12 | - London 13 | - Glasgow 14 | --- 15 | 16 | We match refugees and asylum seekers with mentors who support them to find a job or work placement that matches their skills. 17 | 18 | Our mentors help with things like writing a CV, cover letter, preparing for job interviews and referring to the right company. 19 | -------------------------------------------------------------------------------- /content/posts/refmentors-mentoring.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: RefMentors Mentoring 3 | link: https://refmentors.org.uk/mentoring-project/ 4 | date: 2023-05-15T15:39:54.151Z 5 | description: Mentoring for refugees in Manchester 6 | topics: 7 | - Career support 8 | subtopics: 9 | - Coaching 10 | regions: 11 | - North West 12 | --- 13 | 14 | Mentoring is provided by a project manager and volunteer mentor. Mentors have at least 15 years UK work history, with experience in different sectors and a variety of roles. 15 | 16 | **How is mentoring provided?** 17 | 18 | - For up to 5 months. 19 | - 5 hours commitment each month. 20 | - Can be face-to-face, by email or video calls, in the day or early evening. 21 | - A regular newsletter with information about local and online opportunities, including training, courses or jobs. 22 | - Optional workshops and social events. 23 | 24 | This project is currently offering a reduced service. To find out more email [info@refmentors.org.uk](mailto:info@refmentors.org.uk) 25 | -------------------------------------------------------------------------------- /content/posts/refmentors-returners.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: RefMentors Returners 3 | link: https://refmentors.org.uk/returner-project/ 4 | date: 2023-05-15T15:43:03.162Z 5 | description: Return to work support for refugee professionals in Manchester 6 | topics: 7 | - Career support 8 | subtopics: 9 | - Coaching 10 | regions: 11 | - North West 12 | --- 13 | 14 | ## A specialist service offering support for refugee engineer, architect, IT, telecoms and business service professionals who are restarting their careers in the UK. 15 | 16 | **Who we support** 17 | 18 | We support refugee professionals with at least 2 years’ overseas experience in roles related to architecture, business services, IT, telecoms, project management and civil, electrical and mechanical engineering. 19 | 20 | **What we offer** 21 | 22 | We offer information, advice and guidance: 23 | 24 | - Paid Returner Placements – we’ll do our best to broker a 3-12 month paid placement in your profession. You’ll be paid at least the National Living Wage. 25 | - Build your profile – we help you create a detailed skills portfolio, a UK standard CV and to network. 26 | - Match your skills to roles – we can’t make promises of jobs but we will guide you in how to spot the right roles. 27 | - Guidance and support to join professional bodies. 28 | - Support to find a long term position after a placement. 29 | - Signposting to other organisations. 30 | - Additional support from our Mentoring Project or for Manchester residents, the Rainbow Haven Work Club 31 | -------------------------------------------------------------------------------- /content/posts/refugee-survival-trust.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Refugee Survival Trust 3 | link: https://www.rst.org.uk/ 4 | date: 2024-03-18T01:42:36.823Z 5 | description: The Refugee Survival Trust provide refugees and people seeking 6 | asylum with practical support when it is most needed. 7 | topics: 8 | - Poverty 9 | - Legal support 10 | subtopics: 11 | - Poverty 12 | - Homelessness 13 | - Refused Asylum 14 | - Transport 15 | - Asylum 16 | regions: 17 | - Glasgow 18 | --- 19 | 20 | Refugee Survival Trust provide refugees and people seeking asylum with practical support, helps build connections between people and campaigns for change. Some of the support provided includes: 21 | 22 | - [Financial assistance](https://www.rst.org.uk/destitutiongrants) to refugees and people seeking asylum in Scotland who are facing extreme poverty and homelessness. 23 | - [Accommodation service](https://www.rst.org.uk/breathing-space-accommodation-service) filling a crucial support gap for people seeking safety in Scotland through the asylum system, who have become homeless and have lost their entitlement to support. 24 | - [Travel expenses for new or expectant mothers](https://www.rst.org.uk/breathing-space-accommodation-service) 25 | -------------------------------------------------------------------------------- /content/posts/refugees-at-home.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Refugees At Home 3 | link: https://www.refugeesathome.org/referrer-resources/ 4 | date: 2023-04-11T21:32:03.206Z 5 | description: "Refugees at Home matches people who have a spare room with 6 | refugees and asylum seekers in need of temporary accommodation. " 7 | topics: 8 | - Homelessness 9 | regions: 10 | - Glasgow 11 | - London 12 | - North West 13 | - West Midlands 14 | --- 15 | 16 | People who have refugee status and a good standard of English can refer themselves for accommodation.  We also offer the **self-referral** process for those arriving through the Homes for Ukraine scheme. 17 | 18 | They will need to provide details of two people who can vouch for them. These need to be people who we have known the prospective guest while they have been in the UK and who know the guest well enough to be able to answer questions about who they are and what their plans are. Hosts may ask to speak to them. 19 | 20 | **(CYF will vouch for CYF trainees and grads.** Email us about this.) 21 | 22 | This service is for: 23 | 24 | 1. People who have been granted refugee status and get a 28 day move on order. 25 | 2. Asylum seekers waiting for NASS housing. 26 | 3. Refused and destitute asylum seekers. 27 | -------------------------------------------------------------------------------- /content/posts/refuweegee-shop.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Refuweegee Shop 3 | link: https://www.refuweegee.co.uk/shop 4 | date: 2024-03-18T01:23:23.338Z 5 | description: Free clothing, household items, entertainment items, food and 6 | toiletries for refugees and asylum seekers 7 | topics: 8 | - Poverty 9 | subtopics: 10 | - Clothing 11 | - Hunger 12 | regions: 13 | - Glasgow 14 | --- 15 | 16 | The Refuweegee Shop is a place for you to browse and select items for you and your family. You can collect clothing, household items, entertainment items, food and toiletries - free of charge. 17 | 18 | The Refuweegee Shop is open to everyone - one person per appointment only. **You must book an appointment to visit the shop.** 19 | 20 | E-mail: enquiries@refuweegee.co.uk 21 | 22 | Phone: 0141 401 0756 23 | -------------------------------------------------------------------------------- /content/posts/report-hate-crime.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Report Hate Crime 3 | link: https://www.gov.uk/report-hate-crime 4 | date: 2023-05-15T15:45:07.433Z 5 | description: What do I do if I'm being racially abused? 6 | topics: 7 | - Legal support 8 | subtopics: 9 | - Hate Crimes 10 | regions: 11 | - London 12 | - North West 13 | - West Midlands 14 | - Glasgow 15 | --- 16 | 17 | Racial abuse is a crime in the UK. Call the police. 18 | -------------------------------------------------------------------------------- /content/posts/respect-mens-advice-line.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Respect, Men's Advice Line 3 | link: https://mensadviceline.org.uk/ 4 | date: 2023-04-11T21:08:47.023Z 5 | description: The Helpline for male victims of domestic abuse 6 | topics: 7 | - Domestic Abuse 8 | regions: 9 | - London 10 | - North West 11 | - West Midlands 12 | --- 13 | 14 | We’re here to support men experiencing domestic abuse. If you want to talk to someone, you can speak to our friendly and professional advisors on the phone, by email or on webchat. No pressure, no judgement, just help. 15 | 16 | ### **It’s okay to talk** 17 | 18 | ##### Telephone support: [0808 8010327](<tel:0808 8010327> "Call 0808 8010327")Email support : [info@mensadviceline.org.uk](mailto:info@mensadviceline.org.uk) 19 | 20 | **Mon-Fri 10am-5pm** 21 | -------------------------------------------------------------------------------- /content/posts/right-to-remain-toolkit.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Right to Remain Toolkit 3 | link: https://righttoremain.org.uk/toolkit/ 4 | date: 2023-09-19T06:34:52.363Z 5 | description: A step-by-step guide to the UK asylum and immigration system 6 | topics: 7 | - Legal support 8 | subtopics: 9 | - Asylum 10 | - Refused Asylum 11 | regions: 12 | - London 13 | - Glasgow 14 | - North West 15 | - West Midlands 16 | --- 17 | 18 | Use this guide to find out what you and your supporters can do to help strengthen your legal case. Look out for the **ACTION SECTION** boxes throughout the guide! 19 | 20 | This toolkit also explains the difference between legal advice, which **no one at CYF may give by law**, and legal support, which we can help with. (Mainly writing letters of support.) 21 | -------------------------------------------------------------------------------- /content/posts/room-to-heal.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Room to Heal 3 | link: https://www.roomtoheal.org/make-a-referral/ 4 | date: 2024-02-14T22:54:32.933Z 5 | description: Room to Heal is a small therapeutic community for refugees and asylum seekers 6 | topics: 7 | - Mental Health 8 | subtopics: 9 | - Therapy 10 | regions: 11 | - London 12 | --- 13 | 14 | Room to Heal is a small therapeutic community. We are currently open for referrals for our long term mixed gender groups and a new short term mothers’ group.\ 15 | \ 16 | **Refer yourself** 17 | 18 | If you are a refugee or a person seeking asylum in need of therapeutic support, and would like to join Room to Heal, please read our **[Referrals Leaflet ](https://www.roomtoheal.org/wp-content/uploads/2022/07/Referral-Leaflet-2022-1.pdf)**and fill out our **[Referral and Consent Form.](https://www.roomtoheal.org/wp-content/uploads/2024/01/Referral-Form-2024-.docx)** When you have completed the form, please send it to us by email to [admin@roomtoheal.org](mailto:admin@roomtoheal.org) 19 | 20 | **If you have any questions please email our Administrator at [admin@roomtoheal.org](mailto:admin@roomtoheal.org)** 21 | -------------------------------------------------------------------------------- /content/posts/safe-posture-during-pregnancy.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Safe Posture during Pregnancy 3 | link: https://www.tims.nhs.uk/self-care/health-fitness-in-pregnancy/#:~:text=pelvic%20floor%20muscles.-,Sitting%20posture,-Sit%20with%20your 4 | date: 2023-08-01T15:07:42.734Z 5 | description: Tips for good posture during pregnancy 6 | topics: 7 | - Physical Health 8 | subtopics: 9 | - Pregnancy 10 | regions: 11 | - Capetown 12 | - Glasgow 13 | - London 14 | - North West 15 | - West Midlands 16 | --- 17 | 18 | Here are some tips for safe posture during pregnancy. The aim is to prevent musculoskeletal problems when sat at a laptop. 19 | -------------------------------------------------------------------------------- /content/posts/samaritans.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Samaritans 3 | link: https://www.samaritans.org/how-we-can-help/ 4 | date: 2023-12-20T12:25:22.671Z 5 | description: How the Samaritans can help 6 | topics: 7 | - Mental Health 8 | subtopics: 9 | - Mental Health Crisis 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | If you're worried about yourself or someone else, this link will tell you how you can seek non-judgmental support. The Samaritans will listen to you and help you work through what is on your mind, no matter how big or small. 18 | -------------------------------------------------------------------------------- /content/posts/seeking-employment-as-an-autistic-adult.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Seeking Employment as an Autistic Adult 3 | link: https://www.autismonlinetraining.com/ 4 | date: 2023-05-23T17:47:36.516Z 5 | description: This resource has been designed and developed by autistic people, 6 | for autistic people who are looking to find 7 | employment. 8 | topics: 9 | - Career support 10 | subtopics: 11 | - Autism 12 | regions: 13 | - Capetown 14 | - Glasgow 15 | - London 16 | - North West 17 | - West Midlands 18 | --- 19 | 20 | This resource has been designed and developed by autistic people, for autistic people who are looking to find employment. 21 | 22 | \ 23 | This course will take you through each step of the job finding journey. Starting with exploring your strengths, and gradually moving through to suggesting strategies to make your first week at work a success. This resource is designed for people currently not in work or looking to change careers. If you already in work, you may still find some topics in the module useful to access. 24 | -------------------------------------------------------------------------------- /content/posts/sheffield-therapeutic-service-for-resettled-refugees.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Sheffield Therapeutic Service for Resettled Refugees 3 | link: https://www.refugeecouncil.org.uk/get-support/services/sheffield-therapeutic-service-for-resettled-refugees/ 4 | date: 2024-02-14T18:35:11.550Z 5 | description: Up to 12 weeks of therapy for resettled refugees experiencing 6 | mental health distress 7 | topics: 8 | - Mental Health 9 | subtopics: 10 | - Therapy 11 | regions: 12 | - North West 13 | --- 14 | 15 | We are unfortunately unable to accept referrals for people who are seeking asylum, and at this time we cannot accept referrals for refugees who have settled in the UK after claiming asylum. 16 | -------------------------------------------------------------------------------- /content/posts/social-tariffs-low-cost-broadband.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Social Tariffs: Low Cost Broadband" 3 | link: https://www.ofcom.org.uk/phones-and-broadband/saving-money/social-tariffs 4 | date: 2024-07-02T18:14:00.000Z 5 | description: Low cost broadband 6 | topics: 7 | - Poverty 8 | subtopics: 9 | - Equipment 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | Social tariffs are cheaper broadband and phone packages for people claiming Universal Credit, Pension Credit and some other benefits. Some providers call them ‘essential’ or ‘basic’ broadband. 18 | 19 | They’re delivered in the same way as normal packages, just at a lower price. You can stay on this tariff even if you have to stop studying with us. 20 | -------------------------------------------------------------------------------- /content/posts/statement-of-comparability.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Statement of Comparability 3 | link: https://www.enic.org.uk/Qualifications/SOC/Default.aspx 4 | date: 2024-07-16T21:41:00.000Z 5 | description: A general purpose statement of qualification comparability 6 | topics: 7 | - Career support 8 | subtopics: 9 | - Recognition of Foreign Qualifications 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | The purpose of the Statement of Comparability service is to allow people with qualifications completed outside of the UK to evidence the comparable level of these in the [UK education frameworks](https://www.enic.org.uk/Documents/Guide%20to%20the%20UK%20education%20systems_final.pdf). 18 | 19 | The Statement of Comparability helps to explain and to give context to your qualifications when you are applying for a job or for study.\ 20 | \ 21 | You do **not** need to pay for this document to apply for CYF. Do not do this. This signpost is for CYF grads applying for **jobs** with required qualifications. \ 22 | \ 23 | If you are a refugee who has _lost_ their documents, email pastoral@codeyourfuture.io about this. There is a specialist refugee team at ENIC to help with this situation. 24 | -------------------------------------------------------------------------------- /content/posts/streetlink-uk.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Streetlink UK 3 | link: https://www.streetlink.org.uk/ 4 | date: 2023-04-11T20:09:14.290Z 5 | description: Connecting people sleeping rough to local services 6 | topics: 7 | - Homelessness 8 | regions: 9 | - North West 10 | - West Midlands 11 | - London 12 | --- 13 | 14 | StreetLink is a website, mobile app and phone service for England and Wales, which enables people to send an alert when they see someone sleeping rough to connect that person to local support services that can help to end their homelessness. 15 | 16 | StreetLink itself is not an outreach service or an accommodation provider, nor is it an emergency service. It is the link between someone sleeping rough and the independent local services available. **Self referrals are accepted.** 17 | 18 | StreetLink is not an emergency service. If you think someone needs urgent medical attention, **please call 999.** 19 | -------------------------------------------------------------------------------- /content/posts/tears-foundation.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: TEARS Foundation 3 | link: https://tears.co.za/ 4 | date: 2024-03-18T00:36:17.833Z 5 | description: TEARS Foundation provides access to crisis intervention, advocacy, 6 | counselling, and prevention education services for those impacted by domestic 7 | violence, sexual assault and child sexual abuse. 8 | topics: 9 | - Mental Health 10 | subtopics: 11 | - Therapy 12 | - Domestic Abuse 13 | regions: 14 | - Capetown 15 | --- 16 | 17 | Free SMS helpline: \*134\*7355# - Available 24/7 18 | 19 | Tel: 010 590 5920 - Standard Rates apply avail 24/7 20 | 21 | Email: info@tears.co.za[](https://twitter.com/traumacentre) 22 | -------------------------------------------------------------------------------- /content/posts/the-listening-place.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: The Listening Place 3 | link: https://listeningplace.org.uk/ 4 | date: 2024-04-06T21:35:00.000Z 5 | description: Face-to-face support for those who feel life is no longer worth living 6 | topics: 7 | - Suicide 8 | subtopics: 9 | - Mental Health Crisis 10 | regions: 11 | - London 12 | --- 13 | 14 | The Listening Place is somewhere individuals can talk openly about their feelings without being judged or being given advice. Sessions are by appointment and you can self-refer. 15 | 16 | https://referrals.listeningplace.org.uk/self_referral_form/ 17 | -------------------------------------------------------------------------------- /content/posts/transport-to-cyf-community-events.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Transport to CYF Community Events 3 | link: https://docs.google.com/document/d/1UuPLflvuSED3XczbzGzgj2utwzXbWP-fxKMkqLaqHo4/edit 4 | date: 2023-08-01T10:53:30.554Z 5 | description: How to claim expenses for transport through CYF 6 | topics: 7 | - CYF Class Support 8 | subtopics: 9 | - Transport 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | CodeYourFuture can help trainees who need financial help to attend events. Support is available for class days, community events, workshops etc. 18 | -------------------------------------------------------------------------------- /content/posts/turn-2-us.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Turn 2 us 3 | link: https://www.turn2us.org.uk/ 4 | date: 2024-02-15T02:40:25.381Z 5 | description: "practical information and support to people facing income shocks 6 | and financial insecurity. " 7 | topics: 8 | - Benefits 9 | subtopics: 10 | - Poverty 11 | - Legal support 12 | regions: 13 | - Glasgow 14 | - London 15 | - North West 16 | - West Midlands 17 | --- 18 | 19 | Learn more about specific benefits and other types of support you can get. 20 | -------------------------------------------------------------------------------- /content/posts/ukranian-therapeutic-service-london.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Ukranian Therapeutic Service London 3 | link: https://www.refugeecouncil.org.uk/get-support/services/ukrainian-therapeutic-service-london/ 4 | date: 2024-02-14T18:32:02.298Z 5 | description: Therapy, crisis intervention, group sessions, peer support 6 | topics: 7 | - Mental Health 8 | subtopics: 9 | - Therapy 10 | regions: 11 | - London 12 | --- 13 | 14 | **_the London Ukrainian Therapeutic Service is currently OPEN to new referrals_** 15 | 16 | ### How to access this service 17 | 18 | You can make a referral or self-refer by downloading and completing the referral form.  Once complete, please email the completed referral form to: [London.therapeutic@refugeecouncil.org.uk](mailto:London.therapeutic@refugeecouncil.org.uk) . 19 | -------------------------------------------------------------------------------- /content/posts/victim-support-scotland.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Victim Support Scotland 3 | link: https://victimsupport.scot/ 4 | date: 2023-12-20T12:49:10.218Z 5 | description: Support for victims of crime and traumatic incidents 6 | topics: 7 | - Victim Support 8 | regions: 9 | - Glasgow 10 | --- 11 | 12 | Victim Support is an independent charity dedicated to supporting victims of crime and traumatic incidents in England and Wales. Get in touch anytime for independent, free, and confidential advice. This is mainly aimed at people who were victims of crime but you can contact them even if nothing has been reported to the police. Victim Support are independent of the police, support is free and confidential. 13 | -------------------------------------------------------------------------------- /content/posts/victim-support.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Victim Support 3 | link: https://www.victimsupport.org.uk/ 4 | date: 2023-12-20T12:34:18.077Z 5 | description: Support for victims of crime and traumatic incidents 6 | topics: 7 | - Victim Support 8 | regions: 9 | - London 10 | - North West 11 | - West Midlands 12 | --- 13 | 14 | Victim Support is an independent charity dedicated to supporting victims of crime and traumatic incidents in England and Wales. Get in touch anytime for independent, free, and confidential advice. This is mainly aimed at people who were victims of crime but you can contact them even if nothing has been reported to the police. Victim Support are independent of the police, support is free and confidential. 15 | -------------------------------------------------------------------------------- /content/posts/wesley-community-furniture.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Wesley Community Furniture 3 | link: https://www.thebiglifegroup.com/service/wesley-community-furniture/ 4 | date: 2024-12-12T16:12:00.000Z 5 | description: very very low cost furniture, domestic appliances, household goods 6 | and clothing, delivered 7 | topics: 8 | - Poverty 9 | subtopics: 10 | - Destitution 11 | - Homelessness 12 | - Refused Asylum 13 | regions: 14 | - North West 15 | --- 16 | 17 | Joblot Homestart Packages are a low-cost way to get the furniture you need to set up a home when you are on benefits or have been refused benefits. 18 | 19 | Any professional who knows you can ask for a joblot homestart package for you. Code Your Future can refer enrolled trainees - just email pastoral@codeyourfuture.io 20 | -------------------------------------------------------------------------------- /content/posts/womens-therapy-leeds.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Womens Therapy Leeds 3 | link: https://www.womenstherapyleeds.org.uk/request-service/ 4 | date: 2024-02-14T22:49:27.894Z 5 | description: a free, or low-cost, counselling and psychotherapy service for 6 | women and girls on low incomes in Leeds. 7 | topics: 8 | - Mental Health 9 | subtopics: 10 | - Therapy 11 | regions: 12 | - North West 13 | --- 14 | 15 | Listed services have waiting lists that open and close. FEB 2024 Art therapy group referrals are open, most other referrals are closed. \ 16 | \ 17 | Services are for women and girls on low incomes in Leeds. 18 | -------------------------------------------------------------------------------- /content/posts/working-on-your-english.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Working on your English 3 | link: https://docs.google.com/document/d/1XKpjtFTtvYf_j6hlLwEoiQ_ujSFv12P_WL0Th2wml1Y/edit?usp=sharing 4 | date: 2023-05-15T15:54:37.146Z 5 | description: "To join the Code Your Future Software Development Course you need 6 | a B2 level of English. " 7 | topics: 8 | - English 9 | regions: 10 | - Glasgow 11 | - London 12 | - North West 13 | - West Midlands 14 | --- 15 | 16 | To join the Code Your Future Software Development Course you need a B2 level of English. 17 | 18 | If your English level is not high enough yet, don’t give up. We will welcome you when you are ready. There are free videos and courses to help you learn more English. 19 | 20 | **Get started with English Speaking and Listening.** 21 | -------------------------------------------------------------------------------- /content/posts/young-womens-trust.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Young Women's Trust 3 | link: https://www.youngwomenstrust.org/get-support/ 4 | date: 2023-04-14T10:56:32.998Z 5 | description: Free career coaching for women 18-30 6 | topics: 7 | - Career support 8 | subtopics: 9 | - Coaching 10 | regions: 11 | - Glasgow 12 | - London 13 | - North West 14 | - West Midlands 15 | --- 16 | 17 | [Work It Out](http://www.youngwomenstrust.org/workitoutservice) is a **free service for women aged 18-30**, here to help you make the first step towards feeling more confident and ready for work.\ 18 | \ 19 | You can choose to sign up for coaching, or help with your CV and job applications, or both. There’s nothing to pay, it’s totally free. You can have up to 6 free coaching sessions over the phone, WhatsApp or email at a time that works for  you. A translation service is available for coaching calls.\ 20 | \ 21 | Trans women and non-binary people are welcomed. 22 | -------------------------------------------------------------------------------- /content/posts/your-nhs-gp.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Your NHS GP 3 | link: https://www.nhs.uk/nhs-services/gps/ 4 | date: 2024-11-20T10:00:00.000Z 5 | description: The NHS provides free medical care. Your GP is typically your first 6 | stop for most health concerns. 7 | topics: 8 | - Physical Health 9 | - Mental Health 10 | subtopics: 11 | - ADHD 12 | - Autism 13 | - Therapy 14 | - Disability 15 | regions: 16 | - Glasgow 17 | - London 18 | - North West 19 | - West Midlands 20 | --- 21 | 22 | Your GP should be your first stop for most health concerns. They will treat you, or refer you to a specialist. 23 | 24 | Anyone who lives in the UK is entitled to register with an NHS GP for free, and does not need to prove their address or immigration status. 25 | 26 | You should make sure to register with a GP local to you. 27 | -------------------------------------------------------------------------------- /content/regions/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Regions" 3 | description: "All the CYF regions covered by signposts" 4 | layout: terms-map 5 | --- 6 | -------------------------------------------------------------------------------- /content/topics/_index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Topics" 3 | description: "All the topics covered in CYF Signposts" 4 | layout: terms-map 5 | --- 6 | -------------------------------------------------------------------------------- /data/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeYourFuture/CYF-Signposts/22bbe86f0c5a2efd2b81906bcb948513803fbfbb/data/.keep -------------------------------------------------------------------------------- /layouts/_default/baseof.html: -------------------------------------------------------------------------------- 1 | <!DOCTYPE html> 2 | <html lang="en-gb"> 3 | {{- partial "head.html" . -}} 4 | <body class="layout"> 5 | {{ partialCached "header.html" . }} 6 | <main id="main" class="layout__main" tabindex="0" data-pagefind-body> 7 | {{ block "main" . }} {{ end }} 8 | </main> 9 | {{- partialCached "footer.html" . -}} 10 | </body> 11 | </html> 12 | -------------------------------------------------------------------------------- /layouts/_default/list.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 | <header class="page-header"> 3 | {{ partial "breadcrumbs.html" . }} 4 | <h1 class="page-header__title">{{.Title}}</h1> 5 | <h2 class="page-header__description">{{.Description}}</h2> 6 | </header> 7 | 8 | {{ with .Content }} 9 | <article class="copy">{{.}}</article> 10 | {{end}} 11 | 12 | <article>{{ range .Pages }} {{ partial "details.html" . }} {{ end }}</article> 13 | 14 | {{ end}} 15 | -------------------------------------------------------------------------------- /layouts/_default/single.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 | 3 | <article> 4 | <header class="page-header"> 5 | <h1 class="page-header__title">{{.Title}}</h1> 6 | {{with .Params.Regions}} 7 | <h2 class="page-header__region" title="available in regions"> 8 | 📍 {{ $regions := . }} {{ range . }} 9 | <a href="/regions/{{ . | urlize }}">{{ . }}</a>{{ if ne (index (last 1 10 | $regions) 0) . }} | {{ end }} {{ end }} 11 | </h2> 12 | {{end}} {{with .Params.Topics}} 13 | <h3 class="page-header__topic" alt="umbrella topic"> 14 | ☂️ {{ $topics := . }} {{ range . }} 15 | <a href="/topics/{{ . | urlize }}">{{ . }}</a>{{ if ne (index (last 1 16 | $topics) 0) . }} | {{ end }} {{ end }} 17 | </h3> 18 | {{end}} {{ with .Params.subtopics}} 19 | <p class="page-header__subtopic" alt="subtopics"> 20 | {{ range sort . }} 21 | <span class="tag">{{.}}</span> 22 | {{ end}} 23 | </p> 24 | {{end}} 25 | </header> 26 | 27 | <section class="copy">{{.Content}}</section> 28 | {{ if .Params.Link}} 29 | <h5> 30 | <a class="button button--submit" href="{{.Params.Link}}" 31 | >{{.Title}} →</a 32 | > 33 | </h5> 34 | {{end}} 35 | </article> 36 | 37 | {{ end }} 38 | -------------------------------------------------------------------------------- /layouts/_default/terms-map.html: -------------------------------------------------------------------------------- 1 | {{ define "main" }} 2 | <header class="page-header"> 3 | {{ partial "breadcrumbs.html" . }} 4 | <h1 class="page-header__title">🧭 {{.Title}}</h1> 5 | <h2 class="page-header__description heading__5">{{.Description}}</h2> 6 | </header> 7 | 8 | {{ with .Content }} 9 | <article class="copy">{{.}}</article> 10 | {{end}} 11 | 12 | <nav> 13 | <ul class="{{ if eq .Section "topics" }} topics {{ else }} regions {{ end}}"> 14 | {{ range sort .Data.Pages "Title" }} 15 | <li> 16 | {{ if .Pages }} 17 | <details> 18 | <summary> 19 | <h3><a href="{{.Permalink}}">{{.Title}}</a></h3> 20 | <span class="count">({{len .Pages}})</span> 21 | </summary> 22 | <ul class="subtopics"> 23 | {{ range .Pages }} 24 | <li> 25 | <a href="{{.Permalink}}">{{.Title}}</a> 26 | </li> 27 | {{ end }} 28 | </ul> 29 | </details> 30 | {{ else }} 31 | <a href="{{.Permalink}}">{{.Title}}</a> 32 | {{ end }} 33 | </li> 34 | {{ end }} 35 | </ul> 36 | </nav> 37 | {{ end }} 38 | -------------------------------------------------------------------------------- /layouts/index.html: -------------------------------------------------------------------------------- 1 | {{define "main"}} {{.Content}} 2 | <!-- get all the pages --> 3 | {{ $baseURL := .Site.BaseURL }} {{ $posts := where .Site.RegularPages "Type" 4 | "posts" }} {{ $regions := .Site.Taxonomies.regions}} {{ $topics := 5 | .Site.Taxonomies.topics }} 6 | <!-- this form doesn't submit anywhere. It just allows the user to filter the existing hidden accordion --> 7 | <form> 8 | <label for="region">👋 I'm in</label> 9 | <input list="list-of-regions" id="region" name="region" autocomplete="off" /> 10 | <datalist id="list-of-regions"> 11 | {{ range $regions }} 12 | <option value="{{.Page.Title }}"></option> 13 | {{end}} 14 | </datalist> 15 | <label for="topic">and I need help with</label> 16 | <!-- this list is updated with JS --> 17 | <input 18 | list=" " 19 | id="topic" 20 | name="topic" 21 | autocomplete="off" 22 | aria-live="polite" 23 | /> 24 | <!-- all the topics per region --> 25 | {{ range $r, $rPosts := $regions }} 26 | <datalist id="{{ replace $r " " "-"}}"> 27 | {{ $topicSet := slice }} {{ range $rPosts.Pages }} {{ range .Params.topics 28 | }} {{ $topicKey := replace . " " "-" }} {{ if not (in $topicSet $topicKey) 29 | }} {{ $topicSet = $topicSet | append $topicKey }} {{ end }} {{ end }} {{ end 30 | }} {{ range sort $topicSet }} 31 | <option value="{{ . }}"></option> 32 | {{ end }} 33 | </datalist> 34 | {{ end }} 35 | <!-- now our actions --> 36 | <button class="button button--icon" type="reset">↻</button> 37 | </form> 38 | <!-- now our content --> 39 | <article aria-live="polite" id="signposts-by-region"> 40 | {{ range $region, $regionPosts := $regions }} 41 | <section data-regions="{{ $region }}"> 42 | <a href="{{$baseURL}}regions/{{$region}}"><h2>📍 {{ $region }}</h2></a> 43 | {{ range $regionPosts.Pages }} {{ $topic := .Params.topics }} {{ partial 44 | "details" .}} {{ end }} 45 | </section> 46 | {{ end }} 47 | </article> 48 | 49 | {{ end}} 50 | -------------------------------------------------------------------------------- /layouts/partials/breadcrumbs.html: -------------------------------------------------------------------------------- 1 | {{ with .Parent }} 2 | <nav class="breadcrumbs"> 3 | <a class="breadcrumbs__link" href="{{ .Permalink }}">{{ .Title }}</a> 4 | </nav> 5 | {{end}} 6 | -------------------------------------------------------------------------------- /layouts/partials/details.html: -------------------------------------------------------------------------------- 1 | <!-- topics doesn't need lowercase--> 2 | {{ $topics := slice }} {{ range .Params.Topics }} {{ $topics = $topics | append 3 | (replace . " " "-") }} {{ end }} {{$site := .Title}} 4 | <details data-topics='{{ delimit $topics " | " }}' data-cyf="{{.Params.CYF}}"> 5 | <summary> 6 | <h4> 7 | {{ $site }} {{with .Params.Link}}<a href="{{.}}" 8 | >🔗<span class="is-invisible">to {{$site}} site</span></a 9 | >{{end}} 10 | </h4> 11 | </summary> 12 | {{ with .Params.Description}} 13 | <h5>{{.}}</h5> 14 | {{end}} 15 | <div class="copy"> 16 | <!-- content--> 17 | {{ .Content}} 18 | <!-- end content--> 19 | {{ with .RelPermalink }}<a href="{{.}}" 20 | >🔗 Get a Permalink to this signpost</a 21 | >{{end}} 22 | </div> 23 | {{ with .Params.Link}} 24 | <h5> 25 | <a class="button button--submit" href="{{.}}">{{$site}}</a> 26 | </h5> 27 | {{end}} 28 | </details> 29 | -------------------------------------------------------------------------------- /layouts/partials/footer.html: -------------------------------------------------------------------------------- 1 | <footer class="layout__footer footer"> 2 | <a class="footer__github button button--icon" href="{{$.Site.Params.repo}}"> 3 | <svg 4 | focusable="false" 5 | class="button__icon" 6 | role="presentation" 7 | viewbox="0 0 98 96" 8 | xmlns="http://www.w3.org/2000/svg" 9 | > 10 | <path 11 | fill-rule="evenodd" 12 | clip-rule="evenodd" 13 | d="M48.854 0C21.839 0 0 22 0 49.217c0 21.756 13.993 40.172 33.405 46.69 2.427.49 3.316-1.059 3.316-2.362 0-1.141-.08-5.052-.08-9.127-13.59 2.934-16.42-5.867-16.42-5.867-2.184-5.704-5.42-7.17-5.42-7.17-4.448-3.015.324-3.015.324-3.015 4.934.326 7.523 5.052 7.523 5.052 4.367 7.496 11.404 5.378 14.235 4.074.404-3.178 1.699-5.378 3.074-6.6-10.839-1.141-22.243-5.378-22.243-24.283 0-5.378 1.94-9.778 5.014-13.2-.485-1.222-2.184-6.275.486-13.038 0 0 4.125-1.304 13.426 5.052a46.97 46.97 0 0 1 12.214-1.63c4.125 0 8.33.571 12.213 1.63 9.302-6.356 13.427-5.052 13.427-5.052 2.67 6.763.97 11.816.485 13.038 3.155 3.422 5.015 7.822 5.015 13.2 0 18.905-11.404 23.06-22.324 24.283 1.78 1.548 3.316 4.481 3.316 9.126 0 6.6-.08 11.897-.08 13.526 0 1.304.89 2.853 3.316 2.364 19.412-6.52 33.405-24.935 33.405-46.691C97.707 22 75.788 0 48.854 0z" 14 | fill="currentColor" 15 | /> 16 | </svg> 17 | <span class="is-invisible">Find us on GitHub</span> 18 | </a> 19 | <h3>🚏 Signposts</h3> 20 | <a class="button button--icon" href="{{.Site.BaseURL}}topics"> 21 | <span class="is-invisible">Topics</span> 22 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> 23 | <g data-name="47-List"> 24 | <path 25 | d="M25 0H7a7 7 0 0 0-7 7v18a7 7 0 0 0 7 7h18a7 7 0 0 0 7-7V7a7 7 0 0 0-7-7zm5 25a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5h18a5 5 0 0 1 5 5z" 26 | /> 27 | <path 28 | d="M13 8h12v2H13zM13 15h12v2H13zM13 22h12v2H13z" 29 | fill="currentcolor" 30 | /> 31 | <circle cx="9" cy="9" r="2" /> 32 | <circle cx="9" cy="16" r="2" /> 33 | <circle cx="9" cy="23" r="2" /> 34 | </g> 35 | </svg> 36 | </a> 37 | </footer> 38 | 39 | <!-- 868 bytes --> 40 | {{ $scripts := resources.Match "scripts/*.js" | resources.Concat "app.js" }} {{ 41 | $minifiedScripts := $scripts | fingerprint "md5" }} 42 | 43 | <script> 44 | // prettier-ignore 45 | {{$minifiedScripts.Content | safeJS}} 46 | </script> 47 | -------------------------------------------------------------------------------- /layouts/partials/head.html: -------------------------------------------------------------------------------- 1 | <head> 2 | <meta charset="utf-8" /> 3 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 4 | <title data-pagefind-meta="title">{{ .Title }} 5 | {{ if .Page.Params.description }} 6 | 10 | {{ else }} 11 | 12 | {{ end }} 13 | 14 | 15 | 16 | 17 | 23 | 24 | 29 | 30 | -------------------------------------------------------------------------------- /layouts/partials/header.html: -------------------------------------------------------------------------------- 1 |
2 |

3 | 4 | 13 | 19 | 25 | 26 | 27 |

28 | {{ partial "search.html"}} 29 |
30 | -------------------------------------------------------------------------------- /layouts/partials/search.html: -------------------------------------------------------------------------------- 1 | 7 | 51 | 52 | 53 | 64 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "cyf-signposts", 3 | "version": "1.0.0", 4 | "description": "This is a Hugo static site with a Netlify CMS made available on /admin. It's an invite only account system to use the CMS. Talk to PD to get an invitation.", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "keywords": [], 10 | "author": "", 11 | "license": "ISC" 12 | } 13 | -------------------------------------------------------------------------------- /static/admin/config.yml: -------------------------------------------------------------------------------- 1 | backend: 2 | name: git-gateway 3 | branch: main # Branch to update (optional; defaults to master) 4 | media_folder: static/img 5 | public_folder: /img 6 | collections: 7 | - name: "content" 8 | label: "Post" 9 | folder: "content/posts" 10 | create: true 11 | slug: "{{slug}}" 12 | editor: 13 | preview: true 14 | fields: 15 | - {label: "Title", name: "title", widget: "string"} 16 | - {label: "Link", name: link, widget: "string"} 17 | - {label: "Publish Date", name: "date", widget: "datetime"} 18 | - {label: "Description", name: "description", widget: "string"} 19 | - { 20 | label: "Topics", 21 | name: "topics", 22 | widget: "select", 23 | multiple: false, 24 | options: 25 | [ 26 | "Banking", 27 | "Benefits", 28 | "Career support", 29 | "Domestic Abuse", 30 | "English", 31 | "Homelessness", 32 | "Legal support", 33 | "Mental Health", 34 | "Physical Health", 35 | "Poverty", 36 | "Suicide", 37 | "Support for CYF Class", 38 | "Victim support", 39 | ], 40 | } 41 | - label: "Subtopics" 42 | name: "subtopics" 43 | widget: "list" 44 | allow_add: true 45 | - label: "CYF Regions" 46 | name: "regions" 47 | widget: "list" 48 | field: 49 | label: "Region" 50 | name: "region" 51 | widget: "select" 52 | options: 53 | - "Capetown" 54 | - "Glasgow" 55 | - "London" 56 | - "North West" 57 | - "West Midlands" 58 | - {label: "Body", name: "body", widget: "markdown"} 59 | -------------------------------------------------------------------------------- /static/admin/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Content Manager 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeYourFuture/CYF-Signposts/22bbe86f0c5a2efd2b81906bcb948513803fbfbb/static/favicon.ico -------------------------------------------------------------------------------- /static/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: Googlebot 2 | Disallow: /admin/ 3 | 4 | User-agent: * 5 | Allow: / 6 | --------------------------------------------------------------------------------