-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 958 Bytes
/
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
---
layout: page_landing
title: "Andreas Kreuz auf Github"
feature-img: "/assets/headers/SourceCode.png"
img: "/assets/headers/SourceCode.png"
---
<div class="row">
<div class="col col-md-6">
<div class="jumbotron jumbotron-fluid">
<h1 class="lead display-4"><img src="{{ site.baseurl }}/{{ site.theme_settings.avatar }}" width="60" height="60" class="float-right rounded-circle" alt=""> Andreas Kreuz</h1>
<hr style="border: solid 1px #ffffff;">
<p class="lead">
Meine Projekte auf Github
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-6 pb-5">
<h4>Lua-Bibliothek für EEP</h4>
<p class="lead">
Eine in Lua geschriebene Skriptsammlung für die Simulation
<em>Eisenbahn.exe Professional</em> (EEP).<br>
</p>
<p class="lead">
<a href="https://andreas-kreuz.github.io/ak-lua-bibliothek-fuer-eep/" class="btn btn-light btn-lg">zum Projekt</a>
</p>
</div>
</div>