Instantly share code, notes, and snippets.
Last active
January 26, 2016 16:20
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
-
Save johnhamelink/1c31038d7401baee7481 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="tweets"> | |
| <div class="container"> | |
| <img id="badminton" class="badminton" src="assets/img/athletes/badminton-player.png" alt=""> | |
| <img class="shuttlecock" src="assets/img/shuttlecock.png" alt=""> | |
| <?php if (stripos($_SERVER['REQUEST_URI'],'press-area') !== false) { ?> | |
| <div id="contactDetails"> | |
| <h3>Contact Details</h3> | |
| <ul> | |
| <li><span>Email</span> <a href="mailto:jim@findaplayer.com">jim@findaplayer.com</a></li> | |
| <li><span>Facebook</span> <a href="https://facebook.com/findaplayer" target="_blank">facebook.com/findaplayer</a></li> | |
| <li><span>Twitter</span> <a href="https://twitter.com/findaplayer" target="_blank">twitter.com/findaplayer</a></li> | |
| <li><span>FREE App Download - IOS </span> <a href="https://itunes.apple.com/gb/app/find-a-player/id662978301" target="_blank">Click Here</a></li> | |
| <li><span>FREE App Download - Android </span> <a href="https://play.google.com/store/apps/details?id=com.findaplayer.letsplay" target="_blank">Click Here</a></li> | |
| </ul> | |
| </div><!-- /contact details --> | |
| <?php } else { ?> | |
| <div id="twitter"><h3>Recent Tweets</h3></div><!-- /twitter feed --> | |
| <?php } ?> | |
| <div class="content"> | |
| <div id="colaborations" class="owl-carousel owl-theme"> | |
| <img class="owl-lazy" data-src="assets/img/colaborations/east-ayrshire-council.png" alt=""> | |
| <img class="owl-lazy" data-src="assets/img/colaborations/rbs.png" alt=""> | |
| <img class="owl-lazy" data-src="assets/img/colaborations/edinburgh-city-council.png" alt=""> | |
| <img class="owl-lazy" data-src="assets/img/colaborations/glasgow.png" alt=""> | |
| <img class="owl-lazy" data-src="assets/img/colaborations/scottish-hockey.png" alt=""> | |
| <img class="owl-lazy" data-src="assets/img/colaborations/swis.png" alt=""> | |
| </div><!-- /colaborations carousel --> | |
| </div> | |
| </div> | |
| <div class="slice1"></div> | |
| </div><!-- /tweets --> | |
| <div id="testimonials"> | |
| <div class="outer"><div class="inner"></div></div> | |
| <div class="container"> | |
| <div class="content text-center"> | |
| <div id="feed" class="owl-carousel owl-theme"> | |
| <div class="item"> | |
| <p>"Find a Player are building a fantastic product with a wide ranging appeal. They have identified | |
| a real gap in the market and are working hard to solve it. I wish them great success!"</p> | |
| <span class="h5">Gayle Heggie, Excellence Engineer, Entrepreneurial Spark.</span> | |
| </div> | |
| <div class="item"> | |
| <p>"It's fantastically easy to use! I would recommend"</p> | |
| <span class="h5">Chris Marsden, Find a Player User</span> | |
| </div> | |
| <div class="item"> | |
| <p>"What a genius idea... might actually get 10 a week"</p> | |
| <span class="h5">Gordon McLaren, Find a Player User</span> | |
| </div> | |
| <div class="item"> | |
| <p>"Cracking idea for an app"</p> | |
| <span class="h5">Stephen Dunn, Find a Player User</span> | |
| </div> | |
| </div><!-- /testimonials carousel --> | |
| </div> | |
| </div> | |
| <div class="slice"></div> | |
| </div><!-- /testimonials --> | |
| <footer id="footer"> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-xs-12 col-sm-4 col-md-6 col-lg-6"> | |
| <a id="footerLogo" href="index.php"><img src="assets/img/logo.png" alt="Find a Player"></a> | |
| </div> | |
| <div class="col-xs-4 col-sm-2 col-md-2 col-lg-2"> | |
| <ul> | |
| <li><a <?php if ($currentPage == "homepage") { echo "class='active'"; } ?> href="index.php">Welcome</a></li> | |
| <li><a <?php if ($currentPage == "team") { echo "class='active'"; } ?> href="the-team.php">About Us</a></li> | |
| <li><a <?php if ($currentPage == "contact") { echo "class='active'"; } ?> href="contact.php">Get In Touch</a></li> | |
| </ul> | |
| </div> | |
| <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> | |
| <ul> | |
| <li>© Find a Player</li> | |
| <li><a <?php if ($currentPage == "terms") { echo "class='active'"; } ?> href="terms.php">Terms</a></li> | |
| <li><a <?php if ($currentPage == "privacy") { echo "class='active'"; } ?> href="privacy.php">Privacy</a></li> | |
| <li><a <?php if ($currentPage == "pressarea") { echo "class='active'"; } ?> href="press-area.php">Press Section</a></li> | |
| </ul> | |
| </div> | |
| <div class="clear col-sm-12 col-sm-3 col-md-2 col-lg-2"> | |
| <div class="social"> | |
| <a href="https://twitter.com/findaplayer" target="_blank"><img src="assets/img/icons/twitter.png" alt=""></a></a> | |
| <a href="https://www.facebook.com/findaplayer" target="_blank"><img src="assets/img/icons/facebook.png" alt=""></a></a> | |
| <a href="https://www.youtube.com/channel/UCBHzPajXUEZYxGOyXW4VNAA" target="_blank"><img src="assets/img/icons/youtube.png" alt=""></a></a> | |
| </div><!-- /social media --> | |
| </div> | |
| </div> | |
| </div> | |
| </footer><!-- /footer --> | |
| </div><!-- /box me in --> | |
| <script src="bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script> | |
| <script src="bower_components/jquery-easing/jquery.easing.min.js" type="text/javascript"></script> | |
| <script src="bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script> | |
| <script src="bower_components/OwlCarousel2/dist/owl.carousel.min.js" type="text/javascript"></script> | |
| <script src="bower_components/waypoints/lib/jquery.waypoints.min.js" type="text/javascript"></script> | |
| <script src="assets/js/twitter.min.js" type="text/javascript"></script> | |
| <script src="assets/js/custom.js" type="text/javascript"></script> | |
| <script src="assets/js/waypoints.js" type="text/javascript"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment