Skip to content

NW6 | Hadika Malik | HTML-CSS | Module-Project | Week 1 + Week 2 #639

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 14 commits into
base: master
Choose a base branch
from

Conversation

HadikaMalik
Copy link

@HadikaMalik HadikaMalik commented Sep 28, 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

  • Your Name: Hadika Malik
  • Your City: Manchester NW6
  • Your Slack Name: hadikamalik

Homework Details

  • Module: HTML-CSS
  • Week: 1

Notes

  • What did you find easy?
    writing the html

  • What did you find hard?
    sorting the layout out and getting the fonts and colours right

  • What do you still not understand?
    the layout of the header, the three images and how it changes when zooming in or out

  • Any other notes?

@netlify
Copy link

netlify bot commented Sep 28, 2023

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

Name Link
🔨 Latest commit 4a87ccf
🔍 Latest deploy log https://app.netlify.com/sites/cyf-module-project-html-css/deploys/652e9bd5ca838a0008be43e4
😎 Deploy Preview https://deploy-preview-639--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

@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.

Great job,

Just few css fixes here and there. Your overall font size seems to be large, you can tone it down a little. Take a look at the expected image for more clarity, or you can easily reach out if you need any clarification

css/style.css Outdated
justify-content: center;
}

/* .container{
Copy link

Choose a reason for hiding this comment

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

Hi, as best practice, its better to remove code sections you are not using, instead of commenting it out


</section>
</main>
<hr>
Copy link

Choose a reason for hiding this comment

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

the color for this element is a bit different

<section class="main">
<h1>Introducing Karma</h1>
<p>Bring WiFi with you, everywhere you go.</p>
<button class="orange-button">Learn More</button>
Copy link

Choose a reason for hiding this comment

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

this class orange-button doesnt exist in your css, you can remove unused classes. Also, this button seems to have a border width on it, can you remove it?

index.html Outdated
<nav>
<ul class="navigation_list">
<li class="navigation_item">
<a class="navigation_link" href="#">Meet Karma</a>
Copy link

Choose a reason for hiding this comment

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

this item is of color black.

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.

Hi, can you work on the form a little bit more? Its not structured properly yet.
Screenshot 2023-10-11 at 08 57 26

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title><Form></Form></title>
Copy link

Choose a reason for hiding this comment

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

Please update the title of your page

@HadikaMalik HadikaMalik changed the title NW6 | Hadika Malik | HTML-CSS | Module-Project | Week 1 NW6 | Hadika Malik | HTML-CSS | Module-Project | Week 1 + Week 2 Oct 17, 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