-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
20 lines (18 loc) · 2.02 KB
/
index.php
File metadata and controls
20 lines (18 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php require "./php/header.php"; ?>
<h1>Welcome to The Entree Gallery</h1>
<div style="display: inline; float: left; width: 650px;">
<p>The Martin Family started the Entree Gallery in 1977 in a modest portion of their garage on Reeder Bay Road at beautiful Priest Lake. The "entry" of the previous garage area coined the name of the gallery. "Entry" is spelled and pronounced En"tree" in honor of the multitude of trees at Priest Lake and many branches of art.</p>
<p>The Entree Gallery recently opened a second gallery in Coolin Bay at the southern end of Priest Lake. Affordable gifts to original art are available at both galleries. The multitude of artworks in varied styles and media create an atmosphere in the gallery that appeals to the full spectrum of art connoisseurs. Professional collectors to the weekend visitor can appreciate original and unique artwork and gifts.</p>
<p>In the tradition of hospitality and appreciation that have become the hallmark of Priest Lake, we cordially invite you to visit both galleries and enjoy not only the extraordinary works of art, but also partake in the many different summer events hosted on the gallery grounds. Meet talented and recognized artists at the receptions and demonstrations. Feature showings are displayed monthly. Home decor specialists and art consultants provide friendliness and expertise. Personal consultants and private showings are available by appointment.</p>
</div>
<div style="display: inline; float: right; width: 245px; text-align: center;">
<div style="text-align: center; margin-bottom: 1em;">
<img style="border: 2px solid white;" src="./images/reeder_bay.jpg" width="240" height="161" alt="Priest Lake Reeder Bay Art Gallery" />
<h3>Reeder Bay Gallery</h3>
</div>
<div style="text-align: center;">
<img style="border: 2px solid white;" src="./images/coolin_bay.jpg" width="240" height="163" alt="Priest Lake Coolin Bay Art Gallery" />
<h3>Coolin Bay Gallery</h3>
</div>
</div>
<?php require "./php/footer.php"; ?>