This repository was archived by the owner on Feb 20, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +78
-25
lines changed
directives/landing-page-toolbar Expand file tree Collapse file tree 6 files changed +78
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
4
4
< div class ="landing-page__top-content " layout ="row " layout-align ="space-around center ">
5
5
< div class ="landing-page__mobile-preview ">
6
- < img src =" ./img/smartphone.svg " class ="landing-page__smartphone-img " alt ="" / >
6
+ < object class ="landing-page__smartphone-img " type =" image/svg+xml " data =" /img/phone_new.svg " > </ object >
7
7
</ div >
8
8
9
9
< div class ="landing-page__form-container " layout ="column " layout-align ="center center ">
10
- < h2 class ="landing-page__form-header "> Crowdsource and fund projects together</ h2 >
10
+ < img class ="landing-page__logo " ng-src ="/img/color_logo.svg " alt =""/>
11
+
12
+ < h2 class ="landing-page__form-header "> Crowdsource and fund projects</ h2 >
13
+
14
+ < h3 class ="landing-page__form-subheader "> Activate < span class ="landing-page__form-subheader-faded "> hidden</ span > talent</ h3 >
11
15
12
16
< form novalidate name ="emailForm " class ="landing-page__form " ng-submit ="emailForm.$valid && startGroup() ">
13
17
< div class ="landing-page__input-container ">
Original file line number Diff line number Diff line change 30
30
31
31
// form
32
32
33
+ .landing-page__logo {
34
+ max-width : 300px ;
35
+ margin-bottom : 15px ;
36
+ }
37
+
33
38
.landing-page__form-header {
34
39
font-weight : 300 ;
35
40
font-size : 34px ;
36
41
text-align : center ;
37
42
margin-top : 0 ;
43
+ margin-bottom : 15px ;
44
+ }
45
+
46
+ .landing-page__form-subheader {
47
+ color : #68696B ;
48
+ font-weight : 400 ;
49
+ font-size : 24px ;
50
+ margin : 0 ;
51
+ margin-bottom : 15px ;
52
+ }
53
+
54
+ .landing-page__form-subheader-faded {
55
+ color : #AEB0B3 ;
38
56
}
39
57
40
58
.landing-page__form-container {
41
- width : 350 px ;
59
+ width : 475 px ;
42
60
}
43
61
44
62
.landing-page__form {
64
82
font-weight : 400 ;
65
83
text-align : center ;
66
84
width : 220px ;
85
+ margin-bottom : 5px ;
67
86
}
68
87
69
88
.landing-page__email-field :focus {
122
141
123
142
// mobile
124
143
125
- @media (max-width : 720 px ) {
144
+ @media (max-width : 900 px ) {
126
145
.landing-page__mobile-preview {
127
146
display : none ;
128
147
}
148
+
149
+ .landing-page-toolbar__logo-link {
150
+ display : none ;
151
+ }
152
+
153
+ .landing-page-toolbar__logo-link-buffer {
154
+ display : none ;
155
+ }
156
+ }
157
+
158
+ @media (min-width : 900px ) {
159
+ .landing-page__logo {
160
+ display : none ;
161
+ }
129
162
}
130
163
131
164
@media (max-height : 420px ) {
Original file line number Diff line number Diff line change 1
1
< div class ="landing-page-toolbar " layout ="row " layout-align ="end center ">
2
+ < a href ="/ " class ="landing-page-toolbar__logo-link ">
3
+ < img class ="landing-page-toolbar__logo " ng-src ="/img/color_logo.svg " alt =""/>
4
+ </ a >
5
+
6
+ < span class ="landing-page-toolbar__logo-link-buffer " flex > </ span >
7
+
2
8
< div class ="landing-page-toolbar__header-btns ">
3
9
< md-button ng-if ="false " class ="landing-page-toolbar__header-btn " ng-click ="redirectToAboutPage() "> About</ md-button >
4
10
< md-button class ="landing-page-toolbar__header-btn " ng-click ="redirectToResourcesPage() "> Resources</ md-button >
Original file line number Diff line number Diff line change 8
8
padding-right : 20px ;
9
9
}
10
10
11
+ .landing-page-toolbar__logo {
12
+ width : 150px ;
13
+ margin-left : 25px ;
14
+ height : 35px ;
15
+ }
16
+
17
+ .landing-page-toolbar__logo-link {
18
+ & :focus {
19
+ outline : none ;
20
+ }
21
+ }
22
+
11
23
.landing-page-toolbar__header-btn {
12
24
font-size : 15px ;
13
25
font-weight : 400 ;
You can’t perform that action at this time.
0 commit comments