-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
133 lines (120 loc) · 5.85 KB
/
Copy pathindex.php
File metadata and controls
133 lines (120 loc) · 5.85 KB
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
130
131
132
<?php
//index.php
require('header.php');
?>
<br>
<br>
<div class = "container-fluid">
<div class = "row">
<div class = "col-2 d-none d-md-block"></div>
<div class = "col-12 col-md-8 text-center">
<h1 class="entryLuxury">LUXURY WEDDING SIGNS MADE EASY</h1>
</div>
<div class = "col-2 d-none d-md-block"></div>
</div><!--end of row-->
<div class = "row">
<div class = "col-1 d-none d-md-block"></div>
<div class = "col-12 col-md-10 text-center">
<h3 class="entryNonProfit">Since 2019, 25% of our rental proceeds benefit local nonprofit <a href="https://www.newdestinytreatmentcenter.com/">“New Destiny Treatment Center.”</a></h3>
</div>
<div class = "col-1 d-none d-md-block"></div>
</div><!--end of row-->
<div>
<hr>
</div>
<div class = "row">
<div class = "col-2 d-none d-md-block"></div>
<div class = "col-12 col-md-8">
<p class="" style="white-space:pre-wrap;"><em>“Lauren took the difficulty out the preparation for signage and the product was just outstanding. We went with the Layered Arch pick six package and we couldn’t have been happier with our decision…All of our guests kept commenting on how beautiful it all was. Using Walnut Ridge was a FANTASTIC decision and we would do it all over again.”</em></p>
<p style="text-align:right;white-space:pre-wrap;" class="">-Lexi & Ben (Layered Arch Signs, Highfields Event Center, Hudson OH)</p>
<br>
</div>
<div class = "col-2 d-none d-md-block"></div>
</div><!--end of row-->
</div><!--End of container-fluid-->
<div class = "container-fluid">
<div class = "row" style="height:310px">
<div class = "col-1 d-none d-md-block"></div>
<div class = "col-3 d-none d-md-block">
<h3 class="py-5"><a href="pickYourSet.php">Five Unique Styles to Choose From</a></h3>
</div>
<div class = "col-12 col-md-4 text-center">
<a href="layeredArchSet.php">
<img id="layeredArch" class= "fit-img rounded-5 mx-auto d-block" src= "img/layeredarch.jpg" alt= "photo of layered arch">
</a>
<h3 class="under-start text-center"><a href="layeredArchSet.php">Layered Arch</a></h3>
</div>
<div class = "col-3 d-none d-md-block">
<h3 class="py-5 text-right"><a href="extraDecor.php">Additional Decor Accents Available</a></h3>
</div>
<div class = "col-1 d-none d-md-block"></div>
</div><!--end of row-->
<div class = "row" style="height:330px">
<div class = "col-1-special d-none d-md-block"></div>
<div class = "col-6 col-md-4-special">
<a href="modernround.php">
<img id="modernRound" class= "fit-img rounded-5 float-end" src= "img/modernround.jpg" alt= "photo of modern round">
</a>
<h3 class="under-end text-end px-5"><a href="modernround.php">Modern Round</a></h3>
</div>
<div class = "col-2-special d-none d-md-block"></div>
<div class = "col-6 col-md-4-special">
<a href="vintagemirror.php">
<img id="vintageMirror" class= "fit-img rounded-5 float-start" src= "img/vintagemirror.jpg" alt= "photo of vintage mirror">
</a>
<h3 class="under-start text-start px-5"><a href="vintagemirror.php">Vintage Mirror</a></h3>
</div>
<div class = "col-1-special d-none d-md-block"></div>
</div><!--end of row-->
<div class = "row" style="height:340px">
<div class = "col-1 d-none d-md-block"></div>
<div class = "col-6 col-md-4">
<a href="darkwalnut.php">
<img id="darkWalnut" class= "fit-img rounded-5 float-end" src= "img/darkwalnut.jpg" alt= "photo of dark walnut">
</a>
<h3 class="under-end text-end px-5"><a href="darkwalnut.php">Dark Walnut</a></h3>
</div>
<div class = "col-2 d-none d-md-block"></div>
<div class = "col-6 col-md-4">
<a href="rusticWoodSet.php">
<img id="rusticWood" class= "fit-img rounded-5 float-start" src= "img/rusticwood.jpg" alt= "photo of rustic wood">
</a>
<h3 class="under-start text-start px-5"><a href="rusticWoodSet.php">Rustic Wood</a></h3>
</div>
<div class = "col-1 d-none d-md-block"></div>
</div><!--end of row-->
<div class = "row">
<div class = "col-1 d-none d-md-block"></div>
<div class = "col-6 col-md-4">
<p class="text-end">Select from the five styles above to learn more, </br>
or choose from the menu on the right. </p>
</div>
<div class = "col-2 d-none d-md-block"></div>
<div class = "col-6 col-md-4">
<a href="pickYourSet.php">Check Availability and Book</a></br>
<a href="extras.html">Decor Accent Extras</a></br>
<a href="availability.php">Make Inquiry</a></br>
</div>
<div class = "col-1 d-none d-md-block"></div>
</div><!--end of row-->
<br>
<div>
<hr>
</div>
<br>
<div class = "row">
<div class = "col-2 d-none d-md-block"></div>
<div class = "col-12 col-md-8">
<p class="" style="white-space:pre-wrap;"><em>“Cannot recommend Jason & Lauren enough!! They helped to make our wedding day special, memorable, and beautiful! Their attention to detail and willingness to help us set everything up was so greatly appreciated. Not only are they very reasonable with beautiful accents for any wedding, they’re also such wonderful people! We’ll never be able to thank you enough for all that you did for our wedding.”</em></p>
<p style="text-align:right;white-space:pre-wrap;" class="">-Steve & Lauren Kerst (Modern Round Signs Himelright Lodge, Akron OH)</p>
<br>
</div>
<div class = "col-2 d-none d-md-block"></div>
</div><!--end of row-->
</div><!--End of container-fluid-->
<br>
<br>
<?php
//comments
require('footer.php');
?>