OLD | NEW |
1 <aside id="contact" class="section-accent"> | 1 <aside id="contact" class="section-accent"> |
2 <div class="container tablet-width"> | 2 <div class="container tablet-width"> |
3 | 3 |
4 <h2 class="h2 ta-center underlined"> | 4 <h2 class="h2 text-center underlined"> |
5 {{ "Still looking for help?" | translate("contact-heading", "Heading") }} | 5 {{ "Still looking for help?" | translate("contact-heading", "Heading") }} |
6 </h2> | 6 </h2> |
7 | 7 |
8 <div class="row"> | 8 <div class="row"> |
9 <section class="column one-half section"> | 9 <section class="column one-half section"> |
10 <header class="underlined"> | 10 <header class="underlined"> |
11 <h3 class="h4"> | 11 <h3 class="h4"> |
12 {{ "Get in touch" | translate("contact-social", "Heading" )}} | 12 {{ "Get in touch" | translate("contact-social", "Heading" )}} |
13 </h3> | 13 </h3> |
14 <p> | 14 <p> |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 <a href="https://adblockplus.org/forum"> | 50 <a href="https://adblockplus.org/forum"> |
51 {{ "Developer Support" | translate("contact-developer-support-link
", "Link text") }} | 51 {{ "Developer Support" | translate("contact-developer-support-link
", "Link text") }} |
52 </a> | 52 </a> |
53 </li> | 53 </li> |
54 </ul> | 54 </ul> |
55 </section> | 55 </section> |
56 </div> | 56 </div> |
57 | 57 |
58 </div><!-- .container --> | 58 </div><!-- .container --> |
59 </aside> | 59 </aside> |
OLD | NEW |