Compare commits

..

13 Commits

Author SHA1 Message Date
victorAnumudu c74b3a3670 topo bug fixed 2024-06-04 19:24:05 +01:00
CHIEFSOFT\ameye 75965cc1e2 sliders 2024-06-01 22:29:23 -04:00
tokslaw 06b798d91d Merge branch 'btn-revert' of WrenchBoard/WrenchBoardMainSite into master 2024-06-01 22:58:42 +00:00
victorAnumudu 1e7409ae1c btn style reverted 2024-06-01 21:13:43 +01:00
ameye bdad477ba8 Merge branch 'btn-match' of WrenchBoard/WrenchBoardMainSite into master 2024-05-30 16:25:30 +00:00
victorAnumudu 70ad407b79 download link style changed 2024-05-30 14:08:50 +01:00
ameye 8e7706da4b Merge branch 'slide-addition-three' of WrenchBoard/WrenchBoardMainSite into master 2024-05-29 19:41:09 +00:00
victorAnumudu 3a2fa8b0f2 slide image added 2024-05-29 20:31:54 +01:00
tokslaw 3266a305f4 Merge branch 'added-slider-img' of WrenchBoard/WrenchBoardMainSite into master 2024-05-29 17:22:02 +00:00
victorAnumudu d546e988de conflict resolved 2024-05-29 17:17:46 +01:00
victorAnumudu 1870283a92 Merged with master 2024-05-29 17:14:06 +01:00
victorAnumudu 7c57f45a39 added another slider img 2024-05-29 17:10:19 +01:00
tokslaw 2dfa0e5c11 Merge branch 'homepage-changes' of WrenchBoard/WrenchBoardMainSite into master 2024-05-29 16:02:39 +00:00
15 changed files with 45 additions and 35 deletions
+14 -9
View File
@@ -154,18 +154,19 @@ p {
-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; */
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;
@@ -1982,14 +1983,18 @@ p {
border-color: #fff;
}
.appie-hero-content.appie-hero-content-6 ul li a.item-2 {
/* background: #fff; */
background-color: rgb(219, 237, 245);
border-color: #fff;
/* color: #fff;
border-color:#89216b;
background-image: linear-gradient(90deg, #89216b 0%, #da4453 100%); */
}
.appie-hero-content.appie-hero-content-6 ul li a.item-2:hover {
background: #9b2cfa;
border-color: #9b2cfa;
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;
@@ -2042,7 +2047,7 @@ p {
height: 500px;
width: 500px;
transform: translate(-50%, -50%);
background: #4687ba;
background: #dbedf5;
border-radius: 50%;
z-index: -1;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 KiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 KiB

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 639 KiB

After

Width:  |  Height:  |  Size: 600 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 KiB

After

Width:  |  Height:  |  Size: 600 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 KiB

After

Width:  |  Height:  |  Size: 391 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB

+3 -2
View File
@@ -3,6 +3,7 @@ import logo from '../../assets/images/wrenchboard-logo-text.png';
import StickyMenu from '../../lib/StickyMenu';
import Navigation from '../Navigation';
import getConfig from './../../Config/config'
import { Link } from 'react-router-dom';
function HeaderAbout({ action }) {
useEffect(() => {
@@ -18,9 +19,9 @@ function HeaderAbout({ action }) {
<div className="row align-items-center">
<div className="col-lg-2 col-md-4 col-sm-5 col-6 order-1 order-sm-1">
<div className="appie-logo-box">
<a href="/">
<Link to="/">
<img src={logo} alt="" width="175px" height="38px" loading='eager' />
</a>
</Link>
</div>
</div>
<div className="col-lg-6 col-md-1 col-sm-1 order-3 order-sm-2">
+7 -7
View File
@@ -22,13 +22,13 @@ function FooterHomeOne({ className }) {
<p>
{`It is simple. You can set goals, task, or anything that needs to be done and reward accomplishment. WrenchBoard is the platform to connect opportunities. `}
</p>
<a href="/service">
<Link to="/service">
Read More <i className="fal fa-arrow-right" />
</a>
</Link>
<div className="social mt-30">
<ul>
<li>
<a href={site.facebook_link}>
<a to={site.facebook_link}>
<i className="fab fa-facebook-f" />
</a>
</li>
@@ -53,7 +53,7 @@ function FooterHomeOne({ className }) {
<Link to="/service">Our Services</Link>
</li>
<li>
<a href="/use-cases">Use Cases</a>
<Link to="/use-cases">Use Cases</Link>
</li>
<li>
<a target='_blank' href={process.env.REACT_APP_AGENT_LINK}>Agent</a>
@@ -73,16 +73,16 @@ function FooterHomeOne({ className }) {
<Link to="/contact">Contact</Link>
</li>
<li>
<a href="/faq">Faqs</a>
<Link to="/faq">Faqs</Link>
</li>
<li>
<a href="https://blog.wrenchboard.com/resources/">Resources</a>
</li>
<li>
<a href="/privacy">Privacy Policy</a>
<Link to="/privacy">Privacy Policy</Link>
</li>
<li>
<a href="/terms">Terms of use</a>
<Link to="/terms">Terms of use</Link>
</li>
</ul>
</div>
+3 -2
View File
@@ -13,13 +13,14 @@ import SliderOne from '../../assets/images/home/top_sliders/slide_1.png'
import SliderTwo from '../../assets/images/home/top_sliders/slide_2.png'
import SliderThree from '../../assets/images/home/top_sliders/slide_3.png'
import SliderFour from '../../assets/images/home/top_sliders/slide_4.png'
// import SliderFive from '../../assets/images/home/top_sliders/slide_5.png'
import SliderFive from '../../assets/images/home/top_sliders/slide_5.png'
import SliderCenter from '../../assets/images/home/top_sliders/slide_33.png'
function HeroHomeOne() {
const sliders = [
SliderOne, SliderTwo, SliderThree, SliderFour
SliderOne, SliderTwo, SliderCenter, SliderThree, SliderFour, SliderFive
]
return (
+3 -2
View File
@@ -3,6 +3,7 @@ import logo from '../../assets/images/wrenchboard-logo-text.png';
import StickyMenu from '../../lib/StickyMenu';
import Navigation from '../Navigation';
import getConfig from './../../Config/config'
import { Link } from 'react-router-dom';
function HomeOneHeader({ action, showLogoOnly = false }) {
var site = getConfig()[0];
@@ -16,9 +17,9 @@ function HomeOneHeader({ action, showLogoOnly = false }) {
<div className="row align-items-center">
<div className="col-lg-2 col-md-4 col-sm-5 col-6 order-1 order-sm-1">
<div className="appie-logo-box">
<a href="/">
<Link to="/">
<img src={logo} alt="WrenchBoard" loading='eager' width="175px" height="38px" />
</a>
</Link>
</div>
</div>
+11 -10
View File
@@ -5,6 +5,7 @@ import HomeIcon from '../../assets/images/icon/home-icon.ico'
import UseCaseIcon from '../../assets/images/icon/use-case.ico'
import PrivacyIcon from '../../assets/images/icon/privacy-policy.ico'
import TermsIcon from '../../assets/images/icon/term-and-conditions.ico'
import { Link } from 'react-router-dom';
function ServiceSideMenu() {
var site = getConfig()[0];
@@ -13,43 +14,43 @@ function ServiceSideMenu() {
<div className="service-details-sidebar mr-50">
<div className="service-download-widget">
<a href="/">
<Link to="/">
{/* <i className="fal fa-download"></i> */}
<img src={HomeIcon} alt='sidenav-icon' />
<span>Home</span>
</a>
</Link>
</div>
<div className="service-download-widget">
<a href="/about-us">
<Link to="/about-us">
{/* <i className="fal fa-download"></i> */}
<img src={AboutIcon} alt='sidenav-icon' />
<span>About us</span>
</a>
</Link>
</div>
<div className="service-download-widget">
<a href="/use-cases">
<Link to="/use-cases">
{/* <i className="fal fa-file-pdf"></i> */}
<img src={UseCaseIcon} alt='sidenav-icon' />
<span>Use Cases</span>
</a>
</Link>
</div>
<div className="service-download-widget">
<a href="/privacy">
<Link to="/privacy">
{/* <i className="fal fa-download"></i> */}
<img src={PrivacyIcon} alt='sidenav-icon' />
<span>Privacy Policy</span>
</a>
</Link>
</div>
<div className="service-download-widget">
<a href="/terms">
<Link to="/terms">
{/* <i className="fal fa-file-pdf"></i> */}
<img src={TermsIcon} alt='sidenav-icon' />
<span>Terms of use</span>
</a>
</Link>
</div>
<div className="service-category-widget">
+2 -2
View File
@@ -29,9 +29,9 @@ const Main = ({gredient}) => {
<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>
<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 plan rewards.
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="appie-traffic-title section_title mb-3" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="100" style={{padding: '0'}}>
+2 -1
View File
@@ -12,7 +12,8 @@ export default function Right() {
</div> */}
{/* <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>&#x275B;&#x275B;<span className='color-blue italic'>wrench</span>Agent&#x275C;&#x275C;</span> Generative AI to assist</h3>
{/* <h3 className='color-purple font-25 mb-10'>Ask our <span>&#x275B;&#x275B;<span className='color-blue italic'>wrench</span>Agent&#x275C;&#x275C;</span> Generative AI to assist</h3> */}
<h3 className='color-purple font-25 mb-10'>Ask our &#x275B;&#x275B;<span className='color-blue italic'>Wrench</span><span className='color-purple'>Agent</span>&#x275C;&#x275C; Generative AI to assist</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> */}