summaryrefslogtreecommitdiff
path: root/src/main/resources/templates/benki
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-03-01 12:04:14 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-03-01 12:04:14 +0100
commitaa659da0337ea13c6add4117fd7bbd9b158f63a7 (patch)
treefa741bd3946fe566a41a32d31c25db53ef059fdf /src/main/resources/templates/benki
parent781dcbb406a5e0ad93ab746abee021e750699d43 (diff)
Add contact information.
Change-Id: If94f79fa2e51c8cb7a9c8b63524ff992395aa96f
Diffstat (limited to 'src/main/resources/templates/benki')
-rw-r--r--src/main/resources/templates/benki/about/index.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/main/resources/templates/benki/about/index.html b/src/main/resources/templates/benki/about/index.html
new file mode 100644
index 0000000..f59ee2c
--- /dev/null
+++ b/src/main/resources/templates/benki/about/index.html
@@ -0,0 +1,37 @@
+{@eu.mulk.mulkcms2.benki.wiki.WikiPageRevision page}
+
+{#include base.html}
+
+{#title}About This Site{/title}
+{#siteSection}About This Site{/siteSection}
+{#aboutClass}this-page{/aboutClass}
+
+{#head}{/head}
+
+{#body}
+
+<article id="contact-info">
+ <header>
+ <hgroup>
+ <h1>Contact Information</h1>
+ <h2>Information according to § 5 TMG, § 55 Abs. 2 RStV</h2>
+ </hgroup>
+ </header>
+
+ <p>Responsible for the content on this site:</p>
+
+ <section id="contact-info-main">
+ <address>
+ Matthias Benkard<br/>
+ Machtlfinger Str. 29<br/>
+ 81379 München<br/>
+ <br/>
+ E-Mail: <a href="mailto:admin@mulk.eu">admin@mulk.eu</a><br/>
+ Phone: <a href="tel:+49088568054002">+49-8856-8054002</a><br/>
+ Fax: <a href="tel:+498920008761207">+49-89-20008761207</a><br/>
+ </address>
+ </section>
+</article>
+{/body}
+
+{/include}