-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (62 loc) · 4.28 KB
/
index.html
File metadata and controls
89 lines (62 loc) · 4.28 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Ultimate.github.com by ultimate</title>
</head>
<body>
<header>
<div class="inner">
<h1>Ultimate.github.com</h1>
<h2>my github page containing the most important information and downloads for my projects</h2>
<a href="https://github.com/ultimate" class="button"><small>Follow me on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>Welcome</h1>
<p>Are you interested in my projects or those of <a href="https://github.com/syncnapsis" class="user-mention">@syncnapsis</a>?
You are very welcome to explore my/our repositories. Please don't hesitate to contact me if you have any questions...
Depending on the content of my projects I may provide informationen only in either English or German. If you require an translation, contact me as well...</p>
<p><em>Bist du interessiert an meinen Projekten oder denen von <a href="https://github.com/syncnapsis" class="user-mention">@syncnapsis</a>?
Du bist gerne eingeladen meine/unsere Repositories zu erkunden. Bitte zögere nicht mich zu kontaktieren, wenn du irgendwelche Fragen hast...
Abhängig vom Inhalt meiner Projekte kann es sein, dass die Informationen nur auf Englisch oder Deutsch vorhanden sind. Falls du eine Übersetzung brauchst kontaktiere mich einfach...</em></p>
<h2>License</h2>
<p>All content in my projects are published under the GNU General Public License (GPL) (see <a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a>).
If you have further questions about using the content please don't hesitate to contact me.</p>
<p><em>Alle Inhalte meiner Projekte werden unter der GNU General Public License (GPL) (see <a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a>) veröffentlicht.
Wenn du irgendwelche weiteren Fragen zum Inhant hast, zögere nicht mich zu kontaktieren.</em></p>
<h1>Project Information</h1>
<h2>KaroToolsCollection</h2>
<p><a href="http://www.karopapier.de">www.karopapier.de</a> is a great browser game by <a href="https://github.com/xosofox" class="user-mention">@xosofox</a>.
I've written some tools enabling automated game creation and evaluation.</p>
<p><em><a href="http://www.karopapier.de">www.karopapier.de</a> ist ein großartiges Browserspiel von <a href="https://github.com/xosofox" class="user-mention">@xosofox</a>.
Ich habe ein paar Tools für die automatische Spiel-Erstellung und -Auswertung geschrieben.</em></p>
<h3>KaroAPI4J</h3>
<p>...No English description yet...</p>
<p><em>Die KaroAPI4J bildet die Grundlage für Version 3 des KaroMUSKELs und bildet die KaroAPI-Funktionen in Java ab.</em></p>
<h3>KaroMUSKEL</h3>
<p>...No English description yet...</p>
<p><em>Der KaroMUSKEL (Maschinelle-Ultimative-Spieleserien-für-Karopapier-Erstellungs-Lösung) ermöglicht das automatische Erstellen ganzer Spieleserien auf Knopfdruck.
Detaillierte Beschreibungen und Download gibt es im Karo-Wiki under <a href="http://wiki.karopapier.de/KaroMUSKEL">http://wiki.karopapier.de/KaroMUSKEL</a>.
<h2>Other Projects</h2>
<p>There are currently no other projects descriptions - please check the individual repos for those.</p>
<p><em>Aktuell gibt es keine weiteren Projektbeschreibungen - bitte schaue dafür die entsprechenden Repos</em></p>
</section>
<aside id="sidebar">
<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="http://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>