summaryrefslogtreecommitdiff
path: root/resources/views
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-12-21 23:12:04 +0100
committermsquare <msquare@notrademark.de>2018-12-22 12:01:23 +0100
commit330356043df8e9c08fb3a408c74fe54bc2b9813d (patch)
tree5b9517fd4cd1b2130844157ec07926397d7f4396 /resources/views
parent393db492948a16f246790b88a38a1235cb167659 (diff)
credits: Allow customization
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/pages/credits.twig34
1 files changed, 12 insertions, 22 deletions
diff --git a/resources/views/pages/credits.twig b/resources/views/pages/credits.twig
index ff2bf873..eb98c7e7 100644
--- a/resources/views/pages/credits.twig
+++ b/resources/views/pages/credits.twig
@@ -6,35 +6,25 @@
<div class="container">
<h1>Credits</h1>
<div class="row">
+ {% for title, credit in credits %}
+ <div class="col-md-4">
+ <h2>{{ title }}</h2>
+ {{ credit|markdown }}
+ </div>
+ {% endfor %}
+
<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>.
+ The original engelsystem was written by
+ <a href="https://github.com/cookieBerlin/engelsystem">cookie</a>.
It was then completely rewritten and enhanced by
- <a href="https://notrademark.de">msquare</a> (maintainer),
- <a href="https://myigel.name">MyIgel</a>,
- <a href="https://mortzu.de">mortzu</a>,
- <a href="https://jplitza.de">jplitza</a> and
- <a href="https://github.com/gnomus">gnomus</a>.
+ <a href="https://notrademark.de">msquare</a> (maintainer) and
+ <a href="https://myigel.name">MyIgel</a>.
</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="https://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>
+ contributor list on GitHub</a> for a complete list.
</p>
</div>
</div>