-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslideshow.php
34 lines (32 loc) · 2 KB
/
slideshow.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
<?
if (function_exists('meteor_slideshow')) { ?>
<div class="super-container slideshow-holder">
<div class="slideshow-stage">
<?php
meteor_slideshow();
?>
<div class="slideshow-controls">
<button id="meteor-pause" role="button" aria-label="Pause Slideshow"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M21 19.1H3V5h18v14.1zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/><path d="M21 19.1H3V5h18v14.1zM21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="none"/><path d="M9 8h2v8H9zm4 0h2v8h-2z"/></svg><span class="meteor-pause-text">Pause</span></button>
<button id="meteor-resume" class="active" role="button" aria-label="Resume Slideshow" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M10 8v8l5-4-5-4zm9-5H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z"/></svg><span class="meteor-resume-text">Playing</span></button>
</div>
</div> <!-- .slideshow-stage -->
<div class="super-container slideshow-overlay">
<div class="container">
<div class="sixteen columns alpha omega">
<div class="slide-link">
<a href="<? echo get_permalink(296); ?>" class="apply">Apply Now</a>
</div>
<div class="slide-link">
<a href="<? echo get_permalink(263); ?>" class="plan">Plan a Visit</a>
</div>
<div class="slide-link">
<a href="<? echo get_permalink(265); ?>" class="request">Request Info</a>
</div>
<div class="slide-link">
<a href="<? echo get_permalink(5360); ?>" class="tour">Virtual Tour</a>
</div>
</div><!-- menu-holder -->
</div><!-- End container -->
</div> <!-- End menu-overlay -->
</div><!-- End slideshow-holder -->
<? } ?>