Skip to content
Permalink
Browse files
Working on new theme
  • Loading branch information
mirkosertic committed Apr 29, 2018
1 parent 5ec6c40 commit 761eecf
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 44 deletions.
@@ -19,9 +19,9 @@ Josefine-Mauser-Strasse 66 +
Telefon: 01575-1337193 +
E-Mail: mirko@mirkosertic.de

*Haftungsausschluss*
=== Haftungsausschluss

*Haftung für Inhalte*
==== Haftung für Inhalte

Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit und Aktualität der
Inhalte können wir jedoch keine Gewähr übernehmen. Als Diensteanbieter sind wir gemäß § 7 Abs.1 TMG für eigene Inhalte auf
@@ -32,7 +32,7 @@ den allgemeinen Gesetzen bleiben hiervon unberührt. Eine diesbezügliche Haftun
Kenntnis einer konkreten Rechtsverletzung möglich. Bei Bekanntwerden von entsprechenden Rechtsverletzungen werden wir
diese Inhalte umgehend entfernen.

*Haftung für Links*
==== Haftung für Links

Unser Angebot enthält Links zu externen Webseiten Dritter, auf deren Inhalte wir keinen Einfluss haben. Deshalb können wir
für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der jeweilige
@@ -41,7 +41,7 @@ Rechtsverstöße überprüft. Rechtswidrige Inhalte waren zum Zeitpunkt der Verl
inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne konkrete Anhaltspunkte einer Rechtsverletzung nicht zumutbar.
Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Links umgehend entfernen.

*Google Analytics*
==== Google Analytics

Diese Website benutzt Google Analytics, einen Webanalysedienst der Google Inc. (''Google''). Google Analytics verwendet
sog. ''Cookies'', Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website
@@ -20,6 +20,10 @@ https://www.keycloak.org/[Keycloak]

Keycloak is an open source Identity and Access Management solution aimed at modern applications and services. It makes it easy to secure applications and services with little to no code.

https://gohugo.io/[Hugo]

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.

http://cbor.io/

The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.
@@ -314,7 +314,7 @@ And that is it.

Ok, now let’s see if the compiler is working and check the correctness of the compilation process. I chose a simple JBox2D simulation, written in Java. This is a nice example, as it includes complex control flow, complex computation logic and also some nice visual feedback.

And here it is, the running JBox2D Java Program transpiled to JavaScript: https://www.mirkosertic.de/examples/jbox2d/index.html
And here it is, the running https://www.mirkosertic.de/examples/jbox2d/index.html[JBox2D Java Program] transpiled to JavaScript:

image:/media/jbox2dsimulation.png[]

@@ -22,7 +22,7 @@ <h2 class="mt-4">What I do</h2>
architectures and sound operation of all kinds of software.</p>
</div>
<div class="col-sm-4">
<h2 class="mt-4 hidden-md-down"><i class="fa fa-map-marker"></i>Contact</h2>
<h2 class="mt-4 hidden-md-down">Contact me</h2>
{{ partial "address.html" . }}
</div>
</div>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -46,4 +46,10 @@ div.sect1 {
h2 {
margin-top: 0.6em;
}
}

span.image {
img {
max-width: 100%;
}
}

Large diffs are not rendered by default.

@@ -150,6 +150,11 @@ main {
}
}

div.post-navigation {
padding-left: 1em;
padding-right: 1em;
}

div.comments {
padding-left: 1em;
padding-right: 1em;
@@ -166,7 +171,6 @@ footer {
}

a {
font-weight: bold;
color: white;
&:hover {
color: white;

0 comments on commit 761eecf

Please sign in to comment.