-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnativecarvings.php
61 lines (57 loc) · 2.56 KB
/
nativecarvings.php
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
<!DOCTYPE html>
<html lang="en">
<?php include 'head.php' ?>
<body>
<!-- Start Navbar -->
<?php
$current = 'nativecarvings';
include 'navbar.php';
?>
<!-- End Navbar -->
<!-- Start Header -->
<div id="header">
</div>
<!-- End Header -->
<!-- Start Body -->
<div class="container text-center">
<img src="img/divider.png" alt="Page Divider" id="divider"/>
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-10 body">
<h2>Native Carvings by Nick Labonte</h2>
<br>
<img src="img/nativecarving/inmuseum2.jpg" alt="Carvings displayed in museum." class="center"/>
<br>
<img src="img/nativecarving/inmuseum.jpg" alt="Carvings displayed in museum." class="center"/>
<p>Carvings being displayed at Gresham Historical Society.</p>
<br>
<img src="img/nativecarving/joancarving.jpg" alt="Seated woman holding Native carving." class="center"/>
<br>
<p>Joan Albertson happily holding our newest art from Nick Labonte!</p>
<br>
</div>
</div><!-- row div close -->
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-10 body">
<img src="img/nativecarving/nick.jpg" alt="Man and girl smiling at the camera." />
<h2 class="text-center">Artist: Nick Labonte</h2>
<p>
Nick Labonte creates custom regalia artwork using traditional methods of beadwork, carving, and sewing. In 2008 Nick moved to the Grand Ronde area where he became involved with Canoe Family and started attending cultural events. Eventually accepting a position at the Chachalu Museum he built his historical knowledge and discovered his passion for artwork and its connection to his culture.
</p>
<p>
Nick creates regalia pieces as well as other art forms for his son, so that he can have an awareness of the culture that Nick didn't have until later in life. He credits the inspiration for his pieces to his Chinook ancestors and draws inspiration from all areas of his culture.
</p>
<p>
“I create for my boy. So that he can live the culture like I was not able to.”-Nick Labonte
</p>
<p>Learn more at: <a href="https://bigriverart.org/nick-labonte/" target="_blank">bigriverart.org/nick-labonte/</p>
</div>
</div><!-- row div close -->
</div><!-- container div close -->
<!-- End Body -->
<!-- Footer -->
<?php include 'footer.php'; ?>
<!-- End Footer -->
</body>
</html>