Skip to content
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

NW6 | Zeliha Pala | HTML-CSS | Module-Project | Week 1 / 2 #650

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

zelihapala
Copy link

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

  • Your Name:Zeliha Pala
  • Your City: Manchester
  • Your Slack Name: Zeliha pala

Homework Details

  • Module:HTML-CSS | Module-Project
  • Week: Week 1

Notes

  • What did you find easy?

  • No

  • What did you find hard?

  • Adjusting spacing: such as creating space between sections, headings, and buttons.

  • Modifying font weight: Styling navigation links: I wanted to style navigation links, including removing underlines, changing colors on hover, and adjusting font styles, and spend hours for it.

  • What do you still not understand?

  • I am not sure about flex and grid. I tried experimenting with CSS properties like flex-direction, placing items within grids, and using grid areas, but I didn't fully understand these concepts and used a trial-and-error approach.

  • Any other notes?

@netlify
Copy link

netlify bot commented Oct 5, 2023

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

Name Link
🔨 Latest commit 41e043d
🔍 Latest deploy log https://app.netlify.com/sites/cyf-module-project-html-css/deploys/6535cd2b2b0c6300083cc331
😎 Deploy Preview https://deploy-preview-650--cyf-module-project-html-css.netlify.app/store
📱 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

@bunday bunday left a comment

Choose a reason for hiding this comment

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

Well done so far, Please address my comment and try to make your submission as close as the sample as possible.

<!-- Navigation Bar -->
<nav>
<ul id="navigation__list">
<li class="nav__item">
Copy link

Choose a reason for hiding this comment

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

This item should be in black

index.html Outdated
<section id="icons">
<h1>Everyone needs a little Karma.</h1>
<div class="icon__images">
<img src="img/icon-devices.svg" alt="device image" />
Copy link

Choose a reason for hiding this comment

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

These images are large, have a css class to take care of the width and height property and this should be fine

</div>
</section>
</main>

Copy link

Choose a reason for hiding this comment

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

You should have an <hr/> tag here with the right color to divide the content as shown in the sample image

index.html Outdated
<footer>
<h5>Join us on</h5>
<div class="media__icons">
<a href="https://twitter.com/yourKarma" target="_blank "> <img 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.

Each of these icons are inside a circle, can you try to get that with css?

Copy link
Author

Choose a reason for hiding this comment

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

Hello,
Thank you for your help and time. I tried to fix the bugs. I hope I did. I did not understand the last comment.
Could you please explain what i did (because if i don't know how to do it i just try millons of time till I find the answer or till it works) and how it shoul be? ;)

Copy link
Author

Choose a reason for hiding this comment

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

Hello. I
have just recognised the circle I am working withh two monitors and the one I display vscode has a very bright screen, so I couldn't see the


and circle." Thank you again.

@bunday
Copy link

bunday commented Oct 11, 2023

Hi, well done so far, the form page needs a little bit work, can you try to get it close to the design as much as you can?

@zelihapala
Copy link
Author

Hi @bunday. I have updated html and css codes for the Module-project level 2 would you mind checking my codes? Thank you.

@zelihapala zelihapala changed the title NW6 | Zeliha Pala | HTML-CSS | Module-Project | Week 1 NW6 | Zeliha Pala | HTML-CSS | Module-Project | Week 1 / 2 Oct 11, 2023
Copy link

@fikretellek fikretellek left a comment

Choose a reason for hiding this comment

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

Well done, Great web site Zeliha

flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin: 2px 90px;

Choose a reason for hiding this comment

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

Hi Zeliha, I am writing this comment for my "Module Project: Code Review" ticket. Great work overall, well done. I just wanted to say if you would use padding here instead of margin, you could implement your background color to your entire header. Background color changes the color of element until border, it doesn't effect margins color. But except this issue, great web site.

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.

3 participants