kaylajordan11 / Cookies

This website contains an easy brown sugar cookie recipe that is very fun to make!
https://kaylajordan11.github.io/Cookies/
0 stars 0 forks source link

How-To: Rubric Task List #1

Closed jgagne closed 3 years ago

jgagne commented 3 years ago

How-To

Rubric Task List

20 tasks (5 points each) with 3 extra credit tasks.

Meta

5 points

For example:

<!doctype html>
<html lang="en-us">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="css/main.css">
  <title>Short, Descriptive Title</title>
  <link rel="canonical" href="original-sources-of-content.com">
  <meta name="author" content="Name Surname">
</head>
<body>

<!-- Content -->

</body>
</html>

Markup & Style

45 points

Layout

5 points

For example:

body {
  max-width: 48rem; /* Max-width layout for wider screens */
  padding: 0 1rem;
  margin: 0 auto;
}

Images

20 points

See Decoding & Loading Images demo.

Validation

15 points

Git Organized

10 points

Remember to use lowercase naming…

Extra Credit

15 points

For example:

<figure>
  <img alt="A plate of freshly baked chocolate chip cookies." src="img/chocolate-chip-cookies.jpg" width="1280" height="720" decoding="async">
  <figcaption class="image-credit">Photo by Name Surname</figcaption>
</figure>
jgagne commented 3 years ago

Looking good!

Consider downloading your cookies photo to resize and optimize, and add to your repo. (Currently the image is sized at 2982px  ×  3050px, weighing in at 2.8 MB.)