This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
64 lines (61 loc) · 2.39 KB
/
index.html
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
---
layout: default
title: NMS Status Page
---
<header role="banner">
<div class="content">
<div class="boxsocial">
<a href="https://www.netways.de/home/" target="_blank">Website</a>
<a href="http://blog.netways.de/" target="_blank">Blog</a>
<a href="https://shop.netways.de" target="_blank">Shop</a>
<a href="https://git.netways.org/explore/projects" target="_blank">Git</a>
<a href="https://www.netways.de/ueber_netways/veranstaltungskalender/" target="_blank">Events</a>
<a href="https://www.facebook.com/netways" target="_blank"><i class="fa fa-fw fa-facebook"></i></a>
<a href="https://twitter.com/netways" target="_blank"><i class="fa fa-fw fa-twitter"></i></a>
<a href="https://plus.google.com/+netways" target="_blank"><i class="fa fa-fw fa-google-plus"></i></a>
<a href="http://status.netways.de/atom.xml" target="_blank"><i class="fa fa-fw fa-rss"></i></a>
</div>
<div class="boxlogo lfloat">
<img src="netways-logo.svg" alt="NETWAYS">
</div>
</div>
</header>
<main>
<section id="section-info">
<div class="content">
<div class="well">
<i class="fa fa-info-circle fa-2x"></i>
<h1>NMS Status Page</h1>
<p class="text-small">This is the status page of NETWAYS Managed Services. In case of service interruptions we will keep you informed here.</p>
</div>
</div>
</section>
<section>
<div class="content">
<div class="posts">
{% for post in site.posts %}
<div class="post">
<div class="state">
<i class="fa fa-{{ post.fa }}" aria-hidden="true"></i>
</div>
<div class="boxdatetime">
<span class="date">{{ post.date | date_to_long_string }}</span>
<span class="time">{{ post.time }}</span>
</div>
<h3 class="boxtitle" title="{{ post.title }}">
{{ post.title }}
</h3>
<div class="boxcontent">
{{ post.content }}
</div>
</div>
{% endfor %}
</div>
</div>
</section>
</main>
<footer>
<div class="content">
<p class="text-center">© 1995—2017 NETWAYS GmbH ❘ Phone: +49 911 92885-0 ❘ Fax: +49 911 92885-77 ❘ Email: info(at)netways.de | <a href="https://www.netways.de/kontakt/impressum/" target="_blank">Impressum</a></p>
</div>
</footer>