Skip to content

NW6|Fidaa Bashir|HTML-CSS|Module-Project|week 1 #645

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Fidaabashir89
Copy link

@Fidaabashir89 Fidaabashir89 commented Sep 29, 2023

Your Details

  • Your Name: Fidaa Bashir
  • Your City: Manchester
  • Your Slack Name: Fidaabashir

Homework Details

  • Module: HTML-CSS-Module project-Karama project.
  • Week: 1

Notes

  • What did you find easy? writing the html

  • What did you find hard? to get the right size for images, and also found that to code a copy page is more difficult than to code new one ☝️

  • What do you still not understand? I'm still need to understand grid, width and height measurements.

  • Any other notes?

@netlify
Copy link

netlify bot commented Sep 29, 2023

Deploy Preview for cyf-module-project-html-css ready!

Name Link
🔨 Latest commit 97c769e
🔍 Latest deploy log https://app.netlify.com/sites/cyf-module-project-html-css/deploys/651745c8b4d10a00086be6d9
😎 Deploy Preview https://deploy-preview-645--cyf-module-project-html-css.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Copy link

@Ara225 Ara225 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hiya,
Good work, nearly there :) Copying is 100% harder work than writing from scratch but a good practice. Do you want to discuss grid and hight/width in more detail?

list-style: none;
font-size: normal;
color: lightgrey;
padding-left: 8rem;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The header is more to the left than it should be, should be right aligned as shown in the picture of the sample site
image

.meet{
font-weight: bold;
}
.Store{
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a small niggle, but it's worth thinking about. You're using a captial letter in this classname, and you've done it nowhere else. This can be annoying as CSS is case senstive so easy to make a mistake. It's up to you though what you want to do

background-color: rgb(235, 114, 66);
border-radius: 10px;
padding: 10px 20px;
margin-bottom: 5rem;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Button is a bit off I'm afraid. Has a white border and the border-radius is too big so it's more rounded than it outght to be

font-weight: bold;
}
.copyrights{
color: grey;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

THe test on this is very small and almost unreadable for me so would make a bit bigger

justify-content: center;
border: solid 1px rgb(224, 229, 229);
border-radius: 15px;
margin-left: 30px;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the picture, the icons had a bit more space around them - they weren't touching the border

<body>

<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
<!-- All the images you need are in the 'img' folder -->

<header class="header"><img class="karma-logo" src="./img/karma-logo.svg" alt="karma-logo">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No massive complants on the HTML here: good use of sematic HTML, tags have alt attrs, would say that the naming convensions could be better: nav-liwould maybe make more sense as nav-item but this is about developing your style :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants