-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (58 loc) · 2.93 KB
/
index.html
File metadata and controls
74 lines (58 loc) · 2.93 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Custom portraits—hand-drawn original art from your favorite photo.">
<title>Purchase Custom Hand Drawn Portraits | Kind Designs Art Studios</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.1/normalize.min.css">
<!-- HTML5Shiv -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Header -->
<header>
<div>
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/1368074/kinddesigns-logo.png" alt="Kind Designs Art Studios">
</div>
</header>
<!-- Main -->
<main>
<div class="wrapper">
<div class="center">
<img class="main" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/1368074/rose-cropped.jpg" alt="Custom color portrait of a dog named Rose"> </div>
<article>
<h1>Your Favorite Photo Becomes an Original Work of Art</h1>
<p>All comissioned portraits are original drawn <a href="https://www.youtube.com/watchtime_continue=10&v=gAtM0BB0WBw">hand-drawn art</a>. They are created on museum quality acid free Bristol board and with proper care will last a lifetime.</p>
<p>These portraits capture wonderful memories or make cherished memorials to beloved pets and family.</p>
<hr>
<h2>Product Details</h2>
<h3>Color portraits - Colored pencil on acid free museum quality Bristol board</h3>
<ul>
<li>Rates start at $350.00 per subject</li>
<li>Minimum size: 14"x17" (fits a standard 18"x20" frame)</li>
<li>Maximum size: 19"x 24"</li>
</ul>
<p>Portraits take approximately 5-20 hrs to complete but please allow a minimum of 4-12 weeks for completion and delivery of your portrait, depending on work load. Rush orders will incur a price increase.</p>
<hr>
<h2>How to Order</h2>
<ol>
<li><a href="mailto:kinddesigns.com">Email me</a> the pictures you would like to use for your custom portrait.</li>
<li>I will contact you as soon as possible, working closely with you to choose the best picture for your portrait. When we have decided on the picture I will quote you a total for your portrait. <br><em>Note: A deposit of $125 is required before the work begins.</em></li>
<li>When your portrait is complete I will email you an invoice for the remaining balance, your portrait is then shipped.</li>
</ol>
</article>
</div>
</main>
<!-- footer-->
<footer>
<div class="wrapper">
<p>Photos and text © 2017 <a href="https://www.facebook.com/KindDesignsArtStudios">Kind Designs Art Studios</a></p>
</div>
</footer>
</html>
</body>
</html>