Compare commits

...

18 Commits

Author SHA1 Message Date
victorAnumudu c33af79371 adjust slider display 2024-04-19 05:46:48 +01:00
CHIEFSOFT\ameye 926ae7c663 card 2024-03-08 20:52:52 -05:00
CHIEFSOFT\ameye 060a600214 reddem banners 2024-03-08 19:59:37 -05:00
CHIEFSOFT\ameye 0c8d1bfd81 more image 2024-02-29 12:43:48 -05:00
CHIEFSOFT\ameye 6180f50263 banner images 2024-02-28 11:20:58 -05:00
CHIEFSOFT\ameye 8c1fcf53b5 res images 2024-02-27 23:37:09 -05:00
CHIEFSOFT\ameye fec6b84c7a new kids nanners 2024-02-27 21:41:24 -05:00
CHIEFSOFT\ameye 96aed44305 actice job image 2024-02-27 20:23:59 -05:00
CHIEFSOFT\ameye 19b4cb59f3 banners 2024-02-27 06:02:18 -05:00
ameye 0af0f4a4b9 Merge branch 'image-hidden' of WrenchBoard/WrenchBoardMainSite into master 2024-02-26 00:25:51 +00:00
CHIEFSOFT\ameye 9b4a082d92 banners4 2024-02-25 08:05:00 -05:00
victorAnumudu 6b9d2e1877 hid image 2024-02-23 14:58:18 +01:00
victorAnumudu 7bcad6d033 hid image 2024-02-23 14:56:04 +01:00
tokslaw d4788b6517 Merge branch 'image-resize' of WrenchBoard/WrenchBoardMainSite into master 2024-02-22 22:45:48 +00:00
victorAnumudu fc98d78742 changed wrenchboard logo on set chores section 2024-02-22 23:22:13 +01:00
victorAnumudu 4e7750d706 changed home link text to Home 2024-02-22 20:59:01 +01:00
victorAnumudu ab5093b253 resized images 2024-02-22 20:31:04 +01:00
tokslaw d292b359d5 Merge branch 'mission-text' of WrenchBoard/WrenchBoardMainSite into master 2024-02-22 19:14:40 +00:00
25 changed files with 13 additions and 7 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

+2 -2
View File
@@ -2549,8 +2549,8 @@ p {
border-radius: 50%;
}
.appie-single-service-2 .icon img {
height: 100px;
width: 100px;
height: 200px;
/* width: 100px; */
}
.appie-single-service-2 .title {
font-size: 24px;
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+8 -2
View File
@@ -18,12 +18,18 @@ export default function FeaturedScreen() {
dots: true,
responsive:{
0:{
items:2
items:1
},
600:{
items:2
},
800:{
items:3
},
1000:{
1200:{
items:4
},
1400:{
items:5
}
}
+1 -1
View File
@@ -20,7 +20,7 @@ function UseCases() {
<HeroNews
title="Use Cases"
breadcrumb={[
{ link: '/', title: 'home' },
{ link: '/', title: 'Home' },
{ link: '/use-cases', title: 'Use Cases' },
]}
/>
+2 -2
View File
@@ -84,8 +84,8 @@ const Main = ({gredient}) => {
/>
</div>
<img
className="moving_position_animatin right_img_three position-relative"
src={localImgLoad(`images/home/wrench-side-logo-1.png`)}
className="d-none moving_position_animatin right_img_three position-relative"
src={localImgLoad(`images/home/wrenchboard_logo_4.png`)}
alt="image"
/>
</div>