Skip to content

Glasgow | ITP-May-2026 | Craig Stoddart | Sprint 2 | Wireframe to Web Code #1343

Open
CraigStodd wants to merge 14 commits into
CodeYourFuture:mainfrom
CraigStodd:feature/wireframe
Open

Glasgow | ITP-May-2026 | Craig Stoddart | Sprint 2 | Wireframe to Web Code #1343
CraigStodd wants to merge 14 commits into
CodeYourFuture:mainfrom
CraigStodd:feature/wireframe

Conversation

@CraigStodd
Copy link
Copy Markdown

Self checklist

  • 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

Changelist

HTML:

  1. Changed titles in section
  2. Added explanations to article sections
  3. added hyperlinks to tags
  4. Added relevant images to articles

CSS:
Base Elements section:
: root {}:

  1. Removed: --line: 1px solid;
  2. Added: --line: 2px solid;

a {}:

  1. Added: font-family: Arial; font-weight: 600; text-decoration: none; color: black;

img, svg {}:

  1. Added: margin: auto;

Added: "Text Formatting" section.

  1. Added: h1, h2, a {} selectors: font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  2. Added: p, ul {} selectors: font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

Site Layout section:
Added: Header{} selector.

  1. Header{}: text-align: center;

Footer{}:

  1. Removed: position: fixed; bottom: 0;
  2. Added: font-weight: 700; border-top-style: solid;

Articles Grid Layout section:
1.Fixed parsing error- moved: main > *:first-child { grid-column: span 2; } outside of main{}

Article Layout section:

  1. Fixed parsing error - moved: article > * { grid-column: 2/3; } outside of article{}
  2. Fixed parsing error - moved: article > img { grid-column: span 3; } outside of article{}

Questions

The content in the bottom-right article is proportioned differently - the image doesn't reach the top of the article box and the "Read More" button is shaped differently. I was unable to fix this and get it looking consistent with other articles. What could I do to fix this?

CraigStodd added 14 commits May 20, 2026 11:29
-Changed header to "Wireframe To Web Code"
-Changed description to: "Wireframes, README & Git branches, explained."
… duplicate headings to "README" + "Git Branches," respectively.

"Wireframe" article:
- img: Replaced "placeholder.svg" with "wireframe.png," added alt description.
- <p>: removed default text; added explanation of wireframes.
-<a>: added hyperlink to figma.com article on wireframes.
"README" article:
-Replaced "placeholder.svg" with "README-File-Example.jpg;" added alt. description.
- <p>: Replaced default text with explanation of README files
-Added <ul>
-Added image: "CYF-Git-Branch-Example.png"

"Git Branches" article:
-Deleted default <p> text; added explanation of Git Branches
-Added hyperlink to "Read more" <a> tag
- Corrected list tags: updated list points to use <li> instead of <ul>
- Cleaned up spacing between elements

CSS:
- Added "Text Formatting" section
- Added property specifications for selectors: h1, h1, p, ul
- article (selector): added property: "text-align: justify"
-removed clamp property from p, ul + article selectors
- article: "removed align-content: center" property

HTML:
- Removed stray ] bracket from "README" article
- Base Elements- img, svg: added property: "margin 10px"
- Article Layout- article: removed img "max-width/max-height" properties
-Site Layout - Added header selector; added footer properties
- Capitalised "READ MORE"
- Cleaned up formatting of <a> tags and text

CSS:

- :root : Updated  --line to "2px solid"
- header: removed all properties, added property: "text-align: center"
- footer: removed: "display: flex," "align-items," "justify-content;"  added: "text-align: center"
- a: added: "text-decoration: none," "color: black"
- article: removed: "align-items: center"
- Updated Git Branches explanation.
- Updated README explanation.
- Updated Git Branches explanation
- Removed duplicate </body>  tage from line 100 causing stray <footer> tag error.
- fixed parsing errors flagged in w3: un-nested rules from main {} and article {}
@netlify
Copy link
Copy Markdown

netlify Bot commented May 23, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit c45d1aa
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a11d3f55800760008586f84
😎 Deploy Preview https://deploy-preview-1343--cyf-onboarding-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
2 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 86 (no change from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@CraigStodd CraigStodd added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant