Left: | ||
Right: |
OLD | NEW |
---|---|
1 title=Imprint | 1 title=Imprint |
2 description=eyeo GmbH is headquartered in Cologne, Germany. For support inquirie s, message us at support@adblockplus.org | |
juliandoucette
2017/11/03 15:16:36
NIT: why support@adblockplus.org not support@eyeo.
ire
2017/11/04 19:40:22
I used the same email that's in the page content.
| |
2 | 3 |
3 <style> | 4 <style> |
4 hr { margin: 2em 0; } | 5 hr { margin: 2em 0; } |
5 | 6 |
6 /* Remove margin-top on <h2> directly after <hr> */ | 7 /* Remove margin-top on <h2> directly after <hr> */ |
7 .content hr + h2 { margin-top: 0; } | 8 .content hr + h2 { margin-top: 0; } |
8 | 9 |
9 .unstyled dt, | 10 .unstyled dt, |
10 .unstyled dd | 11 .unstyled dd |
11 { | 12 { |
(...skipping 18 matching lines...) Expand all Loading... | |
30 | 31 |
31 <address itemprop="address" itemscope itemtype="http://schema.org/PostalAddres s"> | 32 <address itemprop="address" itemscope itemtype="http://schema.org/PostalAddres s"> |
32 <span itemprop="streetAddress">Lichtstraße 25</span><br> | 33 <span itemprop="streetAddress">Lichtstraße 25</span><br> |
33 <span itemprop="postalCode">50825</span> | 34 <span itemprop="postalCode">50825</span> |
34 <span itemprop="addressLocality">Cologne <br> Germany</span> | 35 <span itemprop="addressLocality">Cologne <br> Germany</span> |
35 </address> | 36 </address> |
36 | 37 |
37 <hr> | 38 <hr> |
38 | 39 |
39 <dl class="unstyled"> | 40 <dl class="unstyled"> |
40 <dt>{{ imprint-contact-forum-title For suppoprt please goto: }}</dt> | 41 <dt>{{ imprint-contact-forum-title For additional support, go to: }}</dt> |
41 <dd><a href="https://adblockplus.org/forum/">{{ imprint-contact-forum-value Adblock Plus Forum }}</a></dd> | 42 <dd><a href="https://adblockplus.org/forum/">{{ imprint-contact-forum-value Adblock Plus Forum }}</a></dd> |
42 | 43 |
43 <dt>{{ imprint-contact-email-title Email: }}</dt> | 44 <dt>{{ imprint-contact-email-title Email: }}</dt> |
44 <dd itemprop="email"><a href="mailto:support@adblockplus.org">support@adbloc kplus.org</a></dd> | 45 <dd itemprop="email"><a href="mailto:support@adblockplus.org">support@adbloc kplus.org</a></dd> |
45 | 46 |
46 <dt>{{ imprint-contact-phone-title Phone: }}</dt> | 47 <dt>{{ imprint-contact-phone-title Phone: }}</dt> |
47 <dd itemprop="telephone">+49 (0)221 / 65028 598</dd> | 48 <dd itemprop="telephone">+49 (0)221 / 65028 598</dd> |
48 | 49 |
49 <dt>{{ imprint-contact-fax-title Fax: }}</dt> | 50 <dt>{{ imprint-contact-fax-title Fax: }}</dt> |
50 <dd itemprop="faxNumber">+49 (0)221 / 65028 599</dd> | 51 <dd itemprop="faxNumber">+49 (0)221 / 65028 599</dd> |
(...skipping 15 matching lines...) Expand all Loading... | |
66 </li> | 67 </li> |
67 <li itemprop="employee" itemscope itemtype="http://schema.org/Person"> | 68 <li itemprop="employee" itemscope itemtype="http://schema.org/Person"> |
68 <span itemprop="name">Felix Dahlke</span> | 69 <span itemprop="name">Felix Dahlke</span> |
69 </li> | 70 </li> |
70 <li itemprop="employee" itemscope itemtype="http://schema.org/Person"> | 71 <li itemprop="employee" itemscope itemtype="http://schema.org/Person"> |
71 <span itemprop="name">Steffen Kiedel</span> | 72 <span itemprop="name">Steffen Kiedel</span> |
72 </li> | 73 </li> |
73 </ul> | 74 </ul> |
74 | 75 |
75 </div> | 76 </div> |
OLD | NEW |