Birmingham|26-ITP-May|Yonas Gebre|Sprint 2|Wireframe#1412
Birmingham|26-ITP-May|Yonas Gebre|Sprint 2|Wireframe#1412yonasdesbelegebre wants to merge 8 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
akeren
left a comment
There was a problem hiding this comment.
@yonasdesbelegebre, your codebase is well-structured. However, the root directory of your project has a lot of files.
How could you organise your folders so the project stays easy to navigate, scalable and maintainable now and in the future?
Thank you for the feedback, I will create folders for images and the pages. |
| <li>Experimenting with ideas</li> | ||
| </ul> | ||
|
|
||
| <a href="branch_git.html">Read more</a> |
There was a problem hiding this comment.
@yonasdesbelegebre, why is this anchor link returning a not found error?
| } | ||
| main { | ||
| max-width: var(--container); | ||
| margin: 0 auto calc(var(--space) * 4) auto; | ||
| } | ||
|
|
||
| footer { | ||
| position: fixed; | ||
| bottom: 0; | ||
| text-align: center; | ||
| height: 60px; | ||
| background-color:#4D4D4D; | ||
| color: #fff; | ||
| display: flex; | ||
| align-items: center; | ||
| justify-content: center; | ||
| bottom: 0; | ||
| } | ||
| footer a { | ||
| color: #fff; | ||
| text-decoration: none; | ||
| } |
There was a problem hiding this comment.
@yonasdesbelegebre, how could you make the separation between blocks of code clearer?

Learners, PR Template
Self checklist
Changelist
Based on the Wireframe, I have created the Title for the article and small explanation about the page.
The wireframe have 3 articles, one on top and other two side by side.
These article contains images, title and content as well as the link to read more page.
The footer is about who developed the page and how they contact us.