File tree 7 files changed +88
-39
lines changed
7 files changed +88
-39
lines changed Original file line number Diff line number Diff line change 1
- Copyright © 2014 Engine, Inc.
1
+ < h4 > Contact Us</ h4 >
2
+ < div class ="contact-links ">
3
+ < a href ="https://www.facebook.com/groups/plugnplaymarketplace/ " target ="_blank " data-bypass >
4
+ < i class ="fa fa-facebook-square fa-2x "> </ i >
5
+ </ a >
6
+ < a href ="https://twitter.com/APIengineco " target ="_blank " data-bypass >
7
+ < i class ="fa fa-twitter-square fa-2x "> </ i >
8
+ </ a >
9
+ < a href ="https://angel.co/api-network " class ="angellist " target ="_blank " data-bypass >
10
+ </ a >
11
+ </ div >
2
12
<!--
3
13
<a href="legal">Legal</a>
4
14
<a href="tos">Terms of Service</a>
5
15
<a href="privacy">Privacy</a>
6
16
-->
7
- < a href =" contact " > Contact </ a >
17
+ < h6 > Copyright © 2014 Engine, Inc. </ h6 >
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ <h1>Let's Get Started!</h1>
9
9
For more information, check out our github repo: < a href ="https://github.com/LDEngine/Engine-Data-Module " target ="_blank "> https://github.com/LDEngine/Engine-Data-Module</ a >
10
10
</ div >
11
11
12
- < h1 >
12
+ < h1 class =" register-app " >
13
13
Register Your App:
14
- < button class ="btn-gray btn-register-app btn- lg "> </ button >
14
+ < button class ="btn-gray btn-lg "> </ button >
15
15
</ h1 >
16
16
17
17
< div class ="import-data-modules ">
Original file line number Diff line number Diff line change 127
127
}
128
128
129
129
// Welcome Page
130
- .btn- register-app {
131
- & :extend( .btn-lg all ) ;
130
+ .register-app {
131
+ border-bottom : 0 ;
132
132
133
- width : 25 % ;
134
- text-align : center ;
133
+ button {
134
+ & :extend( .btn-lg all ) ;
135
135
136
- & :before {
137
- content : " Register Your App!" ;
138
- }
136
+ width : 204px ;
137
+ text-align : center ;
138
+
139
+ & :before {
140
+ content : " Register Your App!" ;
141
+ }
139
142
140
- & :hover {
141
- & :extend(.btn-green all , .btn-lg );
143
+ & :hover {
144
+ & :extend(.btn-green all , .btn-lg );
142
145
143
- .transition (background .25s ease-in-out , border .25s ease-in-out ;);
146
+ .transition (background .25s ease-in-out , border .25s ease-in-out ;);
144
147
145
- & :before {
146
- content : " Coming Soon!" ;
148
+ & :before {
149
+ content : " Coming Soon!" ;
150
+ }
147
151
}
148
- }
149
152
150
- color : @gray-light ;
153
+ color : @gray-light ;
154
+
155
+ @media (max-width : @screen-xs-min ) {
156
+ margin : 1% auto ;
157
+ }
158
+ }
151
159
}
152
160
}
153
161
Original file line number Diff line number Diff line change 7
7
@import " static.less" ;
8
8
@import " try-uri.less" ;
9
9
10
- @footer-height : 60 px ;
10
+ @footer-height : 121 px ;
11
11
@brand-apiblue : #007bb6 ;
12
12
@brand-apibluelight : desaturate (lighten (@brand-apiblue , 20% ), 45% );
13
13
@brand-primary : @brand-apiblue ;
@@ -124,38 +124,68 @@ footer {
124
124
width : 100% ;
125
125
line-height : @footer-height ;
126
126
color : #FFF ;
127
- text-indent : 20 px ;
127
+ text-align : center ;
128
128
background-color : @gray-dark ;
129
129
130
- a {
131
- padding : 0 0.5% ;
130
+ h4 {
131
+ margin-top : 1% ;
132
+ margin-bottom : 0 ;
133
+ }
134
+
135
+ .contact-links {
136
+ margin : 1% auto 1.5% auto ;
137
+ padding : 0 ;
138
+ width : 10% ;
139
+ height : 2em ;
132
140
133
- & :first-child {
134
- padding-left : 1 % ;
141
+ @media ( min-width : @screen-xs-min ) and ( max-width : @screen-md-min ) {
142
+ width : 20 % ;
135
143
}
136
- }
137
144
138
- @media screen {
139
145
@media (max-width : @screen-xs-min ) {
140
- padding-top : 2% ;
141
- position :relative ;
142
- line-height : (@footer-height / 2 );
143
- font-size : 1em ;
146
+ width : 50% ;
147
+ }
148
+
149
+ a {
150
+ float : left ;
151
+ width : 33.3% ;
152
+ line-height : 1 ;
153
+ height : 2em ;
144
154
text-align : center ;
145
155
146
- a {
156
+ i {
157
+ color : @brand-apibluelight ;
158
+ }
159
+
160
+ /* padding: 0 0.5%; &:first-child { padding-left: 1%; } */
161
+ }
162
+
163
+ .angellist {
164
+ background : url(' ../img/angellist-apiblue.png' ) no-repeat center center ;
165
+ background-size : 15px ;
166
+ }
167
+ }
147
168
148
- & :first-child {
149
- padding : 0
150
- }
169
+ @media (max-width : @screen-xs-min ) {
170
+ padding-top : 2% ;
171
+ padding-bottom : 1% ;
172
+ position :relative ;
173
+ line-height : (@footer-height / 2 );
174
+ font-size : 1em ;
175
+ text-align : center ;
151
176
152
- & :last-child {
153
- padding : 0 0 2% 0 ;
154
- }
177
+ a {
155
178
156
- display : block ;
157
- padding : 0 ;
179
+ & :first-child {
180
+ padding : 0
158
181
}
182
+
183
+ & :last-child {
184
+ padding : 0 0 2% 0 ;
185
+ }
186
+
187
+ display : block ;
188
+ padding : 0 ;
159
189
}
160
190
}
161
191
}
Original file line number Diff line number Diff line change 1
1
// Mixins
2
2
// --------------------------------------------------
3
3
4
+ // Declaring left or right border radii
4
5
.border-left-radius (@radius ) {
5
6
border-top-left-radius : @radius ;
6
7
border-bottom-left-radius : @radius ;
You can’t perform that action at this time.
0 commit comments