-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (61 loc) · 2.56 KB
/
index.html
File metadata and controls
65 lines (61 loc) · 2.56 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<title>SmartWebApplicationComponents Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/global.css">
<link rel="stylesheet" type="text/css" href="css/index.css">
<noscript>
<link rel="stylesheet" type="text/css" href="css/noscript.css">
</noscript>
<link rel="stylesheet" type="text/css" href="/SWAC/swac/libs/uikit/css/uikit.min.css">
<script src="/SWAC/swac/libs/uikit/js/uikit.min.js"></script>
<script src="/SWAC/swac/swac.js" type="module"></script>
</head>
<body>
<header id="siteheader" class="uk-cover-container">
<img src="content/header.jpg" alt="Header" uk-cover>
</header>
<nav id="head_navigation" swa="Navigation FROM routes.json"></nav>
<div id="translate" swa="Translator FROM languages/translations.json"></div>
<noscript>
<div class="noscript_nav">
<a href="sitemap.html" class="uk-button uk-button-primary">Sitemap</a>
<br>Bitte aktiviere Javascript, um die bestmögliche Ansicht zu haben. / Please activate Javascript for the best experience.
</div>
</noscript>
<div class="midpos">
<h1>This template is the startpoint for your great webpage!</h1>
</div>
<div class="uk-card uk-card-primary uk-card-body">
<h3 class="uk-card-title">Get started</h3>
<p></p>
<ol>
<li>
Look at the howtos and the predefined pages at the menue
</li>
<li>
Create your content pages
</li>
<li>
Fill your pages with content
</li>
<li>
Open /data/routes.js and create your menue
</li>
<li>
Extend your page useing easy data display and visualisations.
</li>
<li>
Learn more about useing components by visiting the <a href="https://florianfehring.github.io/SWACdoc/">documentation</a>.
</li>
</ol>
</div>
<footer>
<a href="sites/about/privacy.html">Privacy policy / Datenschutzerklärung</a>
<a href="sites/about/imprint.html">Imprint / Impressum</a>
<a class="toplink" href="#">Top</a>
</footer>
</body>
</html>