-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 2.1 KB
/
index.html
File metadata and controls
31 lines (29 loc) · 2.1 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
---
layout: default
---
<div class="main-container">
<div class="main wrapper clearfix">
<aside>
<h3>Slides from the CLT 2018</h3>
<p>If you are looking for the slides from my presentation as the Chemnitzer Linux Tage 2018 the full deck is online at <a href="{{ "business/marketing/presentation/CLT_2018-03-11.html" | prepend: site.baseurl }}">its location on this webpage</a>, served out of the GitHub repository.</p>
<p><img src="{{ "/business/marketing/presentation/images/clt-2018_90dpi.png" | prepend: site.baseurl }}" /></p>
</aside>
<article>
<section>
<header>
<h2>Zeigt eine Tag- und Nachtkarte des Planeten</h2>
<p>Eine unaufdringliche Weltkarte zeigt die Tag- und Nachtseite des Planeten. Orte internationaler Familie/Freunde/Verwandte lassen sich mit einem Punkt markieren und auf einen Blick ist sichtbar "ist es dort schon hell?" Die Karte kann auf Amerika, "normal" und Asien zentriert werden. Der Code ist einsehbar auf GitHub, dort kann auch ein Fehler gemeldet werden.</p>
</header>
</section>
<section>
<header>
<h2>Shows a day- and night map of the planet</h2>
<p>An unobstrusive map shows the day- and night areas of the planet. Places of international friends/family/relatives can be marked with a dot and on quick glance it is visible if "is it bright day over there?" The map can be centered on the Americas, "normal' and on Asia. The code is public on GitHub where bugs may be reported.</p>
</header>
</section>
<section>
<p><img style="border: 1px solid #839496" src="{{ "/application/physical/images/sharing-to-Twitter.png" | prepend: site.baseurl }}" /></p>
</section>
</article>
</div> <!-- #main -->
</div> <!-- #main-container -->