This commit is contained in:
CHIEFSOFT\ameye
2024-11-10 15:23:46 -05:00
parent 96dc13c834
commit 4f084e8f5d
2 changed files with 17 additions and 14 deletions
+15 -12
View File
@@ -10,9 +10,9 @@
> >
<!-- <div class="slide_top">Ameye</div>--> <!-- <div class="slide_top">Ameye</div>-->
<div class="slide_div" > <div class="slide_div" >
<div class="page_logo" style="padding-top: 15px;"> <!-- <div class="page_logo" style="padding-top: 15px;">-->
<img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" /> <!-- <img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" />-->
</div> <!-- </div>-->
<ion-label class="head_lbl">Engage, Excite and Reward.</ion-label> <ion-label class="head_lbl">Engage, Excite and Reward.</ion-label>
<!-- <ion-label class="text sl1">Earn without stress! Browse, Complete, and get Paid</ion-label>--> <!-- <ion-label class="text sl1">Earn without stress! Browse, Complete, and get Paid</ion-label>-->
</div> </div>
@@ -23,9 +23,9 @@
[style.background-position]="'center'" [style.background-position]="'center'"
> >
<div class="slide_div"> <div class="slide_div">
<div class="page_logo" style="padding-top: 15px;"> <!-- <div class="page_logo" style="padding-top: 15px;">-->
<img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" /> <!-- <img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" />-->
</div> <!-- </div>-->
<ion-label class="head_lbl">Engage Kids with Task, Goals and Inspire with Rewards.</ion-label> <ion-label class="head_lbl">Engage Kids with Task, Goals and Inspire with Rewards.</ion-label>
<!-- <ion-label class="text sl1"> WrenchBoard is the platform to set goals and rewards or any other tasks. </ion-label>--> <!-- <ion-label class="text sl1"> WrenchBoard is the platform to set goals and rewards or any other tasks. </ion-label>-->
</div> </div>
@@ -36,9 +36,9 @@
[style.background-position]="'center'" [style.background-position]="'center'"
> >
<div class="slide_div"> <div class="slide_div">
<div class="page_logo" style="padding-top: 15px;"> <!-- <div class="page_logo" style="padding-top: 15px;">-->
<img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" /> <!-- <img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" />-->
</div> <!-- </div>-->
<ion-label class="head_lbl">Teach kids smart money skills- engage, empower and reward .</ion-label> <ion-label class="head_lbl">Teach kids smart money skills- engage, empower and reward .</ion-label>
<!-- <ion-label class="text sl1"> WrenchBoard is the platform to set goals and rewards or any other tasks. </ion-label>--> <!-- <ion-label class="text sl1"> WrenchBoard is the platform to set goals and rewards or any other tasks. </ion-label>-->
</div> </div>
@@ -49,9 +49,9 @@
[style.background-position]="'center'" [style.background-position]="'center'"
> >
<div class="slide_div"> <div class="slide_div">
<div class="page_logo" style="padding-top: 15px;"> <!-- <div class="page_logo" style="padding-top: 15px;">-->
<img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" /> <!-- <img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" />-->
</div> <!-- </div>-->
<ion-label class="head_lbl">Let's Start.</ion-label> <ion-label class="head_lbl">Let's Start.</ion-label>
<!-- <ion-label class="text sl1">Everything is ready to start rewarding goals.</ion-label>--> <!-- <ion-label class="text sl1">Everything is ready to start rewarding goals.</ion-label>-->
</div> </div>
@@ -60,6 +60,9 @@
</div> </div>
<div class="stack-top"> <div class="stack-top">
<div class="action_box" > <div class="action_box" >
<div style="padding-top: 0; width: 100%; text-align: center;">
<img alt="WrenchBoard" src="/assets/images/wrenchboard-line.png" />
</div>
<div class="action_h1">Join today, find, assign, engage, and easily reward yourself, your kids, or anybody else. </div> <div class="action_h1">Join today, find, assign, engage, and easily reward yourself, your kids, or anybody else. </div>
<ion-button (click)="onRegister()" expand="block" shape="round"> <ion-button (click)="onRegister()" expand="block" shape="round">
Get Started Get Started
+2 -2
View File
@@ -15,7 +15,7 @@
.stack-top{ .stack-top{
z-index: 9; z-index: 9;
width: 100%; width: 100%;
height: 320px; height: 380px;
padding: 20px; padding: 20px;
// border-radius: 20px; // border-radius: 20px;
position: absolute; position: absolute;
@@ -24,7 +24,7 @@
.action_box{ .action_box{
//z-index: 7; //z-index: 7;
background-color: white; background-color: white;
height: 230px; height: 290px;
max-width: 400px; max-width: 400px;
padding: 20px; padding: 20px;
margin: 10px auto 10px auto; margin: 10px auto 10px auto;