You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ombi/_includes/header.html

21 lines
1021 B

8 years ago
<header>
<section id="header">
8 years ago
<div class="container">
<div class="header-content">
<div class="row">
<div class="col-lg-12 text-center">
<img src="{{ site.baseurl }}/img/headerimg.png" class="img-responsive" alt="">
</div>
<div class="col-lg-12 text-center">
<h1>Your personal media assistant!</h1>
<p>A simple way for your shared media users to request and download content - automatically!<br>
Learn how to get up and running in 5 minutes, below.</p>
<a href="#why" class="btn btn-filled btn-xl page-scroll">Learn More &darr;</a>
<a href="https://github.com/tidusjar/Ombi/releases/latest" class="btn btn-outline btn-xl page-scroll">Install</a>
</div>
</div>
8 years ago
</div>
</div>
</section>
8 years ago
</header>