Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 260071e1d3 | |||
| ea33b404a2 | |||
| 062f05d342 | |||
| 1f1e5f75ca | |||
| db1576eee1 | |||
| 2e88132fbd | |||
| 1fde70b4df | |||
| 8c938728d7 | |||
| 92ea12720f | |||
| 03f91adad6 | |||
| fa05d0864a | |||
| 605b555952 | |||
| 2f62a7f0f3 | |||
| c4b7d268c9 | |||
| db5e8aa1c4 | |||
| ab80c26836 | |||
| 17f56c2063 | |||
| 8e0d80dbd1 | |||
| 0ba975b6be | |||
| ffc6bf1e6d | |||
| bd4826f7ca | |||
| c74b3a3670 | |||
| 75965cc1e2 | |||
| 06b798d91d | |||
| 1e7409ae1c | |||
| bdad477ba8 |
@@ -149,24 +149,24 @@ p {
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
z-index: 5;
|
||||
/* -webkit-transition: all 0.4s ease-out 0s;
|
||||
-webkit-transition: all 0.4s ease-out 0s;
|
||||
-moz-transition: all 0.4s ease-out 0s;
|
||||
-ms-transition: all 0.4s ease-out 0s;
|
||||
-o-transition: all 0.4s ease-out 0s;
|
||||
transition: all 0.4s ease-out 0s; */
|
||||
/* background-color: #4687ba; */
|
||||
/* border: 1px solid #4687ba; */
|
||||
transition: all linear 0.3s;
|
||||
transition: all 0.4s ease-out 0s;
|
||||
background-color: #4687ba;
|
||||
border: 1px solid #4687ba;
|
||||
/* transition: all linear 0.3s;
|
||||
border: 1px solid #89216b;
|
||||
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%);
|
||||
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%); */
|
||||
}
|
||||
.main-btn:hover {
|
||||
/* background-color: #fff;
|
||||
background-color: #fff;
|
||||
color: #2b70fa;
|
||||
border-color: #2b70fa; */
|
||||
background-image: linear-gradient(90deg, #000 0%, #000 100%);
|
||||
border-color: #2b70fa;
|
||||
/* background-image: linear-gradient(90deg, #000 0%, #000 100%);
|
||||
color: #fff;
|
||||
border-color: #000;
|
||||
border-color: #000; */
|
||||
}
|
||||
.main-btn.main-btn-2 {
|
||||
background-color: #fff;
|
||||
@@ -1854,26 +1854,26 @@ p {
|
||||
line-height: 40px;
|
||||
padding: 0 23px;
|
||||
border-radius: 6px;
|
||||
border: 2px solid #89216b;
|
||||
border: 2px solid #0e1133;
|
||||
}
|
||||
.appie-hero-content ul li a i {
|
||||
padding-right: 6px;
|
||||
}
|
||||
/* .appie-hero-content ul li a:hover {
|
||||
.appie-hero-content ul li a:hover {
|
||||
background: transparent;
|
||||
color: #0e1133;
|
||||
} */
|
||||
/* .appie-hero-content ul li a.item-2 {
|
||||
}
|
||||
.appie-hero-content ul li a.item-2 {
|
||||
background: transparent;
|
||||
color: #0e1133;
|
||||
} */
|
||||
/* .appie-hero-content ul li a.item-2:hover {
|
||||
}
|
||||
.appie-hero-content ul li a.item-2:hover {
|
||||
background: #0e1133;
|
||||
color: #fff;
|
||||
} */
|
||||
/* .appie-hero-content.appie-hero-content-4 {
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-4 {
|
||||
padding-right: 40px;
|
||||
} */
|
||||
}
|
||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||
.appie-hero-content.appie-hero-content-4 {
|
||||
padding-right: 0;
|
||||
@@ -1983,18 +1983,18 @@ p {
|
||||
border-color: #fff;
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-6 ul li a.item-2 {
|
||||
/* background-color: rgb(219, 237, 245);
|
||||
border-color: #fff; */
|
||||
color: #fff;
|
||||
background-color: rgb(219, 237, 245);
|
||||
border-color: #fff;
|
||||
/* color: #fff;
|
||||
border-color:#89216b;
|
||||
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%);
|
||||
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%); */
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-6 ul li a.item-2:hover {
|
||||
/* background: #9b2cfa;
|
||||
background: #9b2cfa;
|
||||
border-color: #9b2cfa;
|
||||
color: #fff; */
|
||||
background-image: linear-gradient(90deg, #000 0%, #000 100%);
|
||||
border-color:#000;
|
||||
color: #fff;
|
||||
/* background-image: linear-gradient(90deg, #000 0%, #000 100%);
|
||||
border-color:#000; */
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-6.appie-hero-content-7 .appie-title {
|
||||
color: #fff;
|
||||
@@ -2047,7 +2047,7 @@ p {
|
||||
height: 500px;
|
||||
width: 500px;
|
||||
transform: translate(-50%, -50%);
|
||||
background: #4687ba;
|
||||
background: #dbedf5;
|
||||
border-radius: 50%;
|
||||
z-index: -1;
|
||||
}
|
||||
@@ -2313,6 +2313,13 @@ p {
|
||||
}
|
||||
}
|
||||
|
||||
.appie-blog-item{
|
||||
background-color: #F1F8FF;
|
||||
padding: 20px;
|
||||
min-height: 350px;
|
||||
border-radius: 10px
|
||||
}
|
||||
|
||||
@media screen and (min-width: 688px) and (max-width: 1031px) {
|
||||
/* Your CSS styles for this viewport size */
|
||||
.appie-blog-item{
|
||||
@@ -4937,6 +4944,7 @@ p {
|
||||
border-radius: 3px;
|
||||
left: 0;
|
||||
top: 4px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.popular-post h5 {
|
||||
@@ -6071,7 +6079,8 @@ blockquote cite {
|
||||
}
|
||||
}
|
||||
.footer-copyright .apps-download-btn ul li a {
|
||||
color: #fff;
|
||||
background: #fff;
|
||||
color: #0e1133;
|
||||
line-height: 40px;
|
||||
padding: 0 23px;
|
||||
border-radius: 6px;
|
||||
@@ -6080,13 +6089,19 @@ blockquote cite {
|
||||
.footer-copyright .apps-download-btn ul li a i {
|
||||
padding-right: 6px;
|
||||
}
|
||||
.footer-copyright .apps-download-btn ul li a {
|
||||
border-color: #89216b;
|
||||
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%);
|
||||
}
|
||||
.footer-copyright .apps-download-btn ul li a:hover {
|
||||
background-image: linear-gradient(90deg, #000 0%, #000 100%);
|
||||
border-color: #000;
|
||||
background: transparent;
|
||||
color: #0e1133;
|
||||
border-color: #e7eaef;
|
||||
}
|
||||
.footer-copyright .apps-download-btn ul li a.item-2 {
|
||||
background: transparent;
|
||||
color: #0e1133;
|
||||
border-color: #e7eaef;
|
||||
}
|
||||
.footer-copyright .apps-download-btn ul li a.item-2:hover {
|
||||
background: #fff;
|
||||
color: #0e1133;
|
||||
}
|
||||
|
||||
.appie-error-area {
|
||||
|
||||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 346 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 639 KiB After Width: | Height: | Size: 600 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 138 KiB |
@@ -6,11 +6,12 @@ import Interactive from "../../assets/images/interactive.png";
|
||||
import Mobility from "../../assets/images/mobility-approach.png";
|
||||
import Privacy from "../../assets/images/privacy.png";
|
||||
import Seamless from "../../assets/images/seamless.png";
|
||||
import Security from "../../assets/images/security.png";
|
||||
|
||||
function ServiceItem(props) {
|
||||
return (
|
||||
<div
|
||||
className={`appie-single-service-2 appie-single-service-about item-${props.index} mt-30 wow animated fadeInUp`}
|
||||
className={`mt-0 p-4 appie-single-service-2 appie-single-service-about item-${props.index} wow animated fadeInUp`}
|
||||
data-wow-duration="2000ms"
|
||||
data-wow-delay={`${props.delay}ms`}
|
||||
style={{ cursor: "default" }}
|
||||
@@ -31,7 +32,7 @@ function AboutTextComponent() {
|
||||
<div className="row">
|
||||
<div className="row">
|
||||
{servicesContent?.map(({ id, ...item }) => (
|
||||
<div className="col-lg-4 col-md-6">
|
||||
<div className="col-lg-3 col-md-6">
|
||||
<ServiceItem index={id} {...item} />
|
||||
</div>
|
||||
))}
|
||||
@@ -55,19 +56,27 @@ const servicesContent = [
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
image: Approach,
|
||||
image: Mobility,
|
||||
delay: 400,
|
||||
title: "Opportunity",
|
||||
description:
|
||||
"We prioritize developing a strong opportunity mindset and teamwork.",
|
||||
"We prioritize developing a strong opportunity mindset for our users and teamwork.",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
image: Interactive,
|
||||
delay: 600,
|
||||
title: "Online Safety",
|
||||
title: "Modern",
|
||||
description:
|
||||
"Stay up-to-date with WrenchBoard! We ensure healthy communication at all times.",
|
||||
"We endeavor to improve our features to catch up to how we can best serve our users.",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
image: Security,
|
||||
delay: 600,
|
||||
title: "Security & Safety",
|
||||
description:
|
||||
"Healthy communication and privacy are the foundation of all features now and in the future.",
|
||||
},
|
||||
// {
|
||||
// id: 4,
|
||||
|
||||
@@ -7,7 +7,7 @@ function HeroAbout() {
|
||||
<div className="row">
|
||||
<div className="col-lg-7">
|
||||
<div className="appie-about-top-title">
|
||||
<h2 className="title">Our team is here to support you.</h2>
|
||||
<h2 className="title">Plan and reward accomplishment with ease.</h2>
|
||||
</div>
|
||||
</div>
|
||||
<section className="appie-about-page-area">
|
||||
@@ -20,10 +20,20 @@ function HeroAbout() {
|
||||
We Empower Reward for Achievements
|
||||
</h3>
|
||||
<p>
|
||||
WrenchBoard prioritizes safety above all. Parents can set up family accounts to oversee their children's activities and earnings. We implement strict guidelines to ensure age-appropriate tasks and interactions, providing a worry-free space for both kids and their guardians.
|
||||
We believe that earning should go hand in hand with learning. As kids complete projects and earn, they also acquire essential life skills such as financial literacy, time management, and effective communication. WrenchBoard isn't just about making money; it's about fostering holistic growth.
|
||||
<p>Learn more at <a href={process.env.REACT_APP_DASH_URL}>www.WrenchBoard.com</a></p>
|
||||
WrenchBoard is the platform for planning and rewarding accomplishments for individuals and parents. Parents can set up family accounts to oversee their children's activities and earnings.
|
||||
</p>
|
||||
<p>
|
||||
At WrenchBoard, we believe in the power of motivating through rewards. As children complete projects, tasks, or chores and earn rewards, children also gain financial, time management, and valuable execution skills that enhance the joy of personal growth.
|
||||
</p>
|
||||
<p>
|
||||
WrenchBoard is more than just a platform for rewards; it fosters holistic growth in children, and WrenchBoard prioritizes safety above all. We implement strict guidelines to ensure age-appropriate tasks and interactions, providing a worry-free space for kids and their guardians.
|
||||
|
||||
{/*WrenchBoard prioritizes safety above all. Parents can set up family accounts to oversee their children's activities and earnings. We implement strict guidelines to ensure age-appropriate tasks and interactions, providing a worry-free space for both kids and their guardians.*/}
|
||||
{/*We believe that earning should go hand in hand with learning. As kids complete projects and earn, they also acquire essential life skills such as financial literacy, time management, and effective communication. WrenchBoard isn't just about making money; it's about fostering holistic growth.*/}
|
||||
|
||||
|
||||
</p>
|
||||
<p>Learn more at <a href={process.env.REACT_APP_DASH_URL}>www.WrenchBoard.com</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,11 +4,11 @@ import AboutTextComponent from '../AboutText/AboutText';
|
||||
function ServicesAbout() {
|
||||
return (
|
||||
<>
|
||||
<section className="appie-services-2-area pt-90 pb-55" id="service">
|
||||
<section className="appie-services-2-area pt-20" id="service">
|
||||
<div className="container">
|
||||
<div className="row align-items-end">
|
||||
<div className="col-12 col-lg-8">
|
||||
<div className="appie-section-title">
|
||||
<div className="appie-section-title pb-0">
|
||||
<h3 className="appie-title">We’re driven by your values</h3>
|
||||
{/* <p>{servicesContent.subTitle}</p> */}
|
||||
</div>
|
||||
|
||||
@@ -16,7 +16,7 @@ function FooterHomeOne({ className }) {
|
||||
<div className="footer-about-widget">
|
||||
<div className="logo">
|
||||
<a href="#">
|
||||
<img src={logo} alt="WrenchBoard" loading='eager' width={300} height={65} />
|
||||
<img src={logo} alt="WrenchBoard" loading='eager' width={175} height={38} />
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
@@ -121,7 +121,7 @@ function FooterHomeOne({ className }) {
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href={process.env.REACT_APP_ANDROID_APP} target="_blank">
|
||||
<a className="item-2" href={process.env.REACT_APP_ANDROID_APP} target="_blank">
|
||||
<i className="fab fa-google-play" /> Download for
|
||||
Android
|
||||
</a>
|
||||
|
||||
@@ -25,24 +25,24 @@ const Main = ({gredient}) => {
|
||||
</div>
|
||||
}
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<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'>Reward Accomplishments</div></h3>
|
||||
<p className=''>
|
||||
Set goals, tasks, or anything that motivates or needs to be done and reward completion. WrenchBoard is the platform to plan rewards.
|
||||
</p>
|
||||
</div>
|
||||
<div className="row mt-3 align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="w-100">
|
||||
<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>
|
||||
<p className=''>
|
||||
Set goals, tasks, or anything that motivates or needs to be done and reward completion. WrenchBoard is the platform plan rewards.
|
||||
</p>
|
||||
</div>
|
||||
<div className="appie-traffic-title section_title mb-3" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100" style={{padding: '0'}}>
|
||||
<h3 className='title text-center text-lg-left'>Assign Faster with</h3>
|
||||
<h3 className='w-100 title text-center d-flex justify-content-center justify-content-lg-end flex-nowrap'>
|
||||
<h3 className='title text-center'>Assign Faster with</h3>
|
||||
<h3 className='w-100 title text-center d-flex justify-content-center flex-nowrap'>
|
||||
<div className='color-blue italic'>wrench</div><div className='color-purple'>Agent</div>
|
||||
</h3>
|
||||
</div>
|
||||
<div className="row">
|
||||
{list?.map(({ icon, header, paragraph, name }, idx) => (
|
||||
<div className="col-12 col-md-6 mb-10" key={idx} onClick={()=>changeActiveImg(name)} style={{cursor: 'pointer'}}>
|
||||
<div className="col-12 mb-10" key={idx} onClick={()=>changeActiveImg(name)} style={{cursor: 'pointer'}}>
|
||||
<div
|
||||
className={`appie-traffic-service features appie-modern-design`}
|
||||
>
|
||||
|
||||
@@ -13,7 +13,7 @@ export default function Right() {
|
||||
{/* <div className='px-2 w-100 mb-2'> */}
|
||||
<div className='color-purple text-center mb-2'>
|
||||
{/* <h3 className='color-purple font-25 mb-10'>Ask our <span>❛❛<span className='color-blue italic'>wrench</span>Agent❜❜</span> Generative AI to assist</h3> */}
|
||||
<h3 className='color-purple font-25 mb-10'>Ask our ❛❛<span className='color-blue italic'>Wrench</span><span className='color-purple'>Agent</span>❜❜ Generative AI to assist</h3>
|
||||
<h3 className='color-purple font-25 mb-10'>Ask our ❛❛<span className='color-blue italic'>wrench</span><span className='color-purple'>Agent</span>❜❜ Generative AI to assist</h3>
|
||||
<h3 className='font_black font-20 mb-10'>❛❛Recommend 4 summer chores for a 12 years old❜❜</h3>
|
||||
</div>
|
||||
{/* </div> */}
|
||||
|
||||