Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/contact.html

Issue 29519587: Issue 5534 - Create Contact Section for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Add footer block for contact section Created Sept. 25, 2017, 2:01 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | static/img/png/accent-bg.png » ('j') | static/scss/base/_utilities.scss » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <section class="section-accent">
juliandoucette 2017/09/26 15:37:55 NIT: I think that this section technically fits th
ire 2017/09/28 09:43:44 Yup you're right. Done.
2 <div class="container container-sm">
3
4 <h2 class="h2 ta-center underlined">
5 {{contact-heading[heading] Still looking for help?}}
6 </h2>
7
8 <div class="row">
9 <section class="column one-half section">
10 <header class="underlined">
11 <h3 class="h4">
12 {{contact-social[heading] Get in touch}}
13 </h3>
14 <p>
juliandoucette 2017/09/26 15:37:55 Isn't this text supposed to be muted?
ire 2017/09/28 09:43:44 Yes. But when I add the muted class, the muted tex
15 {{contact-social-description[paragraph] Drop us a line on Twitter or Facebook and get your question answered ASAP.}}
juliandoucette 2017/09/26 15:37:55 I don't think that this makes sense as header text
ire 2017/09/28 09:43:44 I actually do consider it a subtitle/tagline. I th
16 </p>
17 </header>
18 <ul class="horizontal-list">
juliandoucette 2017/09/26 15:37:55 NIT: I think that the design shows less space abov
ire 2017/09/28 09:43:44 Done.
19 <li>
20 <a href="https://www.facebook.com/adblockplus">
21 <img class="heading-icon" src="/img/png/logo-facebook.png" srcset= "/img/svg/logo-facebook.svg 2x"
22 alt="{{facebook-logo[Image alt text] Rounded blue square Face book hieroglyph}}">
23 {{facebook[Brand name] Facebook}}
24 </a>
25 </li>
26 <li>
27 <a href="https://twitter.com/AdblockPlus">
28 <img class="heading-icon" src="/img/png/logo-twitter.png" srcset=" /img/svg/logo-twitter.svg 2x"
29 alt="{{ftwitter-logo[Image alt text] Blue Twitter hieroglyph} }">
30 {{twitter[Brand name] Twitter}}
31 </a>
32 </li>
33 <li>
34 <a href="mailto:support@adblockplus.org">
35 <img class="heading-icon" src="/img/png/email-icon.png" srcset="/i mg/svg/email-icon.svg 2x"
36 alt="{{email-icon[Image alt text] Blue envelope}}">
37 {{email[Link text] Email}}
38 </a>
39 </li>
40 </ul>
41
42
43
44 </section>
45
46 <section class="column one-half section">
47 <header class="underlined">
48 <h3 class="h4">
49 {{contact-developer[heading] Looking for developer support?}}
50 </h3>
51 <p>
52 {{contact-developer-description[paragraph] Find source code, release notes, advanced documentation and more.}}
53 </p>
54 </header>
55 <ul class="horizontal-list">
56 <li>
57 <a href="https://adblockplus.org/forum">
58 {{contact-developer-support-link[link] Developer Support}}
59 </a>
60 </li>
61 </ul>
62 </section>
63 </div>
64
65 </div>
66 </section>
OLDNEW
« no previous file with comments | « no previous file | static/img/png/accent-bg.png » ('j') | static/scss/base/_utilities.scss » ('J')

Powered by Google App Engine
This is Rietveld