mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
pages
This commit is contained in:
parent
9a257f8433
commit
f7bfc7608d
58 changed files with 17448 additions and 56 deletions
497
index.html
497
index.html
|
@ -1,64 +1,449 @@
|
|||
<!doctype html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>Plexrequests.net by tidusjar</title>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, maximum-scale=1">
|
||||
|
||||
<link rel="stylesheet" href="stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="stylesheets/github-light.css">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<h1>Plexrequests.net</h1>
|
||||
<p>Want a Movie or TV Show on Plex? Use Plex Requests!</p>
|
||||
<title>Homepage</title>
|
||||
<link rel="icon" href="favicon.png" type="image/png">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="img/x-icon">
|
||||
|
||||
<p class="view"><a href="https://github.com/tidusjar/PlexRequests.Net">View the Project on GitHub <small>tidusjar/PlexRequests.Net</small></a></p>
|
||||
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,800italic,700italic,600italic,400italic,300italic,800,700,600' rel='stylesheet' type='text/css'>
|
||||
|
||||
<link href="stylesheets/bootstrap.css" rel="stylesheet" type="text/css">
|
||||
<link href="stylesheets/style.css" rel="stylesheet" type="text/css">
|
||||
<link href="stylesheets/font-awesome.css" rel="stylesheet" type="text/css">
|
||||
<link href="stylesheets/responsive.css" rel="stylesheet" type="text/css">
|
||||
<link href="stylesheets/animate.css" rel="stylesheet" type="text/css">
|
||||
|
||||
<!--[if IE]><style type="text/css">.pie {behavior:url(PIE.htc);}</style><![endif]-->
|
||||
|
||||
<script type="text/javascript" src="js/jquery.1.8.3.min.js"></script>
|
||||
<script type="text/javascript" src="js/bootstrap.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-scrolltofixed.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
|
||||
<script type="text/javascript" src="js/jquery.isotope.js"></script>
|
||||
<script type="text/javascript" src="js/wow.js"></script>
|
||||
<script type="text/javascript" src="js/classie.js"></script>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/tidusjar/PlexRequests.Net/zipball/master">Download <strong>ZIP File</strong></a></li>
|
||||
<li><a href="https://github.com/tidusjar/PlexRequests.Net/tarball/master">Download <strong>TAR Ball</strong></a></li>
|
||||
<li><a href="https://github.com/tidusjar/PlexRequests.Net">View On <strong>GitHub</strong></a></li>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="js/respond-1.1.0.min.js"></script>
|
||||
<script src="js/html5shiv.js"></script>
|
||||
<script src="js/html5element.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div style="overflow:hidden;">
|
||||
<header class="header" id="header"><!--header-start-->
|
||||
<div class="container">
|
||||
<figure class="logo animated fadeInDown delay-07s">
|
||||
<a href="#"><img src="img/logo.png" alt=""></a>
|
||||
</figure>
|
||||
<h1 class="animated fadeInDown delay-07s">Welcome To Plex Requests.Net</h1>
|
||||
<ul class="we-create animated fadeInUp delay-1s">
|
||||
<li>Need something on Plex? Request it!</li>
|
||||
</ul>
|
||||
</header>
|
||||
<section>
|
||||
<h3>
|
||||
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
|
||||
|
||||
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <a href="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p>
|
||||
|
||||
<h3>
|
||||
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Designer Templates</h3>
|
||||
|
||||
<p>We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.</p>
|
||||
|
||||
<h3>
|
||||
<a id="creating-pages-manually" class="anchor" href="#creating-pages-manually" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Creating pages manually</h3>
|
||||
|
||||
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
|
||||
|
||||
<h3>
|
||||
<a id="authors-and-contributors" class="anchor" href="#authors-and-contributors" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Authors and Contributors</h3>
|
||||
|
||||
<p>You can <a href="https://help.github.com/articles/basic-writing-and-formatting-syntax/#mentioning-users-and-teams" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code><a></code> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
|
||||
|
||||
<h3>
|
||||
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Support or Contact</h3>
|
||||
|
||||
<p>Having trouble with Pages? Check out our <a href="https://help.github.com/pages">documentation</a> or <a href="https://github.com/contact">contact support</a> and we’ll help you sort it out.</p>
|
||||
</section>
|
||||
<footer>
|
||||
<p>This project is maintained by <a href="https://github.com/tidusjar">tidusjar</a></p>
|
||||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
||||
</footer>
|
||||
<a class="link animated fadeInUp delay-1s" href="#">Get Started</a>
|
||||
</div>
|
||||
<script src="javascripts/scale.fix.js"></script>
|
||||
</div>
|
||||
</header><!--header-end-->
|
||||
|
||||
|
||||
<nav class="main-nav-outer" id="test"><!--main-nav-start-->
|
||||
<div class="container">
|
||||
<ul class="main-nav">
|
||||
<li><a href="#header">Home</a></li>
|
||||
<li><a href="#service">Services</a></li>
|
||||
<li><a href="#Portfolio">Portfolio</a></li>
|
||||
<li class="small-logo"><a href="#header"><img src="img/small-logo.png" alt=""></a></li>
|
||||
<li><a href="#client">Clients</a></li>
|
||||
<li><a href="#team">Team</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
</ul>
|
||||
<a class="res-nav_click" href="#"><i class="fa-bars"></i></a>
|
||||
</div>
|
||||
</nav><!--main-nav-end-->
|
||||
|
||||
|
||||
|
||||
<section class="main-section" id="service"><!--main-section-start-->
|
||||
<div class="container">
|
||||
<h2>Services</h2>
|
||||
<h6>We offer exceptional service with complimentary hugs.</h6>
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-sm-6 wow fadeInLeft delay-05s">
|
||||
<div class="service-list">
|
||||
<div class="service-list-col1">
|
||||
<i class="fa-paw"></i>
|
||||
</div>
|
||||
<div class="service-list-col2">
|
||||
<h3>branding & identity</h3>
|
||||
<p>Proin iaculis purus digni consequat sem digni ssim. Donec entum digni ssim.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="service-list">
|
||||
<div class="service-list-col1">
|
||||
<i class="fa-gear"></i>
|
||||
</div>
|
||||
<div class="service-list-col2">
|
||||
<h3>web development</h3>
|
||||
<p>Proin iaculis purus consequat sem digni ssim. Digni ssim porttitora .</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="service-list">
|
||||
<div class="service-list-col1">
|
||||
<i class="fa-apple"></i>
|
||||
</div>
|
||||
<div class="service-list-col2">
|
||||
<h3>mobile design</h3>
|
||||
<p>Proin iaculis purus consequat digni sem digni ssim. Purus donec porttitora entum.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="service-list">
|
||||
<div class="service-list-col1">
|
||||
<i class="fa-medkit"></i>
|
||||
</div>
|
||||
<div class="service-list-col2">
|
||||
<h3>24/7 Support</h3>
|
||||
<p>Proin iaculis purus consequat sem digni ssim. Sem porttitora entum.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<figure class="col-lg-8 col-sm-6 text-right wow fadeInUp delay-02s">
|
||||
<img src="img/macbook-pro.png" alt="">
|
||||
</figure>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section><!--main-section-end-->
|
||||
|
||||
|
||||
|
||||
<section class="main-section alabaster"><!--main-section alabaster-start-->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<figure class="col-lg-5 col-sm-4 wow fadeInLeft">
|
||||
<img src="img/iphone.png" alt="">
|
||||
</figure>
|
||||
<div class="col-lg-7 col-sm-8 featured-work">
|
||||
<h2>featured work</h2>
|
||||
<P class="padding-b">Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit.</P>
|
||||
<div class="featured-box">
|
||||
<div class="featured-box-col1 wow fadeInRight delay-02s">
|
||||
<i class="fa-magic"></i>
|
||||
</div>
|
||||
<div class="featured-box-col2 wow fadeInRight delay-02s">
|
||||
<h3>magic of theme development</h3>
|
||||
<p>Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="featured-box">
|
||||
<div class="featured-box-col1 wow fadeInRight delay-04s">
|
||||
<i class="fa-gift"></i>
|
||||
</div>
|
||||
<div class="featured-box-col2 wow fadeInRight delay-04s">
|
||||
<h3>neatly packaged</h3>
|
||||
<p>Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="featured-box">
|
||||
<div class="featured-box-col1 wow fadeInRight delay-06s">
|
||||
<i class="fa-dashboard"></i>
|
||||
</div>
|
||||
<div class="featured-box-col2 wow fadeInRight delay-06s">
|
||||
<h3>SEO optimized</h3>
|
||||
<p>Proin iaculis purus consequat sem cure digni ssim. Donec porttitora entum suscipit aenean rhoncus posuere odio in tincidunt. </p>
|
||||
</div>
|
||||
</div>
|
||||
<a class="Learn-More" href="#">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section><!--main-section alabaster-end-->
|
||||
|
||||
|
||||
|
||||
<section class="main-section paddind" id="Portfolio"><!--main-section-start-->
|
||||
<div class="container">
|
||||
<h2>Portfolio</h2>
|
||||
<h6>Fresh portfolio of designs that will keep you wanting more.</h6>
|
||||
<div class="portfolioFilter">
|
||||
<ul class="Portfolio-nav wow fadeIn delay-02s">
|
||||
<li><a href="#" data-filter="*" class="current" >All</a></li>
|
||||
<li><a href="#" data-filter=".branding" >Branding</a></li>
|
||||
<li><a href="#" data-filter=".webdesign" >Web design</a></li>
|
||||
<li><a href="#" data-filter=".printdesign" >Print design</a></li>
|
||||
<li><a href="#" data-filter=".photography" >Photography</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="portfolioContainer wow fadeInUp delay-04s">
|
||||
<div class=" Portfolio-box printdesign">
|
||||
<a href="#"><img src="img/Portfolio-pic1.jpg" alt=""></a>
|
||||
<h3>Foto Album</h3>
|
||||
<p>Print Design</p>
|
||||
</div>
|
||||
<div class="Portfolio-box webdesign">
|
||||
<a href="#"><img src="img/Portfolio-pic2.jpg" alt=""></a>
|
||||
<h3>Luca Theme</h3>
|
||||
<p>Web Design</p>
|
||||
</div>
|
||||
<div class=" Portfolio-box branding">
|
||||
<a href="#"><img src="img/Portfolio-pic3.jpg" alt=""></a>
|
||||
<h3>Uni Sans</h3>
|
||||
<p>Branding</p>
|
||||
</div>
|
||||
<div class=" Portfolio-box photography" >
|
||||
<a href="#"><img src="img/Portfolio-pic4.jpg" alt=""></a>
|
||||
<h3>Vinyl Record</h3>
|
||||
<p>Photography</p>
|
||||
</div>
|
||||
<div class=" Portfolio-box branding">
|
||||
<a href="#"><img src="img/Portfolio-pic5.jpg" alt=""></a>
|
||||
<h3>Hipster</h3>
|
||||
<p>Branding</p>
|
||||
</div>
|
||||
<div class=" Portfolio-box photography">
|
||||
<a href="#"><img src="img/Portfolio-pic6.jpg" alt=""></a>
|
||||
<h3>Windmills</h3>
|
||||
<p>Photography</p>
|
||||
</div>
|
||||
</div>
|
||||
</section><!--main-section-end-->
|
||||
|
||||
|
||||
<section class="main-section client-part" id="client"><!--main-section client-part-start-->
|
||||
<div class="container">
|
||||
<b class="quote-right wow fadeInDown delay-03"><i class="fa-quote-right"></i></b>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<p class="client-part-haead wow fadeInDown delay-05">It was a pleasure to work with the guys at Knight Studio. They made sure
|
||||
we were well fed and drunk all the time!</p>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="client wow fadeIn delay-05s">
|
||||
<li><a href="#">
|
||||
<img src="img/client-pic1.jpg" alt="">
|
||||
<h3>James Bond</h3>
|
||||
<span>License To Drink Inc.</span>
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section><!--main-section client-part-end-->
|
||||
<div class="c-logo-part"><!--c-logo-part-start-->
|
||||
<div class="container">
|
||||
<ul>
|
||||
<li><a href="#"><img src="img/c-liogo1.png" alt=""></a></li>
|
||||
<li><a href="#"><img src="img/c-liogo2.png" alt=""></a></li>
|
||||
<li><a href="#"><img src="img/c-liogo3.png" alt=""></a></li>
|
||||
<li><a href="#"><img src="img/c-liogo4.png" alt=""></a></li>
|
||||
<li><a href="#"><img src="img/c-liogo5.png" alt=""></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!--c-logo-part-end-->
|
||||
<section class="main-section team" id="team"><!--main-section team-start-->
|
||||
<div class="container">
|
||||
<h2>team</h2>
|
||||
<h6>Take a closer look into our amazing team. We won’t bite.</h6>
|
||||
<div class="team-leader-block clearfix">
|
||||
<div class="team-leader-box">
|
||||
<div class="team-leader wow fadeInDown delay-03s">
|
||||
<div class="team-leader-shadow"><a href="#"></a></div>
|
||||
<img src="img/team-leader-pic1.jpg" alt="">
|
||||
<ul>
|
||||
<li><a href="#" class="fa-twitter"></a></li>
|
||||
<li><a href="#" class="fa-facebook"></a></li>
|
||||
<li><a href="#" class="fa-pinterest"></a></li>
|
||||
<li><a href="#" class="fa-google-plus"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h3 class="wow fadeInDown delay-03s">Walter White</h3>
|
||||
<span class="wow fadeInDown delay-03s">Chief Executive Officer</span>
|
||||
<p class="wow fadeInDown delay-03s">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin consequat sollicitudin cursus. Dolor sit amet, consectetur adipiscing elit proin consequat.</p>
|
||||
</div>
|
||||
<div class="team-leader-box">
|
||||
<div class="team-leader wow fadeInDown delay-06s">
|
||||
<div class="team-leader-shadow"><a href="#"></a></div>
|
||||
<img src="img/team-leader-pic2.jpg" alt="">
|
||||
<ul>
|
||||
<li><a href="#" class="fa-twitter"></a></li>
|
||||
<li><a href="#" class="fa-facebook"></a></li>
|
||||
<li><a href="#" class="fa-pinterest"></a></li>
|
||||
<li><a href="#" class="fa-google-plus"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h3 class="wow fadeInDown delay-06s">Jesse Pinkman</h3>
|
||||
<span class="wow fadeInDown delay-06s">Product Manager</span>
|
||||
<p class="wow fadeInDown delay-06s">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin consequat sollicitudin cursus. Dolor sit amet, consectetur adipiscing elit proin consequat.</p>
|
||||
</div>
|
||||
<div class="team-leader-box">
|
||||
<div class="team-leader wow fadeInDown delay-09s">
|
||||
<div class="team-leader-shadow"><a href="#"></a></div>
|
||||
<img src="img/team-leader-pic3.jpg" alt="">
|
||||
<ul>
|
||||
<li><a href="#" class="fa-twitter"></a></li>
|
||||
<li><a href="#" class="fa-facebook"></a></li>
|
||||
<li><a href="#" class="fa-pinterest"></a></li>
|
||||
<li><a href="#" class="fa-google-plus"></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h3 class="wow fadeInDown delay-09s">Skyler white</h3>
|
||||
<span class="wow fadeInDown delay-09s">Accountant</span>
|
||||
<p class="wow fadeInDown delay-09s">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin consequat sollicitudin cursus. Dolor sit amet, consectetur adipiscing elit proin consequat.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section><!--main-section team-end-->
|
||||
|
||||
|
||||
|
||||
<section class="business-talking"><!--business-talking-start-->
|
||||
<div class="container">
|
||||
<h2>Let’s Talk Business.</h2>
|
||||
</div>
|
||||
</section><!--business-talking-end-->
|
||||
<div class="container">
|
||||
<section class="main-section contact" id="contact">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-sm-7 wow fadeInLeft">
|
||||
<div class="contact-info-box address clearfix">
|
||||
<h3><i class=" icon-map-marker"></i>Address:</h3>
|
||||
<span>308 Negra Arroyo Lane<br>Albuquerque, New Mexico, 87111.</span>
|
||||
</div>
|
||||
<div class="contact-info-box phone clearfix">
|
||||
<h3><i class="fa-phone"></i>Phone:</h3>
|
||||
<span>1-800-BOO-YAHH</span>
|
||||
</div>
|
||||
<div class="contact-info-box email clearfix">
|
||||
<h3><i class="fa-pencil"></i>email:</h3>
|
||||
<span>hello@knightstudios.com</span>
|
||||
</div>
|
||||
<div class="contact-info-box hours clearfix">
|
||||
<h3><i class="fa-clock-o"></i>Hours:</h3>
|
||||
<span><strong>Monday - Thursday:</strong> 10am - 6pm<br><strong>Friday:</strong> People work on Fridays now?<br><strong>Saturday - Sunday:</strong> Best not to ask.</span>
|
||||
</div>
|
||||
<ul class="social-link">
|
||||
<li class="twitter"><a href="#"><i class="fa-twitter"></i></a></li>
|
||||
<li class="facebook"><a href="#"><i class="fa-facebook"></i></a></li>
|
||||
<li class="pinterest"><a href="#"><i class="fa-pinterest"></i></a></li>
|
||||
<li class="gplus"><a href="#"><i class="fa-google-plus"></i></a></li>
|
||||
<li class="dribbble"><a href="#"><i class="fa-dribbble"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-6 col-sm-5 wow fadeInUp delay-05s">
|
||||
<div class="form">
|
||||
<input class="input-text" type="text" name="" value="Your Name *" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">
|
||||
<input class="input-text" type="text" name="" value="Your E-mail *" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">
|
||||
<textarea class="input-text text-area" cols="0" rows="0" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;">Your Message *</textarea>
|
||||
<input class="input-btn" type="submit" value="send message">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-logo"><a href="#"><img src="img/footer-logo.png" alt=""></a></div>
|
||||
<span class="copyright">Copyright © 2016 | <a href="">TidusJar</a></span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function(e) {
|
||||
$('#test').scrollToFixed();
|
||||
$('.res-nav_click').click(function(){
|
||||
$('.main-nav').slideToggle();
|
||||
return false
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
<script>
|
||||
wow = new WOW(
|
||||
{
|
||||
animateClass: 'animated',
|
||||
offset: 100
|
||||
}
|
||||
);
|
||||
wow.init();
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
$(window).load(function(){
|
||||
|
||||
$('.main-nav li a').bind('click',function(event){
|
||||
var $anchor = $(this);
|
||||
|
||||
$('html, body').stop().animate({
|
||||
scrollTop: $($anchor.attr('href')).offset().top - 102
|
||||
}, 1500,'easeInOutExpo');
|
||||
/*
|
||||
if you don't want to use the easing effects:
|
||||
$('html, body').stop().animate({
|
||||
scrollTop: $($anchor.attr('href')).offset().top
|
||||
}, 1000);
|
||||
*/
|
||||
event.preventDefault();
|
||||
});
|
||||
})
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
$(window).load(function(){
|
||||
|
||||
|
||||
var $container = $('.portfolioContainer'),
|
||||
$body = $('body'),
|
||||
colW = 375,
|
||||
columns = null;
|
||||
|
||||
|
||||
$container.isotope({
|
||||
// disable window resizing
|
||||
resizable: true,
|
||||
masonry: {
|
||||
columnWidth: colW
|
||||
}
|
||||
});
|
||||
|
||||
$(window).smartresize(function(){
|
||||
// check if columns has changed
|
||||
var currentColumns = Math.floor( ( $body.width() -30 ) / colW );
|
||||
if ( currentColumns !== columns ) {
|
||||
// set new column count
|
||||
columns = currentColumns;
|
||||
// apply width to container manually, then trigger relayout
|
||||
$container.width( columns * colW )
|
||||
.isotope('reLayout');
|
||||
}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
}).smartresize(); // trigger resize to set container width
|
||||
$('.portfolioFilter a').click(function(){
|
||||
$('.portfolioFilter .current').removeClass('current');
|
||||
$(this).addClass('current');
|
||||
|
||||
var selector = $(this).attr('data-filter');
|
||||
$container.isotope({
|
||||
|
||||
filter: selector,
|
||||
});
|
||||
return false;
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue