LEFT | RIGHT |
(no file at all) | |
| 1 title=Imprint |
| 2 |
| 3 <style> |
| 4 hr { margin: 2em 0; } |
| 5 |
| 6 /* Remove margin-top on <h2> directly after <hr> */ |
| 7 .content hr + h2 { margin-top: 0; } |
| 8 |
| 9 .unstyled dt, |
| 10 .unstyled dd |
| 11 { |
| 12 display: inline; |
| 13 } |
| 14 |
| 15 /* Force a new line after each <dd> */ |
| 16 .unstyled dd:after |
| 17 { |
| 18 content: ""; |
| 19 display: block; |
| 20 } |
| 21 </style> |
| 22 |
| 23 <div class="column two-thirds" itemscope itemtype="http://schema.org/Organizatio
n"> |
| 24 |
| 25 <h1>{{ imprint[heading] Imprint }}</h1> |
| 26 |
| 27 <hr> |
| 28 |
| 29 <h2 itemprop="name">{{ eyeo-gmbh[heading] eyeo GmbH }}</h2> |
| 30 |
| 31 <address itemprop="address" itemscope itemtype="http://schema.org/PostalAddres
s"> |
| 32 <span itemprop="streetAddress">Lichtstraße 25</span><br> |
| 33 <span itemprop="postalCode">50825</span> |
| 34 <span itemprop="addressLocality">Cologne <br> Germany</span> |
| 35 </address> |
| 36 |
| 37 <hr> |
| 38 |
| 39 <dl class="unstyled"> |
| 40 <dt>{{ imprint-contact-forum-title For suppoprt please goto: }}</dt> |
| 41 <dd><a href="https://adblockplus.org/forum/">{{ imprint-contact-forum-value
Adblock Plus Forum }}</a></dd> |
| 42 |
| 43 <dt>{{ imprint-contact-email-title Email: }}</dt> |
| 44 <dd itemprop="email"><a href="mailto:support@adblockplus.org">support@adbloc
kplus.org</a></dd> |
| 45 |
| 46 <dt>{{ imprint-contact-phone-title Phone: }}</dt> |
| 47 <dd itemprop="telephone">+49 (0)221 / 65028 598</dd> |
| 48 |
| 49 <dt>{{ imprint-contact-fax-title Fax: }}</dt> |
| 50 <dd itemprop="faxNumber">+49 (0)221 / 65028 599</dd> |
| 51 |
| 52 <dt>{{ imprint-contact-vat-title Ust-IdNr: }}</dt> |
| 53 <dd itemprop="vatID">DE279292414</dd> |
| 54 |
| 55 <dt>{{ imprint-contact-district-title District Court: }}</dt> |
| 56 <dd>Köln HRB 73508</dd> |
| 57 </dl> |
| 58 |
| 59 <hr> |
| 60 |
| 61 <h2>{{ imprint-directors[heading] Managing Directors }}</h2> |
| 62 |
| 63 <ul class="unstyled"> |
| 64 <li itemprop="founder employee" itemscope itemtype="http://schema.org/Person
"> |
| 65 <span itemprop="name">Till Faida</span> |
| 66 </li> |
| 67 <li itemprop="employee" itemscope itemtype="http://schema.org/Person"> |
| 68 <span itemprop="name">Felix Dahlke</span> |
| 69 </li> |
| 70 <li itemprop="employee" itemscope itemtype="http://schema.org/Person"> |
| 71 <span itemprop="name">Steffen Kiedel</span> |
| 72 </li> |
| 73 </ul> |
| 74 |
| 75 </div> |
LEFT | RIGHT |