File tree 2 files changed +57
-17
lines changed
2 files changed +57
-17
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ body#sign-in {
455
455
font-size : 3.6em ;
456
456
text-transform : uppercase ;
457
457
}
458
- h2 {
458
+ h2 , h3 {
459
459
color : $dark-grey ;
460
460
text-align : center ;
461
461
font-family : " MuseoSans-300" ;
@@ -616,16 +616,48 @@ body#sign-in {
616
616
}
617
617
}
618
618
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
+
619
653
.half-panel {
620
654
float : left ;
621
655
width : 434px ;
622
656
a {
623
- @include blue-btn ;
657
+ @include flat- blue-btn ;
624
658
@include border-radius (6px );
625
- height : 58px ;
626
- line-height : 58px ;
659
+ text-transform : none ;
627
660
color : #fff ;
628
- text-transform : capitalize ;
629
661
font-size : 1.6em ;
630
662
display : block ;
631
663
text-align : center ;
Original file line number Diff line number Diff line change 3
3
4
4
%h1 .big-title Contact Us
5
5
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.
12
12
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')
You can’t perform that action at this time.
0 commit comments