Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 title=Imprint | |
2 | |
3 <style> | |
4 hr { margin: 2em 0; } | |
5 | |
6 @media (min-width: 576px) | |
7 { | |
8 hr { margin: 3em 0; } | |
juliandoucette
2017/11/01 13:09:46
NIT/Suggest: This is too much space?
ire
2017/11/02 09:20:54
Done.
| |
9 } | |
10 | |
11 .unstyled dt, | |
12 .unstyled dd | |
13 { | |
14 display: inline; | |
15 } | |
16 | |
17 .unstyled dd:after | |
juliandoucette
2017/11/01 13:09:46
NIT/Suggest: Explain this clever solution via comm
ire
2017/11/02 09:20:54
Done :)
| |
18 { | |
19 content: ""; | |
20 display: block; | |
21 } | |
22 </style> | |
23 | |
24 <div class="column two-thirds" itemscope itemtype="http://schema.org/Organizatio n"> | |
25 | |
26 <h1>{{ imprint[heading] Imprint }}</h1> | |
27 | |
28 <hr> | |
29 | |
30 <h2 itemprop="name">{{ eyeo-gmbh[heading] eyeo GmbH }}</h2> | |
31 | |
32 <address itemprop="address" itemscope itemtype="http://schema.org/PostalAddres s"> | |
33 <span itemprop="streetAddress">Lichtstraße 25</span><br> | |
34 <span itemprop="postalCode">50825</span> | |
35 <span itemprop="addressLocality">Cologne <br> Germany</span> | |
36 </address> | |
37 | |
38 <hr> | |
39 | |
40 <dl class="unstyled"> | |
41 <dt>{{ imprint-contact-forum-title For suppoprt please goto: }}</dt> | |
42 <dd><a href="https://adblockplus.org/forum/">{{ imprint-contact-forum-value Adblock Plus Forum }}</a></dd> | |
43 | |
44 <dt>{{ imprint-contact-email-title Email: }}</dt> | |
45 <dd itemprop="email"><a href="mailto:support@adblockplus.org">support@adbloc kplus.org</a></dd> | |
46 | |
47 <dt>{{ imprint-contact-phone-title Phone: }}</dt> | |
48 <dd itemprop="telephone">+49 (0)221 / 65028 598</dd> | |
49 | |
50 <dt>{{ imprint-contact-fax-title Fax: }}</dt> | |
51 <dd itemprop="faxNumber">+49 (0)221 / 65028 599</dd> | |
52 | |
53 <dt>{{ imprint-contact-vat-title Ust-IdNr: }}</dt> | |
54 <dd itemprop="vatID">DE279292414</dd> | |
55 | |
56 <dt>{{ imprint-contact-district-title District Court: }}</dt> | |
57 <dd>Köln HRB 73508</dd> | |
58 </dl> | |
59 | |
60 <hr> | |
61 | |
62 <h2>{{ imprint-directors[heading] Managing Directors }}</h2> | |
63 | |
64 <ul class="unstyled"> | |
65 <li itemprop="founder" itemscope itemtype="http://schema.org/Person"> | |
66 <span itemprop="name">Till Faida</span> | |
67 </li> | |
68 <li itemprop="employee" itemscope itemtype="http://schema.org/Person"> | |
ire
2017/11/01 09:19:11
I'm not sure about this, but I couldn't find any o
juliandoucette
2017/11/01 13:09:46
I'm not sure either. My intuition says "founders"
ire
2017/11/02 09:20:54
Don't know why I didn't look this up before, but a
| |
69 <span itemprop="name">Felix Dahlke</span> | |
70 </li> | |
71 <li itemprop="employee" itemscope itemtype="http://schema.org/Person"> | |
72 <span itemprop="name">Steffen Kiedel</span> | |
73 </li> | |
74 </ul> | |
75 | |
76 </div> | |
OLD | NEW |