Compare commits

..

5 Commits

Author SHA1 Message Date
victorAnumudu 49403090db Adjusted images to blend with page 2023-01-27 15:44:19 +01:00
tokslaw 70969c4cc9 Merge branch 'myfit_about_us_image' of MyFit/www-myfit into master 2023-01-27 10:57:16 +00:00
victorAnumudu fe56c4afc4 added the about us images 2023-01-27 06:36:50 +01:00
Olu Amey b15f580c35 Logo 2023-01-26 16:08:30 -05:00
tokslaw 2603495d8f Merge branch 'fixing_links' of MyFit/www-myfit into master 2023-01-26 20:05:09 +00:00
6 changed files with 13 additions and 4 deletions
+5 -1
View File
@@ -2693,7 +2693,11 @@ header.fix_style.white_header {
}
.app_solution_section .app_images ul li img {
max-width: 100%;
max-width: 98%;
padding: 1%;
border-radius: 15px;
box-shadow: 0px 0px 30px #c1dec9;
filter: grayscale(40%);
}
.app_solution_section .app_images li:first-child {
Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 132 KiB

+8 -3
View File
@@ -6,6 +6,10 @@ import BGImg from "../../assets/images/bread_crumb_bg.png"
import BGImg1 from "../../assets/images/bread_crumb_bg_one.png"
import BGImg2 from "../../assets/images/bread_crumb_bg_two.png"
import About1 from '../../assets/images/about_one.png'
import About2 from '../../assets/images/about_two.png'
import About3 from '../../assets/images/about_three.png'
const Main = ({brdcum}) => {
const [ytShow , setytShow] = useState (false)
@@ -84,12 +88,12 @@ const Main = ({brdcum}) => {
<div className="col-lg-6">
<div className="app_images" data-aos="fade-in" data-aos-duration="1500">
<ul>
<li><img src="assets/images/abt_01.png" alt="" /></li>
<li><img src={About1} alt="health monitor gadget" /></li>
<li>
<a data-url="#" onClick = {() => setytShow(true)} className="popup-youtube play-button"
data-toggle="modal"
data-target="#myModal" title="About Video">
<img src="assets/images/abt_02.png" alt="" />
<img src={About2} alt="" />
<div className="waves-block">
<div className="waves wave-1"></div>
<div className="waves wave-2"></div>
@@ -98,7 +102,8 @@ const Main = ({brdcum}) => {
<span className="play_icon"><img src="assets/images/play_black.png" alt="image"/></span>
</a>
</li>
<li><img src="assets/images/abt_03.png" alt="" /></li>
{/* <li><img src="assets/images/abt_03.png" alt="" /></li> */}
<li><img src={About3} alt="" /></li>
</ul>
</div>
</div>