File tree Expand file tree Collapse file tree 2 files changed +80
-18
lines changed Expand file tree Collapse file tree 2 files changed +80
-18
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,6 @@ <h4>Live preview</h4>
305
305
> </ iframe >
306
306
</ div >
307
307
</ div >
308
-
309
308
< div class ="video-wrapper " id ="video ">
310
309
< div class ="container ">
311
310
< h4 > Conferences</ h4 >
@@ -399,7 +398,7 @@ <h5>Silver sponsors</h5>
399
398
>
400
399
< img
401
400
src ="img/n-inc-logo.svg "
402
- class ="silver-logo-140 m-l-10 m-r-10 "
401
+ class ="silver-logo m-l-10 m-r-10 "
403
402
/>
404
403
</ a >
405
404
< a
@@ -899,7 +898,7 @@ <h5>Sponsors / Partners</h5>
899
898
/>
900
899
</ a >
901
900
</ div >
902
- < div class ="support-section sponsor-tiles sponsor-tiles--high ">
901
+ <!-- < div class="support-section sponsor-tiles sponsor-tiles--high">
903
902
<h5>Community partners</h5>
904
903
<a href="http://ng-atl.org" target="_blank" rel="nofollow">
905
904
<img src="img/ngatl.svg" class="company-logo company-logo--wide" />
@@ -949,7 +948,7 @@ <h5>Community partners</h5>
949
948
class="company-logo"
950
949
/>
951
950
</a>
952
- </ div >
951
+ </div> -->
953
952
< a
954
953
href ="https://docs.nestjs.com/support "
955
954
target ="_blank "
Original file line number Diff line number Diff line change @@ -191,35 +191,69 @@ a:active {
191
191
margin-bottom : 12px ;
192
192
}
193
193
194
- .highlights-wrapper {
194
+ .highlights-wrapper ,
195
+ .discover-wrapper {
195
196
background : # f1f3f3 ;
196
197
padding : 100px 0 ;
197
198
text-align : center;
198
199
}
199
200
201
+ .discover-wrapper {
202
+ background : # ebebeb ;
203
+ }
204
+
205
+ .discover-wrapper .heading h4 {
206
+ font-size : 36px ;
207
+ margin : 0 ;
208
+ line-height : 60px ;
209
+ }
210
+
211
+ .discover-wrapper .heading p {
212
+ font-weight : 500 ;
213
+ max-width : 700px ;
214
+ margin : 15px auto 50px ;
215
+ color : # 000 ;
216
+ font-size : 16px ;
217
+ line-height : 30px ;
218
+ }
219
+
220
+ .discover-wrapper .heading a {
221
+ color : # ea2845 ;
222
+ }
223
+
200
224
.highlights-wrapper .icon-wrapper {
201
225
width : 70px ;
202
226
height : 75px ;
203
227
margin : 0 auto;
204
228
display : block;
205
229
}
206
230
207
- .highlights-wrapper h5 {
231
+ .highlights-wrapper h5 ,
232
+ .discover-wrapper h5 {
208
233
text-transform : uppercase;
209
234
font-weight : bold;
210
235
font-size : 18px ;
211
236
color : # ea2845 ;
212
237
margin : 40px 0 0 ;
213
238
}
214
239
215
- .highlights-wrapper p {
240
+ .highlights-wrapper p ,
241
+ .discover-wrapper p {
216
242
font-size : 16px ;
217
243
font-weight : 500 ;
218
244
max-width : 300px ;
219
245
margin : 20px auto;
220
246
line-height : 30px ;
221
247
}
222
248
249
+ .discover-wrapper .heading a {
250
+ color : # ea2845 ;
251
+ }
252
+
253
+ .discover-wrapper .heading a : hover {
254
+ color : # 111 ;
255
+ }
256
+
223
257
.sponsors-wrapper ,
224
258
.video-wrapper {
225
259
padding : 100px 0 ;
@@ -294,13 +328,13 @@ a:active {
294
328
}
295
329
296
330
.principal-logo {
297
- width : 240 px ;
331
+ width : 200 px ;
298
332
max-width : 100% ;
299
333
margin : 15px ;
300
334
}
301
335
302
336
.gold-logo {
303
- max-width : 185 px ;
337
+ max-width : 150 px ;
304
338
margin : 10px 20px ;
305
339
vertical-align : middle;
306
340
height : auto;
@@ -313,28 +347,23 @@ a:active {
313
347
}
314
348
315
349
.gold-logo--wide {
316
- max-width : 225 px ;
350
+ max-width : 200 px ;
317
351
}
318
352
319
353
.gold-logo--high {
320
- max-height : 120 px ;
354
+ max-height : 95 px ;
321
355
}
322
356
323
357
.silver-logo {
324
- width : 170 px ;
358
+ width : 100 px ;
325
359
max-width : 100% ;
326
360
}
327
361
328
362
.silver-logo--low {
329
- max-height : 120 px ;
363
+ max-height : 60 px ;
330
364
width : auto;
331
365
}
332
366
333
- .silver-logo-140 {
334
- width : 140px ;
335
- max-width : 100% ;
336
- }
337
-
338
367
.gojob-logo {
339
368
width : 115px ;
340
369
margin-left : 15px ;
@@ -653,6 +682,40 @@ a:active {
653
682
transform : rotate (-30deg );
654
683
}
655
684
685
+ .companies-tiles {
686
+ margin : 70px auto;
687
+ }
688
+
689
+ .companies-tiles a {
690
+ text-align : center;
691
+ height : 60px ;
692
+ width : 20% ;
693
+ float : left;
694
+ margin : 30px 0 ;
695
+ position : relative;
696
+ }
697
+
698
+ .companies-tiles img {
699
+ filter : grayscale (1 );
700
+ opacity : 0.5 ;
701
+ max-width : 135px ;
702
+ max-height : 80px ;
703
+ }
704
+
705
+ .companies-tiles img : hover {
706
+ filter : grayscale (0 );
707
+ opacity : 1 ;
708
+ }
709
+
710
+ .companies-tiles a img {
711
+ margin : 0 ;
712
+ left : 50% ;
713
+ top : 50% ;
714
+ transform : translateY (-50% ) translateX (-50% );
715
+ position : absolute;
716
+ }
717
+
718
+
656
719
@media (max-width : 1300px ) {
657
720
.enterprise-wrapper {
658
721
background-position : -250px bottom;
You can’t perform that action at this time.
0 commit comments