-
Notifications
You must be signed in to change notification settings - Fork 0
/
bowl-026-ambrosia.html
116 lines (100 loc) · 4.63 KB
/
bowl-026-ambrosia.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<title>Nate Hill · Large Dark Ambrosia Maple Bowl</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="album.css" rel="stylesheet">
</head>
<body>
<header>
<div class="navbar navbar-light bg-light">
<div class="container d-flex justify-content-between">
<div class="col-md-6">
<a href="index.html" class="navbar-brand d-flex align-items-center">
<img src="assets/favicons/logo.png">
</a>
</div>
<div class="col-md-6 text-right">
<button class="navbar-toggler menu-toggle" type="button" data-toggle="collapse" data-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<div class="container">
<div class="row aboutnate" style="display:none">
<div class="col-md-12 py-4">
<h4 class="text-muted">Hello!</h4>
<p class="text-muted">I'm Nate Hill.</br>
This page features wooden bowls and other items that I make, most of which are for sale. If you are interested in my library and cultural heritage work, you can get into that <a href="library.html">over here.</a></br>
All of these bowls are made from wood that I find locally or driving around my region in upstate New York. I’m particularly interested in spalted wood, wood that has begun to decay. The patterns, textures, and tones that fungi and other agents bring to the wood give it unique character. In the future, I‘ll be adding sculptural wooden boxes and other fixtures to the page as well.</br>
Thanks for looking, and please reach out with any questions to [email protected] or find me on Instagram as <a href="https://www.instagram.com/natehillnatehill/?hl=en">@natehillnatehill.</a>
</p>
</div>
</div>
</div>
</div>
</header>
<main role="main">
<div class="album py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="card mb-4 shadow-sm">
<a href="#"><img src="assets/img/026_1_ambrosia.jpg" width="100%" height="100%"></a>
</div>
<div class="card mb-4 shadow-sm">
<a href="#"><img src="assets/img/026_2_ambrosia.jpg" width="100%" height="100%"></a>
</div>
<div class="card mb-4 shadow-sm">
<a href="#"><img src="assets/img/026_3_ambrosia.jpg" width="100%" height="100%"></a>
</div>
</div>
<div class="col-md-4">
<div class="mb-4">
<h1>Large Dark Ambrosia Maple Bowl</h1>
<p>Height: 3.25"</p>
<p>Width: 11.75"</p>
<p class="nate-item-description">Large and beautiful dark ambrosia maple salad bowl that almost looks like agate rather than wood. Ambrosia beetles leave little holes in the wood, so this bowl has some interesting perforations as well. This bowl has a real presence, it makes itself known.</p>
<p>Price: $125.00 + shipping</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="9NPQUAYBXXHDU">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="text-muted">
<div class="container">
<p class="float-right">
<a href="#">Back to top</a>
</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/custom.js"></script>
</html>