summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/dist/about/index.html
blob: 6fcb1ee048d3aeb8792a36aa51302b44e2657612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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, shrink-to-fit=no">
    <meta name="description" content="DSA-Bot Web Client">
    <meta name="author" content="Timon Scholz">
    <meta name="theme-color" content="#546e7a">
    <title>Helden Online</title>
    <link rel="icon" href="ressources/DSALogo.png">
    <link rel="stylesheet" href="../style/about.css">
    <!-- <link rel="manifest" href="manifest.webmanifest"> -->
    <link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed" rel="stylesheet">
  </head>
  <body>
    <div class="backdrop">
      <div class="header-bar">
        <div class="menu-icon" id="show-menu"></div>
        <h1 class="header">Helden Online</h1>
      </div>
      <div class="menu-actions hidden" id="menu">
        <a class="menu-option" id="listing-tab" href="../">Spiele-Liste</a>
        <a class="menu-option" id="github-tab" href="https://github.com/TrueDoctor/DiscoBot" target="_blank">Projekt auf GitHub</a>
        <a class="menu-option active" id="about-tab" href="." target="_blank">About</a>
      </div>
    </div>
    <div class="front-layer" id="front-layer">

      <!-- TODO: About content here -->

      <div class="copyright-container">
        <p>Front-End © 2018 Timon Scholz</p>
        <p>Back-End © 2018 Dennis Kobert</p>
      </div>
    </div>
    <script src="../script/about.js"></script>
  </body>
</html>