-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathberryharvest.php
59 lines (56 loc) · 2.93 KB
/
berryharvest.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
<!DOCTYPE html>
<html lang="en">
<?php include 'head.php' ?>
<body>
<!-- Start Navbar -->
<?php
$current = 'berryharvest';
include 'navbar.php';
?>
<!-- End Navbar -->
<!-- Start Header -->
<div id="header">
</div>
<!-- End Header -->
<!-- Start Body-->
<div class="container">
<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 text-center">
<h2>Berry Harvest Mural</h2>
<br>
<img src="img/harvestmural/berryharvestmural.jpg" alt="Finished Berry Harvest Mural" class="center"/>
<img src="img/harvestmural/girldone.jpg" alt="Girl holding berries" class="center"/>
<img src="img/harvestmural/wagondone.jpg" alt="Men loading wagons" class="center"/>
<p>
“Commuters and visitors to downtown Gresham will have to keep their eyes peeled for the latest mural, completed Wednesday, Aug. 9, which celebrates the local history surrounding berry farming and picking.
</p>
<img src="img/harvestmural/preppednight.jpg" alt="Prep work at night" class="center"/>
<p>
“'Gresham has been hungry for more art,' said Judy Han, president of Gresham Outdoor Public Art which commissioned the mural. 'Art is for everybody, it crosses all dividing lines and brings us together.'
</p>
<img src="img/harvestmural/paintinggirl.jpg" alt="Don Gray painting the lady" class="center"/>
<p>
“'We wanted Don to paint the second mural so the two would match each other in style,' Han said. 'It means so much to this community to have all of this beautiful art.'
</p>
<img src="img/harvestmural/workingtheday.jpg" alt="Don Gray painting the wagons" class="center"/>
<p>
“Gray is a nationally renowned muralist and longtime Oregon resident who is now based in Vancouver, Wash. Contact the artist at:<a href="mailto:[email protected]" target="_blank">[email protected]</a>.”
</p>
<p>
Read the original article by Christopher Keizur at: <br>
<a href="http://portlandtribune.com/go/42-news/368985-251396-new-mural-showcases-agricultural-past" target="_blank">http://portlandtribune.com/go/42-news/368985-251396-new-mural-showcases-agricultural-past</a>
</p>
<h2>Artist: Don Gray</h2>
<img src="img/harvestmural/workingnighttime.jpg" alt="Don Gray prepping at night." class="center"/>
<p>Here is a picture of Don happily prepping the mural at night! Learn more about Don Gray at: <a href="http://Dongraystudio.com/" target="_blank">DonGrayStudio.com</a></p>
</div>
</div><!-- row div close -->
</div><!-- container div close -->
<!-- End Body -->
<!-- Footer -->
<?php include 'footer.php'; ?>
<!-- End Footer -->
</body>
</html>