Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
16d6390
Update repo metadata
illicitonion Jul 14, 2025
7b96b80
Set up Validate PR Metadata action
illicitonion Aug 13, 2025
0b12de6
Allow secrets on action
illicitonion Aug 13, 2025
72fe02b
Update PR template
illicitonion Aug 26, 2025
3b1f395
Remove old issue templates (#1012)
cifarquhar Jan 22, 2026
7a56285
Create three articles explaining README, wireframes, and Git branches
KayanatSuleman Jan 22, 2026
99c4e3f
Fix broken article tags in wireframe page
KayanatSuleman Jan 22, 2026
2809de5
Add external links to each article
KayanatSuleman Jan 22, 2026
2be4de3
Replace placeholder summaries with wireframe and Git branch descriptions
KayanatSuleman Jan 22, 2026
07f9474
Fix footer css sytnax and pin footer to bottom
KayanatSuleman Jan 22, 2026
7e05e34
Updating article summaries and page descriptions, implementing semati…
KayanatSuleman Jan 22, 2026
601a89d
Cross checking success critiera and objectives met, including a light…
KayanatSuleman Jan 22, 2026
762d3ae
Update readme to include article image in acceptance criteria. (#1074)
jenny-alexander Jan 26, 2026
2824c47
updating obstructing paragraph within footer for easily readibility
KayanatSuleman Jan 27, 2026
0c82ff5
Merge upstream main into feature/wireframe
KayanatSuleman Jan 27, 2026
9bdce46
Updating footer details as per review comment
KayanatSuleman Feb 2, 2026
76a1026
reviewed original index.html and made the changes to reflect the upda…
KayanatSuleman Feb 2, 2026
d376cc5
fixing article tag with incorrect spelling
KayanatSuleman Feb 5, 2026
5a63067
updating obstructing footer
KayanatSuleman Feb 5, 2026
ac7ce85
updating the footer as per review comments
KayanatSuleman Feb 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
# These are supported funding model platforms

github: CodeYourFuture
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: https://codeyourfuture.io/donate
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/pd-assignment.yml

This file was deleted.

88 changes: 0 additions & 88 deletions .github/ISSUE_TEMPLATE/tech-ed-assignment.yml

This file was deleted.

18 changes: 11 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,30 @@

You must title your PR like this:

REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
Region | Cohort | FirstName LastName | Sprint | Assignment Title

For example,

London | May-2025 | Carol Owen | Wireframe
London | 25-ITP-May | Carol Owen | Sprint 1 | Alarm Clock

Complete the task list below this message.
If your PR is rejected, check the task list.
Fill in the template below - remove any sections that don't apply.

Complete the self checklist - replace each empty box in the checklist [ ] with a [x].

Add the label "Needs Review" and you will get review.

Respond to volunteer reviews until the volunteer marks it as "Complete".

-->

## Learners, PR Template

Self checklist

- [ ] I have committed my files one by one, on purpose, and for a reason
- [ ] I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
- [ ] I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
- [ ] My changes meet the requirements of the task
- [ ] I have tested my changes
- [ ] My changes follow the [style guide](https://curriculum.codeyourfuture.io/guides/reviewing/style-guide/)
- [ ] My changes meet the [requirements](./README.md) of this task

## Changelist

Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/validate-pr-metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Validate PR Metadata
on:
pull_request_target:
types:
- labeled
- unlabeled
- opened
- edited
- reopened

jobs:
validate_pr_metadata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: CodeYourFuture/actions/validate-pr-metadata@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66 changes: 0 additions & 66 deletions HOW_TO_REVIEW.md

This file was deleted.

24 changes: 12 additions & 12 deletions Wireframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ There are some provided HTML and CSS files you can use to get started. You can u

<!--{{<objectives>}}>-->

- [ ] Use semantic HTML tags to structure the webpage
- [ ] Create three articles, each including a title, summary, and a link
- [ ] Check a webpage against a wireframe layout
- [ ] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
- [ ] Use version control by committing often and pushing regularly to GitHub
- [x] Use semantic HTML tags to structure the webpage
- [x] Create three articles, each including an image, title, summary, and a link
- [x] Check a webpage against a wireframe layout
- [x] Test web code using [Lighthouse](https://programming.codeyourfuture.io/guides/testing/lighthouse)
- [x] Use version control by committing often and pushing regularly to GitHub
<!--{{</objectives>}}>-->

## Acceptance Criteria

- [ ] Semantic HTML tags are used to structure the webpage.
- [ ] The page scores 100 for Accessibility in the Lighthouse audit.
- [ ] The page header includes a title and description.
- [ ] The articles section has three unique articles, each including a title, summary, and a link.
- [ ] The page footer is fixed to the bottom of the viewport.
- [ ] The webpage is styled using a linked .css file.
- [ ] The webpage is properly committed and pushed to a branch on GitHub.
- [x] Semantic HTML tags are used to structure the webpage.
- [x] The page scores 100 for Accessibility in the Lighthouse audit.
- [x] The page header includes a title and description.
- [x] The articles section has three unique articles, each including an image, title, summary, and a link.
- [x] The page footer is fixed to the bottom of the viewport.
- [x] The webpage is styled using a linked .css file.
- [x] The webpage is properly committed and pushed to a branch on GitHub.

## Resources

Expand Down
Loading