Skip to content

nwclass-alex - #193

Closed
allosaurus1 wants to merge 2 commits into
CodeYourFuture:masterfrom
allosaurus1:master
Closed

nwclass-alex#193
allosaurus1 wants to merge 2 commits into
CodeYourFuture:masterfrom
allosaurus1:master

Conversation

@allosaurus1

Copy link
Copy Markdown

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:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

@allosaurus1

Copy link
Copy Markdown
Author

Karma website changes

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

<nav class="navbar">

@mike-shields-cyf mike-shields-cyf Jun 20, 2021

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nav should be in a <header>

Comment thread index.html
<img src="C:/Users/aciun/Documents/GitHub/HTML-CSS-Coursework-Week2/img/instagram-icon.svg"/>
</div>
</section>
<footer>© Karma Mobility, Inc.</footer>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

<footer> should be outside <main>

Comment thread index.html
<footer>© Karma Mobility, Inc.</footer>
</main>
</body>
</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.

Overall, good use of semantic HTML tags

Comment thread index.html
<p>Join us on</p>
<img src="C:/Users/aciun/Documents/GitHub/HTML-CSS-Coursework-Week2/img/twitter-icon.svg"/>
<img src="C:/Users/aciun/Documents/GitHub/HTML-CSS-Coursework-Week2/img/facebook-icon.svg"/>
<img src="C:/Users/aciun/Documents/GitHub/HTML-CSS-Coursework-Week2/img/instagram-icon.svg"/>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

All images should have alt attributes even if it the value is empty.

Comment thread css/style.css
width: 18px;
}

.bars::before, .bars::after {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nice use of pseudo elements

Comment thread index.html
<li class="item"><a href="#blog">Blog</a></li>
<li class="item"><a href="#help">Help</a></li>
<li class="item"><a href="#login">Login</a></li>
<li class="toggle"><a href="#"><span class="bars"></span></a></li>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The hamburger icon should be within a button, since toggling the menu is an action.

Comment thread css/style.css
margin-left: auto;
margin-right: auto;
width: 40%;
}

@mike-shields-cyf mike-shields-cyf Jun 20, 2021

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

try to use ems/rems wherever it is appropriate, this will improve responsiveness. For example use rems to set font-sizes and ems to set padding, margin & border-radius based on the font size of the current element.

Comment thread css/style.css

.features-1 {
display: grid;
grid-template-columns: auto auto auto;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

for repetetive values, consider using repeat(), for example: grid-template-columns: repeat(3, auto);

@github-actions

github-actions Bot commented Aug 2, 2021

Copy link
Copy Markdown

Your coursework submission has been closed because nobody has interacted with it in six weeks. You are welcome to re-open it to get more feedback.

@github-actions github-actions Bot added the Stale label Aug 2, 2021
@github-actions github-actions Bot closed this Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants