-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathindex2.html
executable file
·459 lines (453 loc) · 26.5 KB
/
index2.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
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>openHAB - empowering the smart home</title>
<meta name="description" content="OHMY! HTML5 responsive Website template based on Twitter Bootstrap framework. Easy to customize.">
<meta name="author" content="Little NEKO">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<!-- web font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,800" rel="stylesheet" type="text/css">
<!-- plugin css -->
<link rel="stylesheet" type="text/css" href="js-plugin/pretty-photo/css/prettyPhoto.css" />
<link rel="stylesheet" type="text/css" href="js-plugin/rs-plugin/css/settings.css" media="screen" />
<link type="text/css" rel="stylesheet" href="js-plugin/hoverdir/css/style.css">
<!-- icon fonts -->
<link type="text/css" rel="stylesheet" href="font-icons/custom-icons/css/custom-icons.css">
<link type="text/css" rel="stylesheet" href="font-icons/custom-icons/css/custom-icons-ie7.css">
<!-- Custom css -->
<link type="text/css" rel="stylesheet" href="css/layout.css">
<link type="text/css" id="colors" rel="stylesheet" href="css/colors.css">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover a { filter: none !important; } </style> <![endif]-->
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<script src="js/modernizr-2.6.1.min.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="apple-icon.png" />
<style type="text/css">
.inversedlink {
color:#FFFFFF;
}
.inversedlink:hover {
color:#FFFFFF;
}
.inversedlink:visited {
color:#FFFFFF;
}
.inversedlink:active {
color:#FFFFFF;
}
</style>
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<!-- header -->
<header id="mainHeader" class="clearfix">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container"> <a href="index.html" class="brand"><img src="images/openhab-logo-top.png" alt="openHAB"/></a>
<nav id="mainMenu" class="clearfix">
<ul>
<li><a href="index.html" class="firstLevel active" >Home</a></li>
<li><a href="features.html" class="firstLevel">Features</a></li>
<li><a href="downloads.html" class="firstLevel">Downloads</a></li>
<li><a href="https://groups.google.com/forum/#!forum/openhab" class="firstLevel">Community</a></li>
<li><a href="https://github.com/openhab/openhab" class="firstLevel">Github</a></li>
<li><a href="https://github.com/openhab/openhab/wiki" class="firstLevel">Wiki</a></li>
<li><a href="https://my.openhab.org/" class="firstLevel">my.openHAB</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- header -->
<!-- globalWrapper -->
<div id="globalWrapper">
<!-- slider -->
<section id="sliderWrapperRS">
<!-- background slider dark bloc -->
<div id="bgSliderBlocWrapper">
<div class="container">
<div id="bgSliderBloc"> </div>
</div>
</div>
<!-- background slider dark bloc -->
<div class="fullwidthbanner-container">
<div class="fullwidthbanner" >
<ul>
<li data-transition="fade" data-slotamount="1" data-masterspeed="2000"> <img src="images/slider/rs/thumb.png" alt="slide"/>
<div class="caption lfr" data-x="50" data-y="26" data-speed="1000" data-start="300" data-easing="easeOutExpo"><img src="images/openhab-logo-square.png" alt="slide" class="ie8PngFix"/></div>
<div class="caption sft" data-x="495" data-y="50" data-speed="300" data-start="600" data-easing="easeOutExpo" >
<h2>openHAB</h2>
</div>
<div class="caption sfb hidden-phone" data-x="495" data-y="115" data-speed="300" data-start="700" data-easing="easeOutExpo">
<h3><i class="icon-right-circle"></i> Developed in Java</h3>
</div>
<div class="caption sfb hidden-phone" data-x="495" data-y="150" data-speed="300" data-start="1000" data-easing="easeOutExpo">
<h3><i class="icon-right-circle"></i> Pluggable OSGI architecture</h3>
</div>
<div class="caption sfb hidden-phone" data-x="495" data-y="185" data-speed="500" data-start="1300" data-easing="easeOutExpo" >
<h3><i class="icon-right-circle"></i> Absolutely vendor-neutral</h3>
</div>
<div class="caption sfb hidden-phone" data-x="495" data-y="220" data-speed="500" data-start="1600" data-easing="easeOutExpo" >
<h3><i class="icon-right-circle"></i> Hardware/protocol-agnostic</h3>
</div>
<div class="caption sfb hidden-phone" data-x="495" data-y="255" data-speed="500" data-start="1900" data-easing="easeOutExpo" >
<h3><i class="icon-right-circle"></i> Fully open source</h3>
</div>
<div class="caption sfb hidden-phone" data-x="495" data-y="290" data-speed="500" data-start="2100" data-easing="easeOutExpo" >
<h3><i class="icon-right-circle"></i> Passionate and growing community</h3>
</div>
<div class="caption sfb hidden-phone" data-x="495" data-y="335" data-speed="900" data-start="2400" data-easing="easeOutExpo" > <a href="features.html" class="btn btn-3d btn-3d-medium">Read More</a> </div>
</li>
<li data-transition="fade" data-slotamount="1"> <img src="images/slider/rs/thumb.png" alt="slide"/>
<div class="caption lfr" data-x="0" data-y="60" data-speed="800" data-start="300" data-easing="easeOutBack"><img src="images/ui/slide-desktop.png" alt="slide" class="ie8PngFix"/></div>
<div class="caption lfl" data-x="150" data-y="150" data-speed="600" data-start="700" data-easing="easeOutExpo"><img src="images/ui/slide-tablet.png" alt="slide" class="ie8PngFix"/></div>
<div class="caption lfb" data-x="40" data-y="220" data-speed="400" data-start="1000" data-easing="easeOutBack"><img src="images/ui/slide-phone.png" alt="slide" class="ie8PngFix"/></div>
<div class="caption sft" data-x="465" data-y="48" data-speed="300" data-start="500" data-easing="easeOutExpo" >
<h2>A single user interface </h2>
</div>
<div class="caption sft" data-x="465" data-y="102" data-speed="300" data-start="700" data-easing="easeOutExpo" >
<h2>to all of your systems!</h2>
</div>
<div class="caption sfb hidden-phone" data-x="467" data-y="287" data-speed="900" data-start="1500" data-easing="easeOutExpo" > <a href="features-ui.html" class="btn btn-3d btn-3d-medium">Read More</a> </div>
<div class="caption sfl hidden-phone" data-x="467" data-y="176" data-speed="500" data-start="900" data-easing="easeOutBounce" >
<h3><i class="icon-right-circle"></i> Desktop, tablet and phone</h3>
</div>
<div class="caption sfl hidden-phone" data-x="467" data-y="210" data-speed="500" data-start="1100" data-easing="easeOutBounce" >
<h3><i class="icon-right-circle"></i> Web, Android and iOS</h3>
</div>
<div class="caption sfl hidden-phone" data-x="467" data-y="244" data-speed="500" data-start="1300" data-easing="easeOutBounce" >
<h3><i class="icon-right-circle"></i> Remote control and notifications </h3>
</div>
</li>
<li data-transition="fade" data-slotamount="1"> <img src="images/slider/rs/thumb.png" alt="slide"/>
<div class="caption lfl" data-x="430" data-y="65" data-speed="900" data-start="800" data-easing="easeOutBack"><img src="images/openhab-automation-rules.jpg" alt="slide" class="ie8PngFix"/></div>
<div class="caption sft" data-x="70" data-y="120" data-speed="300" data-start="1600" data-easing="easeOutExpo" >
<h2>Automation</h2>
</div>
<div class="caption lfr hidden-phone" data-x="72" data-y="195" data-speed="500" data-start="1500" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Powerful & flexible rules</h3>
</div>
<div class="caption lfr hidden-phone" data-x="72" data-y="230" data-speed="500" data-start="1700" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Time and event based triggers</h3>
</div>
<div class="caption lfr hidden-phone" data-x="72" data-y="265" data-speed="500" data-start="1900" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Scripts</h3>
</div>
<div class="caption lfr hidden-phone" data-x="72" data-y="300" data-speed="500" data-start="2100" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Notifications & TTS</h3>
</div>
<div class="caption sfb hidden-phone" data-x="72" data-y="340" data-speed="900" data-start="2300" data-easing="easeOutExpo" > <a href="features-rules.html" class="btn btn-3d btn-3d-medium">Read More</a> </div>
</li>
<li data-transition="fade" data-slotamount="1"> <img src="images/slider/rs/thumb.png" alt="slide"/>
<div class="caption lfl" data-x="10" data-y="65" data-speed="900" data-start="800" data-easing="easeOutBack"><img src="images/openhab-graphs.jpg" alt="slide" class="ie8PngFix"/></div>
<div class="caption sft" data-x="535" data-y="60" data-speed="300" data-start="1600" data-easing="easeOutExpo" >
<h2>Data persistence</h2>
</div>
<div class="caption lfr hidden-phone" data-x="535" data-y="134" data-speed="500" data-start="1500" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Data storage to db4o, SQL or logs</h3>
</div>
<div class="caption lfr hidden-phone" data-x="535" data-y="168" data-speed="500" data-start="1700" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Historical graphs with RRD</h3>
</div>
<div class="caption lfr hidden-phone" data-x="535" data-y="202" data-speed="500" data-start="1900" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Sen.Se</h3>
</div>
<div class="caption lfr hidden-phone" data-x="535" data-y="236" data-speed="500" data-start="2100" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Xively</h3>
</div>
<div class="caption sfb hidden-phone" data-x="535" data-y="310" data-speed="900" data-start="2700" data-easing="easeOutExpo" > <a href="features-persistense.html" class="btn btn-3d btn-3d-medium">Read More</a> </div>
</li>
<li data-transition="fade" data-slotamount="1"> <img src="images/slider/rs/thumb.png" alt="slide"/>
<div class="caption lfl" data-x="400" data-y="65" data-speed="900" data-start="800" data-easing="easeOutBack"><img src="images/openhab-raspberry.jpg" alt="slide" class="ie8PngFix"/></div>
<div class="caption sft" data-x="50" data-y="60" data-speed="300" data-start="1600" data-easing="easeOutExpo" >
<h2>Runs on</h2>
</div>
<div class="caption lfr hidden-phone" data-x="52" data-y="134" data-speed="500" data-start="1500" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Linux, OS X, Windows</h3>
</div>
<div class="caption lfr hidden-phone" data-x="52" data-y="168" data-speed="500" data-start="1700" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Java 1.7</h3>
</div>
<div class="caption lfr hidden-phone" data-x="52" data-y="202" data-speed="500" data-start="1900" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Raspberry Pi</h3>
</div>
<div class="caption lfr hidden-phone" data-x="52" data-y="236" data-speed="500" data-start="2100" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> Beaglebone Black</h3>
</div>
<div class="caption lfr hidden-phone" data-x="52" data-y="270" data-speed="500" data-start="2300" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> UDOO</h3>
</div>
<div class="caption lfr hidden-phone" data-x="52" data-y="304" data-speed="500" data-start="2500" data-easing="easeInExpo" >
<h3><i class="icon-right-circle"></i> and more!</h3>
</div>
<div class="caption sfb hidden-phone" data-x="52" data-y="358" data-speed="900" data-start="2700" data-easing="easeOutExpo" > <a href="features-platforms.html" class="btn btn-3d btn-3d-medium">Read More</a> </div>
</li>
</ul>
<div class="tp-bannertimer"></div>
</div>
</div>
</section>
<!-- slider -->
<!-- content -->
<section id="content" class="home">
<!-- three blocs -->
<section class="sliceTop">
<div class="container">
<div class="row">
<div class="span12 drop-shadow lifted">
<div class="topQuote">
<h1> Welcome to <strong>openHAB</strong> - a vendor and technology agnostic open source automation software for your home.<br><span> Build your smart home in no time!</span> </h1>
</div>
<div class="topBox clearfix">
<div class="bigIconsColumnsWrapper">
<article class="one_third"> <a href="features.html" class="iconWrapper iconBig ch-item"> <i class="icon-heart"></i>
<div class="ch-info"> <span> more info </span> </div>
</a>
<h2 class="smallHeading"><span>Oh my God, </span> We love you</h2>
<p>Thousands of homes worldwide already use openHAB to automate and enrich their living experience!</p>
</article>
<article class="one_third"> <a href="features-ui.html" class="iconWrapper iconBig ch-item"> <i class="icon-thumbs-up"></i>
<div class="ch-info"> <span> more info </span> </div>
</a>
<h2 class="smallHeading">Anywhere, anytime</h2>
<p>With Android and iOS applications monitor and control your home anywhere, anytime!</p>
</article>
<article class="one_third last"> <a href="features-tech.html" class="iconWrapper iconBig ch-item"> <i class="icon-ok"></i>
<div class="ch-info"> <span> more info </span> </div>
</a>
<h2 class="smallHeading">Integrate everything</h2>
<p>With a pluggable architecture openHAB supports more then 50 different technologies and systems which can be easily integrated to work together, for your pleasure!</p>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- three blocs -->
<!-- carousel works-->
<section class="slice">
<div class="container">
<div class="row">
<div class="span12">
<h2><span>Supported </span>technologies</h2>
<div class="divider"><span></span></div>
</div>
<div class="span12">
<div id="projectCarousel" class="carousel slide">
<div class="carousel-inner da-thumbs">
<div class="active item">
<div class="row">
<div class="span3" >
<article>
<section> <img alt="" src="images/binding/asterisk.png" /> </section>
<section class="projectInfo">
<h3><a href="https://github.com/openhab/openhab/wiki/Asterisk-Binding">
Asterisk
</a></h3>
<p>Asterisk is a free and open source framework for building communications applications</p>
</section>
</article>
</div>
<div class="span3">
<article>
<section> <img alt="" src="images/binding/knx.png" /> </section>
<section class="projectInfo">
<h3><a href="https://github.com/openhab/openhab/wiki/KNX-Binding">
KNX
</a></h3>
<p> KNX is the worldwide STANDARD for all applications in home automation and building control</p>
</section>
</article>
</div>
<div class="span3">
<article>
<section> <img alt="" src="images/binding/zwave.png" /> </section>
<section class="projectInfo">
<h3><a href="https://github.com/openhab/openhab/wiki/Z-Wave-Binding">
Z-Wave
</a></h3>
<p>Z-Wave is a wireless technology that makes regular household products "smart"</p>
</section>
</article>
</div>
<div class="span3" >
<article>
<section> <img alt="" src="images/binding/homematic.png" /> </section>
<section class="projectInfo">
<h3><a href="https://github.com/openhab/openhab/wiki/Homematic-Binding">
HomeMatic
</a></h3>
<p>HomeMatic is a wireless home automation system developed and designed by eQ-3 AG</p>
</section>
</article>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="span3" >
<article>
<section> <img alt="" src="images/binding/hue.png" /> </section>
<section class="projectInfo">
<h3><a href="https://github.com/openhab/openhab/wiki/Hue-Binding">
Philips Hue
</a></h3>
<p>Philips Hue is a set of wirelessly controlled color LED lights - bulbs, strips and more</p>
</section>
</article>
</div>
<div class="span3" >
<article>
<section> <img alt="" src="images/binding/sonos.png" /> </section>
<section class="projectInfo">
<h3><a href="https://github.com/openhab/openhab/wiki/Sonos-Binding">
Sonos
</a></h3>
<p>Sonos is a set of HiFi wireless speakers and audio components for a whole house music system</p>
</section>
</article>
</div>
<div class="span3" >
<article>
<section> <img alt="" src="images/binding/koubachi.png" /> </section>
<section class="projectInfo">
<h3><a href="https://github.com/openhab/openhab/wiki/Koubachi-Binding">
Koubachi
</a></h3>
<p>Koubachi analyzes your plant data and gives you instructions when and how to care for your plants</p>
</section>
</article>
</div>
<div class="span3" >
<article>
<section> <img alt="" src="images/binding/enocean.png" /> </section>
<section class="projectInfo">
<h3><a href="https://github.com/openhab/openhab/wiki/EnOcean-Binding">
Enocean
</a></h3>
<p>EnOcean is an energy harvesting wireless technology used primarily in building automation systems</p>
</section>
</article>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#projectCarousel" data-slide="prev"><i class="icon-left-circle"></i></a> <a class="right carousel-control" href="#projectCarousel" data-slide="next"><i class="icon-right-circle"></i></a> </div>
</div>
</div>
</div>
</section>
<!-- carousel works-->
<!-- Call to action -->
<section class="slice">
<div class="container">
<div class="row-fluid callToActionBoxed">
<div class="span7">
<div class="ctaText">
<h3>Want to see it yourself?</h3>
<p>Try <strong>openHAB</strong> without any installation. We provide a fully functional online demo which can be used with our Android and iOS apps!</p>
</div>
</div>
<div class="span5">
<div class="btnWrapper"> <a href="http://demo.openhab.org/" class="iconBtn" title="Try demo now!"><i class="icon-download"></i>Try demo now!</a> </div>
</div>
</div>
</div>
</section>
<!-- Call to action -->
</section>
<!-- content -->
<!-- footer -->
<footer class="footer1">
<div class="container" id="footer">
<div class="row">
<div class="span6 timelineWidget">
<h2>Latest tweets</h2>
<div class="divider"><span></span></div>
<div id="twitterFrame"> <a class="twitter-timeline" href="https://twitter.com/openHAB?height=250" data-widget-id="416300026369810432" data-tweet-limit="2" data-theme="dark" data-chrome="nofooter noheader transparent" >Tweets by @openHAB</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<div class="span3 contactWidget">
<h2>Contact us</h2>
<div class="divider"><span></span></div>
<address>
<p><strong>openHAB UG (haftungsbeschränkt)</strong></p>
<p> <i class="icon-twitter"></i> <a href="http://twitter.com/openHAB">@openHAB</a></p>
<p> <i class="icon-mail-alt"></i> <a href="mailto:info@openhab.org">info@openhab.org</a></p>
</address>
</div>
<div class="span3 sociallWidget">
<h2>Follow us</h2>
<div class="divider"><span></span></div>
<ul class="socialNetwork nav">
<li><a href="https://www.facebook.com/pages/OpenHAB/153141161476518" class="icon-facebook socialIcon tips" title="follow us on Facebook"><span>facebook</span></a></li>
<li><a href="http://twitter.com/openHAB" class="icon-twitter-bird socialIcon tips" title="follow us on Twitter"><span>twitter</span></a></li>
<li><a href="https://plus.google.com/u/0/b/112853105449135193256/112853105449135193256/posts" class="icon-gplus socialIcon tips" title="follow us on Google +"><span>google +</span></a></li>
<li><a href="http://www.youtube.com/playlist?list=PLGlxCdrGUagz6lfgo9SlNLhdwI4la_VSv" class="icon-videocam socialIcon tips" title="follow us on Youtube"><span>youtube</span></a></li>
</ul>
</div>
</div>
</div>
</footer>
<footer class="footer2" id="footerRights">
<div class="container">
<div class="row">
<div class="span12">
<p>Copyright © 2014 openHAB UG (haftungsbeschränkt) / All rights reserved | <a class="inversedlink" href="imprint.html"> → Imprint / Terms of use</a></p>
</div>
</div>
</div>
</footer>
<!-- footer -->
</div>
<!-- Global wrapper -->
<!-- End Document
================================================== -->
<script type="text/javascript" src="js-plugin/respond/respond.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="js-plugin/jquery-ui/jquery-ui-1.8.23.custom.min.js"></script>
<!-- third party plugins -->
<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap-carousel.js"></script>
<script type="text/javascript" src="js-plugin/easing/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js-plugin/pretty-photo/js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js-plugin/hoverdir/jquery.hoverdir.js"></script>
<!-- jQuery KenBurn Slider -->
<script type="text/javascript" src="js-plugin/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
<script type="text/javascript" src="js-plugin/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<!-- Custom -->
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', UA]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>