Skip to content

Commit

Permalink
feat(landing-page): updated the landing page screenshots (xlayers#313)
Browse files Browse the repository at this point in the history
Updated the screenshots on the landing page and the pointers.

Closes: xlayers#312
  • Loading branch information
Jefiozie authored and shikanime committed Oct 7, 2019
1 parent 016cc01 commit 12604ae
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 53 deletions.
Binary file modified src/assets/xlayers-bg-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/xlayers-bg-2.webp
Binary file not shown.
Binary file modified src/assets/xlayers-bg-3-ng.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/xlayers-bg-3-ng.webp
Binary file not shown.
Binary file modified src/assets/xlayers-bg-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/xlayers-bg-4.webp
Binary file not shown.
Binary file modified src/assets/xlayers-ui-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/xlayers-ui-1.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions src/home/landing/landing.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ nav a {
text-decoration: none;
}
header img {
max-width: 844px;
max-width: 750px;
display: block;
margin: auto;
width: 100%;
Expand Down Expand Up @@ -158,7 +158,7 @@ footer i {
width: 150px;
height: 150px;
position: absolute;
background: url(/assets/xlayers-bg-3-ng.png) -1200px -171px/1480px no-repeat;
background: url(/assets/xlayers-bg-3-ng.png) -150px -17px/1480px no-repeat;
border-radius: 50%;
border: 1px solid #fff;
}
Expand All @@ -184,8 +184,8 @@ footer i {
.bg-3:before {
width: 200px;
height: 200px;
margin-top: -76px;
margin-left: 281px;
margin-top: -165px;
margin-left: -103px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/home/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h3>{{'APP.preview' | translate}}</h3>

<section class="bg interactive">
<h1>{{'APP.explore_viewer' | translate }}</h1>
<xly-interactive-bg width="1142px" height="797px" src="/assets/xlayers-ui-2.png" [sections]="viewerSections"></xly-interactive-bg>
<xly-interactive-bg width="1142px" height="797px" src="/assets/xlayers-ui-1.png" [sections]="viewerSections"></xly-interactive-bg>
<h1>{{'APP.explore_codegen' | translate }}</h1>
<xly-interactive-bg width="1142px" height="797px" src="/assets/xlayers-bg-3-ng.png" [sections]="editorSections"></xly-interactive-bg>
</section>
Expand Down
96 changes: 48 additions & 48 deletions src/home/landing/landing.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,48 +12,48 @@ export class LandingComponent implements OnInit {
viewerSections = [
{
frame: {
width: '240px',
left: '447px',
top: '50px',
width: '340px',
left: '400px',
top: '54px',
height: '50px'
},
tooltip: {
direction: 'right',
left: '140px',
top: '12px'
left: '90px',
top: '20px'
},
button: {
top: '66px',
left: '414px'
top: '70px',
left: '375px'
},
description:
'LANDING.quick_access_toolbar'
},
{
frame: {
width: '166px',
left: '45px',
width: '200px',
left: '0px',
top: '120px',
height: '560px'
height: '640px'
},
tooltip: {
direction: 'left',
left: '230px',
left: '155px',
top: '338px'
},
button: {
top: '370px',
left: '100px'
left: '80px'
},
description:
'LANDING.sketch_layer_list'
},
{
frame: {
width: '686px',
left: '226px',
top: '103px',
height: '629px'
width: '730px',
left: '203px',
top: '110px',
height: '650px'
},
tooltip: {
direction: 'right',
Expand All @@ -69,38 +69,38 @@ export class LandingComponent implements OnInit {
},
{
frame: {
width: '176px',
left: '916px',
top: '103px',
height: '325px'
width: '180px',
left: '950px',
top: '179px',
height: '290px'
},
tooltip: {
direction: 'right',
left: '610px',
left: '710px',
top: '215px'
},
button: {
top: '270px',
left: '995px'
top: '285px',
left: '1050px'
},
description:
'LANDING.quick_access_preview_download'
},
{
frame: {
width: '176px',
left: '916px',
top: '440px',
height: '291px'
width: '195px',
left: '940px',
top: '480px',
height: '180px'
},
tooltip: {
direction: 'right',
left: '610px',
top: '535px'
left: '650px',
top: '520px'
},
button: {
top: '584px',
left: '1000px'
top: '550px',
left: '1020px'
},
description:
'LANDING.property_panel'
Expand All @@ -111,26 +111,26 @@ export class LandingComponent implements OnInit {
frame: {
width: '175px',
left: '485px',
top: '50px',
height: '50px'
top: '119px',
height: '35px'
},
tooltip: {
direction: 'right',
left: '180px',
top: '24px'
top: '85px'
},
button: {
top: '67px',
top: '130px',
left: '472px'
},
description:
'LANDING.code_editor_options'
}, {
frame: {
width: '1046px',
left: '46px',
top: '99px',
height: '632px'
width: '1136px',
left: '0px',
top: '195px',
height: '496px'
},
tooltip: {
direction: 'right',
Expand All @@ -145,19 +145,19 @@ export class LandingComponent implements OnInit {
'LANDING.code_editor_content'
}, {
frame: {
width: '140px',
left: '940px',
top: '135px',
height: '150px'
width: '840px',
left: '120px',
top: '150px',
height: '50px'
},
tooltip: {
direction: 'right',
left: '634px',
top: '136px'
direction: 'left',
left: '750px',
top: '130px'
},
button: {
top: '152px',
left: '1042px'
top: '162px',
left: '700px'
},
description:
'LANDING.code_editor_tech_list'
Expand Down

0 comments on commit 12604ae

Please sign in to comment.