mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fix mobile app links and add legal
This commit is contained in:
parent
8bb5740895
commit
d639789d1f
2 changed files with 48 additions and 23 deletions
|
@ -274,12 +274,33 @@ ol {
|
||||||
background: #000;
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.badges {
|
||||||
|
display: inline-block;
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.badges img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.apple-badge img {
|
||||||
|
width: 88%;
|
||||||
|
margin: 6%;
|
||||||
|
}
|
||||||
|
|
||||||
.madeby-container {
|
.madeby-container {
|
||||||
padding: 150px 0;
|
padding: 150px 0;
|
||||||
color: #000;
|
color: #000;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.legal {
|
||||||
|
font-size: 12px;
|
||||||
|
margin: 50px 0 30px 0;
|
||||||
|
color: #a0a0a0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Fancy css loader */
|
/* Fancy css loader */
|
||||||
.loader {
|
.loader {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
42
index.html
42
index.html
|
@ -133,18 +133,17 @@
|
||||||
<div class="center text-center">
|
<div class="center text-center">
|
||||||
<h1>I'm ready. How do I install it?</h1>
|
<h1>I'm ready. How do I install it?</h1>
|
||||||
<a class="button-white" href="https://github.com/tidusjar/Ombi/wiki/Installation">Here you go!</a>
|
<a class="button-white" href="https://github.com/tidusjar/Ombi/wiki/Installation">Here you go!</a>
|
||||||
|
</div>
|
||||||
</div><div class="center text-center">
|
<div class="center text-center">
|
||||||
<a href='https://play.google.com/store/apps/details?id=com.tidusjar.Ombi&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
|
<h1>There's also a mobile app!</h1>
|
||||||
<img width="300px" alt='Get it on Google Play' src='https://play.google.com/intl/en_gb/badges/images/generic/en_badge_web_generic.png'/></a>
|
<a class="apple-badge badges" href="https://itunes.apple.com/us/app/ombi/id1335260043?mt=8">
|
||||||
</div> </div>
|
<img alt='Get it on the App Store' src="https://linkmaker.itunes.apple.com/assets/shared/badges/en-us/appstore-lrg.svg">
|
||||||
|
</a>
|
||||||
</div><div class="center text-center">
|
<a class="google-badge badges" href='https://play.google.com/store/apps/details?id=com.tidusjar.Ombi&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>
|
||||||
<a href='https://itunes.apple.com/us/app/ombi/id1335260043?ls=1&mt=8'>
|
<img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'/>
|
||||||
<img width="300px" alt='Get it on App Store' src='https://i.imgur.com/cJFa0M4.png'/></a>
|
</a>
|
||||||
</div> </div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="madeby-container float-container">
|
<div class="madeby-container float-container">
|
||||||
<div class="left text-center">
|
<div class="left text-center">
|
||||||
<h1>Who made this? Can I thank them?</h1>
|
<h1>Who made this? Can I thank them?</h1>
|
||||||
|
@ -171,21 +170,26 @@
|
||||||
<a class="button-black" href="https://github.com/tidusjar/Ombi/issues/new">Report an issue</a>
|
<a class="button-black" href="https://github.com/tidusjar/Ombi/issues/new">Report an issue</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="legal text-center">
|
||||||
|
<p>Apple and the Apple logo are trademarks of Apple Inc. App Store is a service mark of Apple Inc.</p>
|
||||||
|
<p>Google Play and the Google Play logo are trademarks of Google LLC.</p>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" charset="utf-8"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" charset="utf-8"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplelightbox/1.12.1/simple-lightbox.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplelightbox/1.12.1/simple-lightbox.min.js"></script>
|
||||||
<script src="/js/javascript.js" charset="utf-8"></script>
|
<script src="/js/javascript.js" charset="utf-8"></script>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-89270627-1"></script>
|
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-89270627-1"></script>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-89270627-2"></script>
|
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-89270627-2"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag() {
|
||||||
|
dataLayer.push(arguments);
|
||||||
|
}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
|
|
||||||
gtag('config', 'UA-89270627-2');
|
gtag('config', 'UA-89270627-2');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue