Heimdall/index.html
2018-02-11 23:41:45 +00:00

83 lines
4.5 KiB
HTML

<!doctype html>
<html lang="en">
<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>Heimdall Application Dashboard</title>
<meta name="description" content="The Heimdall Application Dashboard makes managing your websites and applications much easier.">
<link rel="apple-touch-icon" sizes="57x57" href="apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Raleway:200,400,700" rel="stylesheet">
<link rel="stylesheet" href="css/app.css?v=2" type="text/css" />
</head>
<body>
<div id="app">
<section class="section1"></section>
<section class="section2">
<div class="container">
<div>
<h1>Heimdall <span>Application Dashboard</span></h1>
<p>Heimdall has been designed to make your life easier. At its very core it's a way to organise
all the sites and application you use on a daily basis and present them in an informative and
pleasing way.</p>
<p>
<strong>Github:</strong> <a href="https://github.com/linuxserver/Heimdall/">Link</a>
<strong>Releases:</strong> <a href="https://github.com/linuxserver/Heimdall/releases">Link</a>
<strong>Issues:</strong> <a href="https://github.com/linuxserver/Heimdall/issues">Link</a>
<strong>Support:</strong> <a href="https://discord.gg/KJXmZu5">https://discord.gg/KJXmZu5</a>
</p>
</div>
</div>
</section>
<img class="section4" src="img/mockup.jpg" alt="Heimdall on various devices" />
<section class="section3">
<div class="container">
<div class="video-container">
<iframe width="900" height="563" src="https://www.youtube.com/embed/GXnnMAxPzMc?showinfo=0&autohide=1" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
</div>
</div>
</section>
<section class="section5">
<div class="container">
</div>
</section>
<!--<section class="section2">
<div class="container">
<div class="row">
<div class="col-md-4">Something here</div>
<div class="col-md-4">Something here</div>
<div class="col-md-4">Something here</div>
</div>
</div>
</section>-->
</div>
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="js/jquery-3.3.1.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<script src="js/app.js"></script>-->
</body>
</html>