File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -464,6 +464,22 @@ strong, .bold {
464
464
.bg-contrast {
465
465
background : # fff ;
466
466
}
467
+ .bg-contrast-purple {
468
+ background : # 2E369D ;
469
+ height : 460px ;
470
+ }
471
+ .bg-contrast-purple--before {
472
+ position : relative;
473
+ }
474
+ .bg-contrast-purple--before : before {
475
+ content : '' ;
476
+ position : absolute;
477
+ background : # 2E369D ;
478
+ height : 460px ;
479
+ width : 5000px ;
480
+ right : 100% ;
481
+ top : 0 ;
482
+ }
467
483
468
484
.bg-contrast--after {
469
485
position : relative;
@@ -504,11 +520,11 @@ strong, .bold {
504
520
.bg-img {
505
521
-webkit-background-size : cover;
506
522
background-size : cover;
507
- background : url ("../images/bg2 .jpg" ) no-repeat fixed;
523
+ background : url ("../images/bg1 .jpg" ) no-repeat fixed;
508
524
}
509
525
@media (max-width : 1199px ) {
510
526
.bg-img {
511
- background : url ("../images/bg2 .jpg" ) no-repeat scroll center center;
527
+ background : url ("../images/bg1 .jpg" ) no-repeat scroll center center;
512
528
}
513
529
}
514
530
@@ -716,6 +732,8 @@ strong, .bold {
716
732
}
717
733
.thumb-wrap .thumb {
718
734
display : inline-block;
735
+ margin-top : 10px ;
736
+ margin-right : 10px ;
719
737
}
720
738
@media (max-width : 991px ) {
721
739
.thumb-wrap .thumb {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ <h1 class="brand_name">
56
56
=========================================================-->
57
57
< main >
58
58
59
- < section class ="parallax well cbp-so-section " data-url ="images/bg1 .jpg " data-mobile ="true ">
59
+ < section class ="parallax well cbp-so-section " data-url ="images/bg3 .jpg " data-mobile ="true ">
60
60
< div class ="container ">
61
61
< div class ="row ">
62
62
< div class ="col-md-10 col-md-offset-2 cbp-so-side cbp-so-side-right ">
@@ -75,7 +75,7 @@ <h2>Data. Innovation.</h2>
75
75
< div class ="container ">
76
76
< div class ="row ">
77
77
< div class ="col-lg-9 cbp-so-side cbp-so-side-left ">
78
- < div class ="thumb-wrap bg-contrast bg-contrast--before text-right ">
78
+ < div class ="thumb-wrap bg-contrast-purple bg-contrast-purple --before text-right ">
79
79
80
80
< a class ="thumb " href ="images/sequence-labeling-original.png ">
81
81
< img src ="images/sequence-labeling-thumb.png " alt =""/>
You can’t perform that action at this time.
0 commit comments