Files
xStreamRepoWeb/index.html
2022-11-04 15:35:04 +01:00

105 lines
5.2 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>xStream Web Portal</title>
<!-- Web Schriftarten -->
<link href='http://fonts.googleapis.com/css?family=Roboto:100,300,100italic,400,300italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="css/about.css" rel="stylesheet">
<!-- Schriftart -->
<link href="css/font.css" rel="stylesheet" >
<!-- CSS Einstellungen-->
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<!-- Header -->
<section id="header">
<div class="animation">
<a class="arrow-down-animation" data-scroll href="#about"><i class="fa fa-angle-down"></i></a>
</div>
</section>
<!-- Header Ende -->
<!-- Übersicht -->
<section id="about">
<div class="container">
<div class="row text-center">
<h1>Willkommen auf der xStream Webseite</h1>
<h5>Hier findet Ihr alle Informationen rund um xStream</h5>
</br></br>
<!-- Links -->
<div data-sr="enter top over 1s, wait 0.3s, move 24px, reset" class="col-md-4">
<img class="logo" src="images/repo.png" alt="Repository"/>
<h3>Repository</h3>
<div class="colored-line-small-center"></div>
<p>Hier findet Ihr unsere aktuelle Repository zum herunterladen.</p>
<a href="repository.xstream-1.2.0.zip">repository.xstream-1.2.0.zip</a>
</div>
<!-- Mitte -->
<div data-sr="enter bottom over 1s, wait 0.3s, move 24px, reset" class="col-md-4 middle">
<img class="logo" src="images/faq.png" alt="Faq"/>
<h3>Faq</h3>
<div class="colored-line-small-center"></div>
<p>Eine ausführliche FAQ zur Installation, Einbindung als Quelle in Kodi, Übersicht und Problemlösungen</p>
<a href="https://github.com/streamxstream/xStream-FAQ/blob/master/xStream_Anleitung_FAQ.md">FAQ</a></p>
</div>
<!-- Rechts -->
<div data-sr="enter top over 1s, wait 0.3s, move 24px, reset" class="col-md-4">
<img class="logo" src="images/chat.png" alt="Chat"/>
<h3>Chat</h3>
<div class="colored-line-small-center"></div>
<p>Unser Gitter Chat für Feedback und Probleme findet Ihr hier:</p>
<a href="https://gitter.im/streamxstream/community?source=orgpage">Chat on Gitter</a>
</div>
</div>
</div>
</section>
<!-- Übersicht Ende -->
<!-- Download -->
<section id="download">
<div class="container">
<div class="row text-center">
<div class="col-md-8 col-md-offset-2">
<h2 data-sr="enter top over 1s, wait 0.3s, move 24px, reset" class="black-text">Downloads</h2>
<h5 data-sr="enter bottom over 1s, wait 0.3s, move 24px, reset" class="black-text">Hier findet Ihr die aktuellen xStream Downloads</h5>
<p>xStream Repository</br><a href="https://github.com/streamxstream/xStreamRepo/raw/master/repository.xstream/repository.xstream-1.1.9.zip"><img class="logo" src="images/download.png" style="max-width: 20%;" alt="xStream Repository"/></a></p>
<div class="colored-line-small-center"></div>
<p>xStream The Movie Db Helper Global</br><a href="https://github.com/streamxstream/xStreamRepo/raw/master/tmdb.helper.json/zip/xS_global.zip"><img class="logo" src="images/download.png" style="max-width: 20%;" alt="xStream The Movie Db Helper Global"/></a></p>
<div class="colored-line-small-center"></div>
<p>xStream The Movie Db Helper SerienStream</br><a href="https://github.com/streamxstream/xStreamRepo/raw/master/tmdb.helper.json/zip/xS_Serie_SerienStream.zip"><img class="logo" src="images/download.png" style="max-width: 20%;" alt="xStream The Movie Db Helper Filmpalast"/></a></p>
<div class="colored-line-small-center"></div>
<p>xStream The Movie Db Helper KinoGer</br><a href="https://github.com/streamxstream/xStreamRepo/raw/master/tmdb.helper.json/zip/xS_Serie_Kinoger.zip"><img class="logo" src="images/download.png" style="max-width: 20%;" alt="xStream The Movie Db Helper KinoGer"/></a></p>
<div class="colored-line-small-center"></div>
<p>xStream The Movie Db Helper FilmPalast</br><a href="https://github.com/streamxstream/xStreamRepo/raw/master/tmdb.helper.json/zip/xS_Serie_Filmpalast.zip"><img class="logo" src="images/download.png" style="max-width: 20%;" alt="xStream The Movie Db Helper FilmPalast"/></a></p>
<div class="colored-line-small-center"></div>
<p>THX an @Heptamer, @Cubikon, @Barclay & @DWH für die TMDb Helper Dateien.</p>
</div>
</div>
</div>
</section>
<!-- Download Ende -->
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row text-center">
<p>&copy; 2022 xStream @Anis3 and Ron801 | Design by DWH</p>
</div>
</div>
</footer>
<!-- Footer Ende -->
<!-- Skripte -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/functions.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/scrollReveal.min.js"></script>
<!-- Skripte Ende -->
</body>
</html>