Skip to content
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

Cedar - Jessica Carnes - Weather Report #75

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

Jessicawyn
Copy link

No description provided.

Copy link

@kaidamasaki kaidamasaki 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!

A few small notes, but overall things look pretty good!

Well done!

</header>
<main>
<section id=temperature class="small_box tempBox">
<h2 id=tempTitle>TEMPERATURE</h2>

Choose a reason for hiding this comment

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

You skipped directly to a <h2> without having an <h1>. Your heading tags should be able to be used to create a table of contents so it's important not to skip levels.

<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weather Report</title>
<link href="../styles/index.css" rel="stylesheet" />

Choose a reason for hiding this comment

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

Your imports appear to be off by a folder:

Suggested change
<link href="../styles/index.css" rel="stylesheet" />
<link href="./styles/index.css" rel="stylesheet" />

Comment on lines +51 to +52
<script
src="../scripts/index.js">

Choose a reason for hiding this comment

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

Suggested change
<script
src="../scripts/index.js">
<script
src="./scripts/index.js">

Comment on lines +78 to +82
/* grid-template-areas:
". . . ."
"tempTitle tempTitle tempTitle tempTitle"
". tempButtons . tempValue ."
". tempButtons . tempValue ."; */

Choose a reason for hiding this comment

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

Style: It's a best practice to remove commented out code.

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