diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-09 05:52:11 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-09 05:52:11 +0200 |
commit | 0cb950fb61929d55940e37fbc79cebc9ce2b1511 (patch) | |
tree | d27dee3548606b9b2ff654978c5921d5f5afa316 | |
parent | 475f6540757400ce35311de20469570d69d9d09f (diff) |
Add partners in footer line
-rw-r--r-- | index.html | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -234,8 +234,13 @@ | |||
234 | <div class="push"></div> | 234 | <div class="push"></div> |
235 | </div> | 235 | </div> |
236 | <div class="footer"> | 236 | <div class="footer"> |
237 | <p>Ein Projekt des Freifunk e. V., des <a href="https://www.ccc.de/">Chaos Computer Club</a> und der <a href="https://freiheitsrechte.org">Gesellschaft für Freiheitsrechte e. V.</a></p> | 237 | <div class="credits"> |
238 | <p>UX: <a href="http://elektrowecker.de/">Pepo</a>, Gestaltung: <a href="http://www.schlicht-und-ergreifend.de">Malik Aziz</a>, Konzept: <a href="https://erdgeist.org/">erdgeist</a>.</p> | 238 | <div class="partner ccc"><img src="img/ccc.svg" height="72px" alt="Logo des Chaos Computer Clubs"/><p>Chaos Computer Club</p></div> |
239 | <div class="partner freifunk"><img src="img/freifunk.svg" height="72px" alt="Logo des Freifunk e. V.s"/><p>Freifunk</p></div> | ||
240 | <div class="partner gff"><img src="img/gff.svg" height=72px" alt="Logo des Gesellschaft für Freiheitsrechte e. V."/><p>GFF</p></div> | ||
241 | </div> | ||
242 | <!-- p>Ein Projekt des Freifunk e. V., des <a href="https://www.ccc.de/">Chaos Computer Club</a> und der <a href="https://freiheitsrechte.org">Gesellschaft für Freiheitsrechte e. V.</a></p --> | ||
243 | <p><a href="https://ccc.de/impressum.html">Impressum</a> · UX: <a href="http://elektrowecker.de/">Pepo</a> · Gestaltung: <a href="http://www.schlicht-und-ergreifend.de">Malik Aziz</a> · Konzept: <a href="https://erdgeist.org/">erdgeist</a>.</p> | ||
239 | </div> | 244 | </div> |
240 | </body> | 245 | </body> |
241 | </html> | 246 | </html> |