-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtreechoices.html
129 lines (96 loc) · 4.12 KB
/
treechoices.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
117
118
119
120
121
122
123
124
125
126
127
128
129
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, shrink-to-fit=yes">
<!-- End Required meta tags -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Walsh Tree Farm</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- End Bootstrap CSS -->
<link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet'>
<link href="main.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="images/wtf-icon.png">
</head>
<body class="d-flex flex-column">
<div id="page-content">
<! div in order to make footer sticky -->
<div class="container-fluid pr-0">
<div class="row justify-content-md-center header">
<div class="col-md-auto">
<div id="header">
<img src="images/logoheading.gif" class="wtf-header" name="logoheading" width="520" height="128" border="0" />
</div>
</div>
</div> <! end row -->
<br>
<hr>
<div class="row justify-content-md-center">
<div class="col-auto">
<a href="index.html"><h5>Home</h5></a>
</div>
<div class="col-auto">
<a href="thefarm.html"><h5>The Farm</h5></a>
</div>
<div class="col-auto">
<a href="treechoices.html"><h5>Tree Choices</h5></a>
</div>
<div class="col-auto">
<a href="purchase.html"><h5>Purchase</h5></a>
</div>
<div class="col-auto">
<a href="photography.html"><h5>Photography</h5></a>
</div>
</div>
<hr>
<br>
<div class="row justify-content-md-center pad-treechoices">
<div class="col-md-auto branch-picture">
<img src="images/fraser_snow.jpeg" width="300" height="400" style="border-radius: 25px" />
</div>
<div class="col-sm-5">
<strong class="standout">Type of Tree</strong> (all trees are trimmed yearly)<br />
<p>
<em><u>Fraser Fir</u></em><br />
The farm features an abundance of Fraser Fir. The average mature size is approximately
6 to 12 feet tall. Fraser Fir are best known for their excellent needle retention,
beautiful silver-green color, and fresh aroma.
</p>
<strong class="standout">Additional Offerings</strong><br />
<em><u>Baling</u></em><br />
Available for $3 per tree.<br /><br />
<em><u>Drilling</u></em><br />
Available for Stand-Strait tree system for $3.<br /><br />
<p>
<em><u>Seasonal Store</u></em><br />
Hand-crafted items, ornaments, and much more available.
</p>
</div>
</div> <! end row -->
</div> <! end container -->
</div> <! end page content div -->
<br>
<!-- Footer -->
<footer id="sticky-footer" class="py-1">
<div class="container-fluid text-center">
<br>
<!-- Social Media -->
<div class="text-center" style="font-size: 14px;"><u>Follow Us on Social Media</u><br>
<a href="https://www.facebook.com/pages/category/Home---Garden-Store/Walsh-Tree-Farm-158223582759/" target="_blank"><img src="images/facebook.png" width="30" height="30" border="0" /></a>
<a href="https://www.instagram.com/walshtreefarm/?hl=en" target="_blank"><img src="images/instagram.png" width="30" height="30" border="0" /></a>
</div>
<!-- Social Media -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">Content © of The Walsh Tree Farm
</div>
<!-- Copyright -->
</div>
</footer>
<!-- Footer -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>