-
Notifications
You must be signed in to change notification settings - Fork 0
/
awnings.php
202 lines (102 loc) · 4 KB
/
awnings.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
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<?php require_once( 'couch/cms.php' );
$title = "Awnings"; ?>
<cms:template title="<?php echo $title; ?>" />
<?php require_once('inc/header.php'); ?>
<style type="text/css" >
.box_skitter_large106 {width:500px;height:311px;}
.box_skitter {margin-bottom:40px;}
.box_skitter_small {width:200px;height:200px;}
.box_skitter {border:0px solid #000; background:#111111}
.label_skitter h5
{
padding-left: 10px !important;
}
.label_skitter h5,.label_skitter h5 a{
margin:0;
font-family: BebasNeueRegular !important;
font-size:22px !important;
font-weight:normal !important;
text-decoration:none !important;
padding-right: 5px !important;
padding-bottom:0px !important;
padding-top:5px !important;
color:#fff !important;
line-height:27px !important;
display: block !important;
text-align:left !important;
}
.label_skitter p{
letter-spacing: 0.4px !important;
line-height:15px !important;
margin:0 !important;
font-family: Arial, Helvetica, sans-serif !important;
font-size:10px !important;
padding-left: 10px !important;
padding-right: 5px !important;
padding-bottom:2px !important;
padding-top:0px !important;
color:#fff !important;
z-index:10 !important;
display: block !important;
text-align:left !important;
}
.box_skitter .info_slide {position:absolute;top:100%; margin-top:15px; }
.box_skitter {margin-bottom:40px;}
</style>
<script src="http://vitalsigns.us.com/modules/mod_AutsonSlideShow/js/jquery-1.5.2.min.js" type="text/javascript"></script>
<script src="http://vitalsigns.us.com/modules/mod_AutsonSlideShow/js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="http://vitalsigns.us.com/modules/mod_AutsonSlideShow/js/jquery.animate-colors-min.js" type="text/javascript"></script>
<script src="http://vitalsigns.us.com/modules/mod_AutsonSlideShow/js/jquery.skitter.min.js" type="text/javascript"></script>
<script type='text/javascript'>
var ass106 = jQuery.noConflict();
ass106(document).ready(function(){
ass106('.box_skitter_large106').skitter(
{
dots: true,
fullscreen: false,
label: true,
interval:2500,
navigation:true,
label:true,
numbers:false,
hideTools:false,
thumbs: false,
velocity:1,
animation: "directionRight",
numbers_align:'left',
animateNumberOut: {backgroundColor:'#333', color:'#fff'},
animateNumberOver: {backgroundColor:'#000', color:'#fff'},
animateNumberActive: {backgroundColor:'#cc3333', color:'#fff'}
}
);
});
</script>
<div class="joomla_ass" align="center" >
<div class="border_box">
<div class="box_skitter box_skitter_large106" >
<ul>
<li><img src="/images/slides/awnings-1.jpg" class="directionRight" /></li><li><img src="/images/slides/awnings-2.jpg" class="directionRight" /></li><li><img src="/images/slides/awnings-3.jpg" class="directionRight" /></li>
</ul>
</div>
</div>
</div>
<div class="item-page">
<cms:editable name='awnings_title' type='richtext'>
<h2>
Exterior Signs - Awnings </h2>
</cms:editable>
<cms:editable name='awnings_content' type='richtext'>
<p>Awnings are perhaps one of the best ways to advertise your company or product. A good awning not only improves the architectural appeal of your facilities look; it also has great curb appeal. Additionally, awnings are usually the most cost effective way to get a large amount of advertising up with a limited budget. In other words, you get more bang for your buck with a well designed, attractive awning. Here are some Awnings that Vital Signs has produced we can also manufacture an awning to custom fit any architect's needs; this allows a fluid transition between the awning and the building to which its mounted.</p>
<p>An excellent way to upgrade an awning design is with backlighting. This gives you 24-hour advertising potential -- twice the advertising for a fraction more cost!</p>
<p> </p>
<ul>
<li> </li>
</ul>
<p><img alt="awnings-specs2" src="/images/awnings-specs2.gif" height="619" width="850" /></p>
</cms:editable>
</div>
</td>
</tr>
</table>
<?php require_once('inc/footer.php'); ?>
<?php COUCH::invoke(); ?>