-
-
Notifications
You must be signed in to change notification settings - Fork 314
West Midlands | September 2025 | Georgina Rogers | Sprint 1 | Wireframe #846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
<h2>Understanding README Files</h2> | ||
<p>A README file is a crucial part of any project, providing an overview, setup instructions, and important documentation for developers and users. | ||
It tells others why your project is useful and how it can be used within your expectations and guidelines.</p> | ||
<a href="https://www.example.com/readme-guide" role="button" target="_blank" rel="noopener">Learn more about README files</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for your tags, there are ways to ensure they do not link to a page that does not exist., if you do not have a real webpage to link to you should look up preventing default behavior in anchor tags. this is a good place to start: https://stackoverflow.com/questions/265478/preventdefault-on-an-a-tag
this is beyond the scope of this assignment as you have not been asked to but it is something to note for future assignments. instead of navigating to a dummy link like www.example.com/*, you can use one of the suggestions in the link above.
|
||
article { | ||
flex: 1; | ||
margin: 0 10px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good css and good solution. well done!
Georgina Rogers PR
Self checklist
Changelist
Pull request demonstrates branch has been created off main.
Questions
No questions