Skip to content

Commit

Permalink
filled contact page with information
Browse files Browse the repository at this point in the history
  • Loading branch information
FeSuert committed Jul 24, 2023
1 parent def5499 commit de522d6
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,20 @@
<main id="main" aria-label="Content" tabindex="-1">
<section class="container about">
<h1>
<%block name="pageheader">${page_header or _("Contact")}</%block>
<%block name="pageheader">${page_header or _("Contact Us")}</%block>
<p></p>

<p>Abstract-Technology GmbH</p>

<p>Manfred-von-Richthofen-Straße 4 - IV. OG,</p>

<p>D–12101 Berlin</p>

<p>+49 30 214 611 08</p>

<p>+49 176 747 25 686</p>

<p>[email protected]</p>
</h1>
</section>
</main>

0 comments on commit de522d6

Please sign in to comment.