-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
CYF_Glasgow | Mansoor Munawar | Module-Onboarding | WEEK1 #252
base: main
Are you sure you want to change the base?
Conversation
… header, main, article and footer. Also added images and links to the website. And wrapped it within a div element.
…the size of the container to 600px. and used header element to center the heading
…round color. Also removed excess code like div from index.html
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
This is okay, I would suggest you read through this article on How to write better git commit messages. Also I think you need to improve your html indentation and spacing, you can read through this article How to indent HTML code and why it's important.
Self checklist
[ ✅] I have committed my files one by one, on purpose, and for a reason
[✅ ] I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
[✅ ] I have tested my changes
[✅ ] My changes follow the style guide
[✅ ] My changes meet the requirements of this task
Changelist
Briefly explain your PR.
I have added the content of the website within semantic html.
I have created three article within main element and described what is git, why developers use git, and what is git branch.
I used css to style the website to meet the design requirement
Also used dev tools such as lighthouse to make sure the website is 100% accessible.
Questions