diff options
author | msquare <msquare@notrademark.de> | 2017-11-28 15:43:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-28 15:43:51 +0100 |
commit | 599f2fd264bfc7b1b6826fe206442806e317340f (patch) | |
tree | 50cf84d7d07d11bd65b45c2c17f37632f6cd8eff /templates/guest_credits.html | |
parent | a5fc5bd0979e8de1fce8a8addd351a6e7bd6aeb8 (diff) | |
parent | eda7f7788ea8012bd8be46405c56a666c11f3fa5 (diff) |
Merge pull request #365 from engelsystem/feature-igel-rewrite
Feature igel rewrite
Diffstat (limited to 'templates/guest_credits.html')
-rw-r--r-- | templates/guest_credits.html | 59 |
1 files changed, 34 insertions, 25 deletions
diff --git a/templates/guest_credits.html b/templates/guest_credits.html index 472676db..db7fac57 100644 --- a/templates/guest_credits.html +++ b/templates/guest_credits.html @@ -1,27 +1,36 @@ <div class="container"> -<h1>Credits</h1> - <div class="row"> - <div class="col-md-4"> - <h2>Source code</h2> - <p> - The original system was written by <a href="https://github.com/cookieBerlin/engelsystem">cookie</a>. It was then completely rewritten and greatly enhanced by <a href="http://notrademark.de/">msquare</a> and <a href="http://mortzu.de/">mortzu</a> of <a href="http://planetcyborg.de">planet - cyborg</a>, <a href="http://jplitza.de/">jplitza</a> and gnomus. - </p> - <p> - Please look at the <a href="https://github.com/engelsystem/engelsystem/graphs/contributors">contributor list on github</a> for a more complete version. - </p> + <h1>Credits</h1> + <div class="row"> + <div class="col-md-4"> + <h2>Source code</h2> + <p> + The original system was written by <a href="https://github.com/cookieBerlin/engelsystem">cookie</a>. + It was then completely rewritten and enhanced by + <a href="http://notrademark.de/">msquare</a> (maintainer), + <a href="http://myigel.name/">MyIgel</a>, + <a href="http://mortzu.de/">mortzu</a>, + <a href="http://jplitza.de/">jplitza</a> and + gnomus. + </p> + <p> + Please look at the <a href="https://github.com/engelsystem/engelsystem/graphs/contributors">contributor + list on github</a> for a more complete version. + </p> + </div> + <div class="col-md-4"> + <h2>Hosting</h2> + <p> + Webspace, development platform and domain on <a href="https://engelsystem.de">engelsystem.de</a> + is currently provided by <a href="https://www.wybt.net/">would you buy this?</a> (ichdasich) + and adminstrated by <a href="http://mortzu.de/">mortzu</a>, + <a href="http://derf.homelinux.org/">derf</a> and ichdasich. + </p> + </div> + <div class="col-md-4"> + <h2>Translation</h2> + <p> + Many thanks for the german translation: <a href="http://e7p.de">e7p</a> + </p> + </div> </div> - <div class="col-md-4"> - <h2>Hosting</h2> - <p> - Webspace, development platform and domain is currently provided by <a href="https://www.wybt.net/">would you buy this?</a> (ichdasich)<br /> and adminstrated by <a href="http://mortzu.de/">mortzu</a>, <a href="http://derf.homelinux.org/">derf</a> and ichdasich. - </p> - </div> - <div class="col-md-4"> - <h2>Translation</h2> - <p> - Many thanks for the german translation: <a href="http://e7p.de">e7p</a> - </p> - </div> - </div> -</div>
\ No newline at end of file +</div> |