Skip to content

ZA2 - Chandre De Wet - Karma Project - #359

Open
chandredewet wants to merge 6 commits into
CodeYourFuture:masterfrom
chandredewet:master
Open

ZA2 - Chandre De Wet - Karma Project#359
chandredewet wants to merge 6 commits into
CodeYourFuture:masterfrom
chandredewet:master

Conversation

@chandredewet

Copy link
Copy Markdown

I have completed but will still be keeping task open in case we are supposed to do level 2 as well. I have however completed the requirements of the main Readme, that we are to complete a desktop version of that website.

First attempt at Grid
logo and nav resized,
hover done for nav ul
Added another grid in main.
Still need to resize images
Added copyright and footer detail
Completed flexboxes for articles

@Mathias02 Mathias02 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please review my Karma project and pull a request to suggest changes.

@M3ntalist M3ntalist left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I like your CSS but it needs some TLC:

  1. Remember: Be organised, use comments and separate your styles into meaningful chunks
  • for example; General styles, Navigation styles, Hero styles, Footer etc.
  1. Please add at the end of your CSS code your MEDIA QUERIES "Responsive web-design technique" so that we know what viewports you are targeting or aiming for.

Comment thread index.html
<img class=logo src="/img/karma-logo.svg" alt="logo">
<nav>
<ul><a href="#"><strong>Meet Karma</strong></a></ul>
<ul><a href="#">How it Works</a></ul>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hi Chandre. Wouldn't be better to add a 'list'

  • under "unordered''
      instead of the way you added your code?

  • Copy link
    Copy Markdown
    Author

    Choose a reason for hiding this comment

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

    Hi Kabelo, thanks for this feedback. I found it quite humorous that I didn't do a proper unordered list :) I guess that's the benefits of having others review your code!

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

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

    Hi Chandre

    Yes, it's great to have a team buddy to review your work. Please review
    mine.

    Comment thread index.html
    <!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->
    <!-- All the images you need are in the 'img' folder -->

    <header>

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

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

    It will be great to see the whole semantic HTML tags at the beginning of your code.

    Comment thread index.html
    <ul><a href="#">Help</a></ul>
    <ul><a href="#">Login</a></ul>
    </nav>
    </header>

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

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

    Your Nav bar, below, should be under

    :

    Blog

    Comment thread index.html
    <button>Learn More</button>
    </section>
    <h2> Everyone needs a little Karma.</h2>
    <section class="articlecontainer">

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

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

    section class="article-container", its much cleaner that way and clear to read

    Comment thread index.html
    <p>Boost your Productivity</p>
    </article>
    <article>
    <img src="/img/icon-refill.svg" alt="a petrol tank">

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

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

    I like your sense of humour there for your alt="Petrol tank", why didn't you use something like "Device Icon"?

    Comment thread index_.html
    @@ -0,0 +1,61 @@
    <!DOCTYPE html>

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

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

    I am glad you added the proper HTML tags(Semantic)

    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