Skip to content

NW6 | Nazanin-Saedi | HTML-CSS | Module-Project |Karma #651

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

nazaninsaedi
Copy link

@nazaninsaedi nazaninsaedi commented Oct 7, 2023

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

Homework Details

  • Module:HTML/CSS/Level2&Level3
  • Week:2

Notes

  • What did you find easy? It is not easy

  • What did you find hard? get the right size for images,Time management for me, it was difficult part for this project.

  • What do you still not understand? About Figma

  • Any other notes? No

@netlify
Copy link

netlify bot commented Oct 7, 2023

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

Name Link
🔨 Latest commit 12041df
🔍 Latest deploy log https://app.netlify.com/sites/cyf-module-project-html-css/deploys/65213cd7e3c600000871f7b0
😎 Deploy Preview https://deploy-preview-651--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.

Hi,
I can see you've tried really really hard on this under diffcult circumstances but unfortunally there are some problems. Hopefully you'll be able to sort these, if you run into any issues at all, please feel free to reach out, and please don't be discouraged! I know it's hard, but it will get easier with time!

Few general points:

  • If possible in future try to make small commits whenever you finish something - for instance when you get the image in the right place. This makes it easier to roll back your changes and it's a good habit.
  • Are you still struggling with the image size?
  • What are you struggling with Figma?
  • your slack name is @nazanin Saedi, please don't put your email, might get spam
  • For next time, try to follow the format the other students follow for the name of the pull request

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.

THis is much closer to being done than you'd think. I'm really happy with this in many ways. There are fixes to be made but not that many.

footer {
padding: 0 1.5rem;
max-width: 1200px;
margin: 0 auto;
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 image touches the side of the screen, so to achieve that, this should have no padding or max-width

}

header {
margin-top: 30px;
Copy link

Choose a reason for hiding this comment

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

We should be OK without this - it makes it so that there's quite a bit more whitespace on top of the nav than the picture asks for

.nav-list {
margin-left: 15px;
padding: 0.rem 0;
font-family: 'sans-serif';
Copy link

Choose a reason for hiding this comment

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

If you look at the font in the nav bar on the header it looks quite diffrent from the font yours displays, so there's something wrong here.

The problem is this line 'sans-serif' doesn't work because you have put it in quotes, so the browser looks for a font called 'sans-serif' instead of understanding it as the name of a group of fonts.

To fix, simply remove this line. If this doesn't make sense let me know.


.nav-item {
text-decoration: none;
color: rgb(153, 153, 153);
Copy link

Choose a reason for hiding this comment

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

Got the gray colour right! The first item should be in bold though :)

</div>
<div class="feature-content">
<p class="feature-text"><span>&ldquo;</span>Wherever I am, I just don't worry about my connection anymore!<span>&rdquo;</span> </p>
<button class="get-karma">Get Karma today</button>
Copy link

Choose a reason for hiding this comment

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

The image link is broken for me. Also need a bit of space between the button and edge of the box but this section is nearly there!

<hr>
<p>Join Us On</p>
<div>
<a href="https://twitter.com/" target="_blank"><img class="footer-icon" src="img\twitter-icon.svg" alt="twitter-icon" /></a>
Copy link

Choose a reason for hiding this comment

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

Very good section

<html lang="en">

<head>
<meta charset="UTF-8">
Copy link

Choose a reason for hiding this comment

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

This page looks so good! Need to sort the image and the font-family issue I flagged earlier and it'll be perfect

</div>
<div class="Address">
<label for="Address">Address *</label>
<input id="Address" type="text" required />
Copy link

Choose a reason for hiding this comment

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

Good that you are using required here :)

<label for="grey">Space grey</label>
</div>
<div class="place-order-content">
<input id="agreement" type="checkbox" name="agreement" />
Copy link

Choose a reason for hiding this comment

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

I think this checkbox should be required too - add the required attribute

<div class="city">
<label for="city">City *</label>
<select id="city" name="city">
<option value="initial" selected>Select your city...</option>
Copy link

Choose a reason for hiding this comment

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

Good to use selected to select your default option by default

@nazaninsaedi nazaninsaedi changed the title I did Lots of things NW6 | Nazanin-Saedi | HTML-CSS | Module-Project |Karma Oct 19, 2023
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