File tree Expand file tree Collapse file tree 4 files changed +88
-1
lines changed Expand file tree Collapse file tree 4 files changed +88
-1
lines changed Original file line number Diff line number Diff line change
1
+ < section class ="mailing-section ">
2
+
3
+ < div class ="mailinglist-main ">
4
+ < div class ="mailinglist-text ">
5
+ < span > Mailing Lists</ span >
6
+ < p > Engage in the GetNightHawk project. Join any of the mailing lists.</ p >
7
+ </ div >
8
+
9
+
10
+ < div class ="mailinglist-buttons ">
11
+ < a class ="mailinglist-join-button " href ="https://groups.google.com/a/getnighthawk.dev/g/maintainers " target ="_blank "> Maintainers</ a >
12
+ < a class ="mailinglist-join-button " href ="https://groups.google.com/a/getnighthawk.dev/g/developers " target ="_blank "> Developers</ a >
13
+ < a class ="mailinglist-join-button " href ="https://groups.google.com/a/getnighthawk.dev/g/users " target ="_blank "> Users</ a >
14
+ </ div >
15
+
16
+ </ div >
17
+
18
+
19
+
20
+ </ section >
Original file line number Diff line number Diff line change
1
+ .mailing-section {
2
+ background : #1e2117 ;
3
+ color : white ;
4
+ padding : 162px 0 ;
5
+ @media #{$mobile } {
6
+ padding : 87px 0 ;
7
+ }
8
+
9
+ a ,
10
+ a :hover ,
11
+ a :focus ,
12
+ a :active {
13
+ text-decoration : none ;
14
+ color : inherit ;
15
+ }
16
+
17
+ .mailinglist-main {
18
+ position : relative ;
19
+ display : flex ;
20
+ flex-direction : column ;
21
+ align-items : center ;
22
+
23
+ .mailinglist-text {
24
+ margin-bottom : 40px ;
25
+ display : block ;
26
+ span {
27
+ font-size : 34px ;
28
+ }
29
+
30
+ p {
31
+ max-width : 375px ;
32
+ margin : 0 3rem ;
33
+ color : white ;
34
+ font-size : 20px ;
35
+ }
36
+ }
37
+
38
+ .mailinglist-buttons {
39
+ display : inline-flex ;
40
+ flex-wrap : wrap ;
41
+ justify-content : center ;
42
+ align-items : center ;
43
+
44
+ .mailinglist-join-button {
45
+ display : flex ;
46
+ justify-content : center ;
47
+ align-items : center ;
48
+ background : #647881 ;
49
+ width : 253px ;
50
+ height : 56px ;
51
+ border-radius : 5px ;
52
+ margin : 2rem 0 0 ;
53
+ }
54
+
55
+ .mailinglist-join-button :not (:first-child ) {
56
+ margin-left : 1rem ;
57
+ @media #{$mobile } {
58
+ margin-left : 0 ;
59
+
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
Original file line number Diff line number Diff line change 1
1
---
2
2
---
3
-
3
+ @import " variables.scss " ;
4
4
@import " getnighthawk.scss" ;
5
5
@import " faq.scss" ;
6
6
@import " getnighthawk-purpose.scss" ;
7
7
@import " explain.scss" ;
8
8
@import " about.scss" ;
9
+ @import " mailing-list.scss" ;
Original file line number Diff line number Diff line change @@ -194,3 +194,5 @@ <h1 class="desc-h1">Easing Management of <br/>the Nighthawk<br/>Lifecycle</h1><b
194
194
{% include stewarded.html %}
195
195
196
196
{% include organized.html %}
197
+
198
+ {% include mailing-list.html %}
You can’t perform that action at this time.
0 commit comments