-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 1.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>
Dasmoto's Arts & Crafts
</title>
<link href="./resources/css/index.css" type="text/css" rel="stylesheet">
</head>
<body>
<div>
<h1>
Dasmoto's Arts & Crafts
</h1>
<h2 class='brushes'>
Brushes
</h2><img src='./resources/images/hacksaw.jpeg'>
<h3 class='heading'>
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.
</p>
<p class='price'>
Starting at $3.00 / brush.
</p>
<h2 class='frames'>
Frames
</h2><img src='./resources/images/frames.jpeg'>
<h3 class='heading'>
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.
</p>
<p class='price'>
Starting at $2.00 / frame.
</p>
<h2 class='paint'>
Paint
</h2><img src='./resources/images/finnish.jpeg'>
<h3 class='heading'>
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.
</p>
<p class='price'>
Starting at $5.00 / tube.
</p>
</div>
</body>
</html>