Skip to content

Instantly share code, notes, and snippets.

@jim-rosales
Last active March 7, 2018 19:35
Show Gist options
  • Save jim-rosales/c1446e66054c97071406610be771fa79 to your computer and use it in GitHub Desktop.
Save jim-rosales/c1446e66054c97071406610be771fa79 to your computer and use it in GitHub Desktop.
Dasmoto Complete Solution
<!DOCTYPE html>
<html>
<head>
<title>Dasmoto's Arts &amp; Crafts</title>
<link href="./resources/css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>Dasmoto's Arts &amp; Crafts</h1>
<!-- Brushes Section -->
<div class="item">
<h2 id="brush">Brushes</h2>
<img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-2/hacksaw.jpeg" alt="Hacksaw"/>
<h3>Hacksaw Brushes</h3>
<p>
Made of the highest quality oak, Hacksaw brushes are known for their weight and ability to hold paint in large amounts. Available in different sizes. <span class="price">Starting at $3.00 / brush.</span>
</p>
</div>
<!-- Frames Section -->
<div class="item">
<h2 id="frame">Frames</h2>
<img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-2/frames.jpeg" alt="Frames"/>
<h3>Art Frames (assorted)</h3>
<p>
Assorted frames made of different material, including MDF, birchwood, and PDE. Select frames can be sanded and painted according to your needs. <span class="price">Starting at $2.00 / frame.</span>
</p>
</div>
<!-- Paint Section -->
<div class="item">
<h2 id="paint">Paint</h2>
<img src="https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-2/finnish.jpeg" alt="Finnish Paint"/>
<h3>Clean Finnish Paint</h3>
<p>
Imported paint from Finland. Over 256 colors available in-store, varying in quantity (1 oz. to 8 oz.). Clean Finnish paint microbinds to canvas, increasing the finish and longevity of any artwork. <span class="price">Starting at $5.00 / tube.</span>
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment