Skip to content

Commit 2e7ca44

Browse files
committed
Updated contact copy, centered panels, de-emphasized FAQ and Support buttons.
1 parent c60cf04 commit 2e7ca44

File tree

2 files changed

+57
-17
lines changed

2 files changed

+57
-17
lines changed

app/assets/stylesheets/application.scss

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ body#sign-in {
455455
font-size: 3.6em;
456456
text-transform: uppercase;
457457
}
458-
h2 {
458+
h2, h3 {
459459
color: $dark-grey;
460460
text-align: center;
461461
font-family: "MuseoSans-300";
@@ -616,16 +616,48 @@ body#sign-in {
616616
}
617617
}
618618

619+
.contact-hero {
620+
width: 940px;
621+
margin: 50px auto 75px auto;
622+
text-align: center;
623+
624+
h2 {
625+
color: #777;
626+
text-transform: uppercase;
627+
font-size: 2.2em;
628+
font-weight: normal;
629+
margin-bottom: 15px;
630+
}
631+
632+
p {
633+
padding: 25px;
634+
font-size: 1.9em;
635+
color: #FFF;
636+
@include border-radius(3px);
637+
background: #555;
638+
}
639+
640+
a {
641+
color: #CCC;
642+
text-decoration: underline;
643+
display: block;
644+
font-size: .85em;
645+
}
646+
}
647+
648+
.contact-panels {
649+
width: 940px;
650+
margin: 0 auto;
651+
}
652+
619653
.half-panel {
620654
float: left;
621655
width: 434px;
622656
a {
623-
@include blue-btn;
657+
@include flat-blue-btn;
624658
@include border-radius(6px);
625-
height: 58px;
626-
line-height: 58px;
659+
text-transform: none;
627660
color: #fff;
628-
text-transform: capitalize;
629661
font-size: 1.6em;
630662
display: block;
631663
text-align: center;

app/views/pages/contact_us.html.haml

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,24 @@
33

44
%h1.big-title Contact Us
55

6-
.panel.half-panel.half-panel-margin
7-
%header
8-
%h2 Questions
9-
.inside-panel
10-
%p If you have questions about achievements we encourage you to first look at the
11-
=link_to('View FAQ', faq_path)
6+
.contact-hero
7+
%h2 Do you have an idea to improve Coderwall?
8+
%p
9+
Coderwall is built, maintained and owned by its community. We call it crowd-<strong>founding</strong>.
10+
%a.learn-more{href: "http://hackernoons.com/all-our-coderwall-are-belong-to-you"}
11+
Learn more about how this works and how you can get involved.
1212
13-
.panel.half-panel
14-
%header
15-
%h2 Support
16-
.inside-panel
17-
%p For support and feedback please send us a support email, and we will be in touch.
18-
=mail_to('support@coderwall.com', 'support@coderwall.com')
13+
.contact-panels
14+
.panel.half-panel.half-panel-margin
15+
%header
16+
%h3 Questions
17+
.inside-panel
18+
%p If you have questions about achievements we encourage you to first look at the
19+
=link_to('View FAQ', faq_path)
20+
21+
.panel.half-panel
22+
%header
23+
%h3 Support
24+
.inside-panel
25+
%p For support and feedback please send us a support email, and we will be in touch.
26+
=mail_to('support@coderwall.com', 'support@coderwall.com')

0 commit comments

Comments
 (0)