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

London9-Elahe Mortazavi-HTML&CSS-courseworkweek1 - #250

Open
elahemortazavi wants to merge 2 commits into
CodeYourFuture:masterfrom
elahemortazavi:master
Open

London9-Elahe Mortazavi-HTML&CSS-courseworkweek1#250
elahemortazavi wants to merge 2 commits into
CodeYourFuture:masterfrom
elahemortazavi:master

Conversation

@elahemortazavi

Copy link
Copy Markdown

I have created my Acupuncture Blog.

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?

I have created my Acupuncture Blog.
some changes applied.

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

Hi Ellie, Nice work, I like the design and the fact that you wrote about something that you were passionate about. The following points from the question were not answered in this solution. See the comments in the review for more info.

  • A page header with a title and description for the site.

  • An articles section with three articles, each including a title, summary and a link.

  • Use this website Lorem Ipsum to generate random blocks of contents to fill your website. (You used real content for your articles, this is fine. But sometimes if you wish to just focus on the design and not the content, you can replace thae content with Lorem Ipsum)

More information about the <article> element and others can be found here

Comment thread index.html
<body id="all">


<div class="head">

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should use <header> element here instead.

Comment thread index.html
</div>
</div>
<main class="flex">
<div class="main" id="articles">

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

here you can use the <section> element

Comment thread index.html
</div>
<main class="flex">
<div class="main" id="articles">
<div class="part1">

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

here you can use the <article> element

Comment thread index.html

<p class="footer">Made with Love by Elahe</p>
</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.

Good to remove all empty whitelines

Comment thread index.html
<main class="flex">
<div class="main" id="articles">
<div class="part1">
<div class="acu">

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

You can add more than 1 class to any div, so that you do not have so many nested divs i.e <div class="part1 acu" > or <article class="part1 acu" >

Comment thread index.html
<img class="acu-img" src="/images/pexels-antoni-shkraba-6076146.jpg">
<div class="">
<h2>Acupuncture History</h2>
<h4>Past, Present, and Future</h4>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Generally, not a good idea to skip heading levels, i.e. h2->h4, skipping h3. And do not use h1,h2,h3 etc for font size or style. h1,h2,h3 are for meaning: h1 is the main header, h2 is a subheader, h3 is a subheader within h2. If you want to adjust the font size or font style, use css

Comment thread css/style.css
border-radius: 5px;

}
.acu2 {

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Indentation from here is not correct. If something is not nested it should be all the way to the left

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants