-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
filled contact page with information
- Loading branch information
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |