Compare commits

...

6 Commits

Author SHA1 Message Date
victorAnumudu 07db62278f quote added 2024-05-21 11:55:18 +01:00
ameye deda7c4c74 Merge branch 'home-page-adjust' of WrenchBoard/WrenchBoardMainSite into master 2024-05-20 10:53:47 +00:00
victorAnumudu e2eea47196 home page adjusted 2024-05-20 09:21:04 +01:00
CHIEFSOFT\ameye c2eda57bf3 Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/WrenchBoardMainSite 2024-05-19 13:18:14 -04:00
CHIEFSOFT\ameye 528034296e past due image 2024-05-19 13:18:00 -04:00
ameye 96d18db2c3 Merge branch 'font-fix-issue' of WrenchBoard/WrenchBoardMainSite into master 2024-05-17 19:20:15 +00:00
6 changed files with 41 additions and 54 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 39 KiB

+3
View File
@@ -882,6 +882,9 @@ a {
.pl-125 { .pl-125 {
padding-left: 125px; padding-left: 125px;
} }
.pl-150 {
padding-left: 150px;
}
/*-- Padding right --*/ /*-- Padding right --*/
.pr-0 { .pr-0 {
+15
View File
@@ -183,6 +183,16 @@ p {
letter-spacing: 2px; letter-spacing: 2px;
text-shadow: 0px 4px 10px rgba(0,0,0,0.3); text-shadow: 0px 4px 10px rgba(0,0,0,0.3);
} }
.generative-ai{
padding-left: 150px;
}
@media only screen and (max-width: 568px) {
.generative-ai{
padding-left: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) { @media only screen and (min-width: 992px) and (max-width: 1200px) {
.appie-section-title .appie-title { .appie-section-title .appie-title {
font-size: 36px; font-size: 36px;
@@ -3100,6 +3110,11 @@ p {
/* box-shadow: inset 0 0 15px 25px white; */ /* box-shadow: inset 0 0 15px 25px white; */
box-shadow: 0 0 10px 20px #fff inset; box-shadow: 0 0 10px 20px #fff inset;
} }
.withFadeEdge-light-purple{
border-radius: 10px 10px 10px 10px;
/* box-shadow: inset 0 0 15px 25px white; */
box-shadow: 0 0 5px 10px #fbf4fe inset;
}
/*=========================== /*===========================
6.APPIE TRAFFICE css 6.APPIE TRAFFICE css
===========================*/ ===========================*/
Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

+1 -38
View File
@@ -28,7 +28,7 @@ const Main = ({gredient}) => {
<div className="row"> <div className="row">
<div className="col-lg-6"> <div className="col-lg-6">
<div className="w-100"> <div className="w-100">
<div className="appie-traffic-title section_title" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100" style={{padding: '0'}}> <div className="p-0 appie-traffic-title section_title" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100">
<h3 className='title'>Set Chores, Set Goals <div className='section_sub_title'>Rewards Accomplishments</div></h3> <h3 className='title'>Set Chores, Set Goals <div className='section_sub_title'>Rewards Accomplishments</div></h3>
<p className=''> <p className=''>
Set goals, tasks, or anything that motivates or needs to be done and reward completion. WrenchBoard is the platform plan rewards. Set goals, tasks, or anything that motivates or needs to be done and reward completion. WrenchBoard is the platform plan rewards.
@@ -52,43 +52,6 @@ const Main = ({gredient}) => {
</div> </div>
</div> </div>
<div className="col-lg-6"> <div className="col-lg-6">
{/* <div className='w-100 ui_image_con d-flex justify-content-center align-items-center'>
<div className="ui_images position-relative d-flex justify-content-center align-items-center" data-aos="fade-in" data-aos-duration="1500">
<div className="left_img position-relative">
<img
className="moving_position_animatin position-relative"
src={ localImgLoad(`images/home/${activeImg}.jpg`)}
alt="image"
width='332px'
height='auto'
/>
</div>
<div className="right_img position-relative d-flex flex-column justify-content-start align-items-center">
<div className='d-flex flex-column justify-content-start align-items-center'>
<img
className="moving_position_animatin right_img_two"
src={
activeImg == 'reward-goals' ? localImgLoad(`images/home/box-reward.png`)
:
activeImg == 'assign-chores' ? localImgLoad(`images/home/box-chores.png`)
:
activeImg == 'financial-edu' ? localImgLoad(`images/home/box-financial.png`)
:
activeImg == 'family-connect' ? localImgLoad(`images/home/box-family.png`)
:
null
}
alt="image"
/>
</div>
<img
className="d-none moving_position_animatin right_img_three position-relative"
src={localImgLoad(`images/home/wrenchboard_logo_4.png`)}
alt="image"
/>
</div>
</div>
</div> */}
<Right /> <Right />
</div> </div>
</div> </div>
+22 -16
View File
@@ -1,4 +1,5 @@
import React from 'react' import React from 'react'
import BGImage from "../../../../assets/images/sec-background.jpg";
export default function Right() { export default function Right() {
return ( return (
@@ -9,28 +10,33 @@ export default function Right() {
<div className='color-blue italic'>Wrench</div><div className='color-purple'>Agent</div> <div className='color-blue italic'>Wrench</div><div className='color-purple'>Agent</div>
</h3> </h3>
</div> </div>
<div className='p-2 w-100 bg-white my-2'>  <div className='p-2 w-100 my-2'> 
<div className='color-purple text-center'> <div className='color-purple text-center'>
<h3 className='color-purple font-25 mb-10'>Ask our "WrenchAgent" Generative AI to assist</h3> <h3 className='color-purple font-25 mb-10'>Ask our <span className='black'>&#x275B;&#x275B;WrenchAgent&#x275C;&#x275C;</span> Generative AI to assist</h3>
<h3 className='font_black font-20 mb-10'>"Recommend 4 summer chores for a 12 years old"</h3> <h3 className='font_black font-20 mb-10'>&#x275B;&#x275B;Recommend 4 summer chores for a 12 years old&#x275C;&#x275C;</h3>
</div> </div>
</div> </div>
<div className="p-2 bg-white custom-w-90 mx-auto border-thin border-r-10 border-skyblue"> {/* withFadeEdge-light-purple border-skyblue border-thin*/}
{list?.map((item, idx) => ( <div className="p-2 pt-3 bg-white custom-w-90 mx-auto border-r-10 overflow-hidden"
<div className="col-12 mb-20" key={idx}> style={{ backgroundImage: `url(${BGImage})`, backgroundPosition: 'left center', backgroundRepeat: 'no-repeat' }}
<div >
className={`appie-traffic-service-two features appie-modern-design`} <div className='generative-ai'>
> {list?.map((item, idx) => (
<div className="icon"> <div className="col-12 mb-20" key={idx}>
<i className='fal fa-check' /> <div
className={`appie-traffic-service-two features appie-modern-design`}
>
<div className="icon">
<i className='fal fa-check' />
</div>
<h5 className="title italic color-purple">{item}</h5>
</div>
</div> </div>
<h5 className="title italic color-purple">{item}</h5> ))}
<div className='w-100 d-flex justify-content-end'>
<a className='main-btn' href={process.env.REACT_APP_DASH_URL_SIGNUP}>Get Started</a>
</div> </div>
</div> </div>
))}
<div className='w-100 d-flex justify-content-end'>
<button className='main-btn'>Get Started</button>
</div>
</div> </div>
</div> </div>
) )