Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

HTML/CSS Project - initial draft -konika - #48

Closed
konikalily wants to merge 9 commits into
CodeYourFuture:masterfrom
konikalily:master
Closed

HTML/CSS Project - initial draft -konika#48
konikalily wants to merge 9 commits into
CodeYourFuture:masterfrom
konikalily:master

Conversation

@konikalily

@konikalily konikalily commented May 17, 2021

Copy link
Copy Markdown

Added semantic tags and few styles

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: Konika Biswas
  • Your City: North West
  • Your Slack Name: Konika Biswas

Homework Details

  • Module: HTML/CSS Project
  • Week:1

Notes

  • What did you find easy?
    html
  • What did you find hard?
    styling gallery
  • What do you still not understand?
    flex box, grid
  • Any other notes?

View rendered README.md

@konikalily

Copy link
Copy Markdown
Author

just checking ..

Comment thread index.html Outdated
Comment on lines +146 to +172



























Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Take care with the formatting of your HTML - occasional blank lines can be useful to help make your code easier to read, but large blocks of blank space like this should be avoided

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.

Thank you for your comment. I rectified the issue as suggested . However every single review is showing outdated. I hope I am not very late to address the reviews. Kind regards.

Comment thread index.html Outdated
Comment on lines +97 to +100
<div class="read_more">
<a href="https://www.gardenersworld.com/offers/travel-and-events/bbc-gardeners-world-spring-fair/">
<button>Read More</button></a>
</div>

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 tags here are not correctly indented - usually you will want a child element to be indented 1 level (e.g. a tab or 2 spaces) from its parent. There are a few places where this is the case - remember that you can format your HTML within VS Code;

On Windows Shift + Alt + F.
On Mac Shift + Option + F.
On Linux Ctrl + Shift + I.

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 Paul, I followed your suggestion and used an auto formatter in VS code. Thank you.

Comment thread index.html Outdated
Comment on lines +43 to +48
<img class="gallery_image" src="/image/pomegranate-tree.jpg"alt="a photo of a pomegranate tree">
<img class="gallery_image" src="/image/big tree.jpg" alt="an image of a big tree in the garden">
<img class="gallery_image" src="/image/nature-wallpaper-1.jpeg" alt="picture of a nature wallpaper">
<img class="gallery_image" src="/image/garden-1.jpeg" alt="a designed garden's photo">
<img class="gallery_image" src="/image/Orange-Persimmons-Growing-on-the-Tree.jpg" alt="a persimmons fruit picture">
<img class="gallery_image" src="/image/fruit_bowl.jpg" alt="a photo of a beautiful fruit bowl ">

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

great to see alt text here! You should avoid using phrases like "picture of", "image of" in alt text - accessibility tools can pick up that it is an image because it is contained in an tag

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.

Thank You, for your comment. I changed the alt texts of all the suggested tags.

Comment thread css/style.css Outdated
Comment on lines +13 to +22
*{box-sizing:border-box;
padding: 0;
margin:0;
}
body{
background-color:#e8e1e0 ;
}
h1,h2,h3{
color:#57394a
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Take care with the formatting of the CSS file - you should include a space between the selector and the first curly brace, indent rules within a block etc. It is also a good idea to include a new line between rules to aid readability.

You can auto format CSS in VSCode to fix much of this;

On Windows Shift + Alt + F.
On Mac Shift + Option + F.
On Linux Ctrl + Shift + I.

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 Paul, Thank you for your comment. I addressed the issue and edited the formatting of the CSS file.

@konikalily konikalily left a comment

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 Paul made all the changes you have suggested on the project. However all the comments are showing outdated. Not sure whether I have done anything wrong or not? Please have a look. Thank you.

@github-actions

github-actions Bot commented Aug 3, 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 3, 2021
@github-actions github-actions Bot closed this Aug 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants