-
-
Notifications
You must be signed in to change notification settings - Fork 267
London | May-2025 | Mohammadreza Babaei | Wireframe #472
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 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.
Comment deleted because they were meant for Form-Controls/index.html
A PR branch should include only the changes relevant to the specific task or feature it addresses. Are the modified file in the "Form-Controls" folder and the modified To revert the changes made to certain files, you can replace them with the versions from your |
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.
Code is error free. Thanks.
-
One of the acceptance criteria, "The page footer is fixed to the bottom of the viewport", has not yet been satisfied. Can you make the necessary change? (Suggestion: Ask ChatGPT what that requirement means or look up the meaning of "viewport").
-
When a wireframe is provided, our implementation should closely reflect its appearance and layout to ensure consistency with design expectations. You're off to a solid start. To better align with the wireframe, can you align the height of the images in the 2nd and 3rd articles?
<img src="https://digitalvarys.com/wp-content/uploads/2019/06/GIT-Branchand-its-Operations.png" alt="" /> | ||
<h2>What is a branch in Git?</h2> | ||
<p class="h2-details"> | ||
A branch in Git is a separate line of development within a repository. It allows developers to work on different features or fixes simultaneously without affecting the main codebase. Branches are often used to isolate changes, making it easier to manage and review code before merging it back into the main branch. This helps maintain a clean and organized project history. |
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.
Line 37 can be better formatted as:
A branch in Git is a separate line of development within a repository.
It allows developers to work on different features or fixes
simultaneously without affecting the main codebase. Branches are often
used to isolate changes, making it easier to manage and review code
before merging it back into the main branch. This helps maintain a
clean and organized project history.
To understand why, you can ask ChatGPT these questions:
- How HTML treat mutliple whitespace characters in text?
- What's the advantage of not writing a long paragraph of text in a single line in HTML?
VSCode's "Format Document" feature can help us format our code for better readability and consistency, including breaking a long line of text into shorter lines of text.
To use the feature, right-click inside the code editor and select the option.
Please note that if there are syntax errors in the code, the "Prettier" extension may not format HTML code properly.
Learners, PR Template
Self checklist
Changelist
Briefly explain your PR.
Questions
Ask any questions you have for your reviewer.