Compare commits

...

14 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
DESKTOP-QHP1O2H\MIKE b9cf520bcf fixed broken links 2023-01-26 14:45:32 -05:00
tokslaw 6914a8fe99 step2 img modified 2023-01-26 11:02:00 -05:00
tokslaw cd3732122b About_us_desc 2023-01-26 06:25:41 -05:00
tokslaw 3aa53025cf Merge branch 'master' of https://gitlab.chiefsoft.net/MyFit/www-myfit 2023-01-26 06:21:06 -05:00
tokslaw e372f8a036 About_us_texts remodified 2023-01-26 06:20:03 -05:00
tokslaw f6727c98d0 Merge branch 'import-img-faq-pricing' of MyFit/www-myfit into master 2023-01-26 11:15:20 +00:00
tokslaw 26cdf65d76 About_us_texts modified 2023-01-26 06:13:19 -05:00
tokslaw de2b95fed5 Merge branch 'task-48-About-us-clean-up' of MyFit/www-myfit into master 2023-01-26 11:09:02 +00:00
DESKTOP-QHP1O2H\MIKE dc921d42d2 imported image in pricing 2023-01-25 16:16:39 -05:00
15 changed files with 37 additions and 27 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

+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.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 132 KiB

+17 -14
View File
@@ -6,25 +6,27 @@ 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)
// About us text variables
let innovativeDesc = 'The team at myFit by Flxuxtra LLC works with you to achieve your health objectives without getting in your way. Do your health your way to get the best result for you and your family. We are you, always ready and always engaged with the users to help get the best out of our solution.'
let innovativeDesc = 'The team at myFit by Fluxtra LLC works with you to achieve your health objectives without getting in your way. Do your health your way to get the best result for you and your family. We are you, always ready and always engaged with the users to help get the best out of our solution.'
'We work with you to achieve your health and fitness goals by providing solutions that fit your goals.'
let whyWeAreDiff = {
desc:'We work with you to achieve your health and fitness goals by providing solutions that fit your goals.',
secureDesc:"MyFit is built to keep your data secure and protect your privacy. Your data is encrypted and you are always in control of your information.",
richFeaturesDesc: " Self-service & Scheduling, Tracking of health and fitness, Performance metrics. A more active, healthier interaction and improved quality of life.",
easeOfUseDesc:" MyFit keeps you connected to your health, a healthy partner for a healthy life. Measure and keep track of your health & awareness in one place.",
supportDesc:" myFit alerts you of irregular rhythms. You can connect with your health facilitator.",
title1: 'Secure',
title2: 'Rich Features',
title3: 'Ease of Use',
title4: 'Support'
}
let secureDesc = "MyFit is built to keep your data secure and protect your privacy. Your data is encrypted and you are always in control of your information."
let richFeaturesDesc = " Self-service & Scheduling, Tracking of health and fitness, Performance metrics. A more active, healthier interaction and improved quality of life."
let easeOfUseDesc = " MyFit keeps you connected to your health, a healthy partner for a healthy life. Measure and keep track of all you desire with your health, meaningful health awareness in one place."
let supportDesc = " myFit alerts you of irregular rhythms. You can connect with your health facilitator."
let queryDesc = 'If you have an query, please get in touch with us, we will revert back quickly.'
return (
@@ -86,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>
@@ -100,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>
@@ -122,7 +125,7 @@ const Main = ({brdcum}) => {
</div> */}
<div className="text">
<h3>{whyWeAreDiff.title1}</h3>
<p> {secureDesc}</p>
<p> {whyWeAreDiff.secureDesc}</p>
</div>
</div>
</div>
@@ -133,7 +136,7 @@ const Main = ({brdcum}) => {
</div> */}
<div className="text">
<h3>{whyWeAreDiff.title2}</h3>
<p>{richFeaturesDesc}</p>
<p>{whyWeAreDiff.richFeaturesDesc}</p>
</div>
</div>
</div>
@@ -144,7 +147,7 @@ const Main = ({brdcum}) => {
</div> */}
<div className="text">
<h3>{whyWeAreDiff.title3}</h3>
<p>{easeOfUseDesc}</p>
<p>{whyWeAreDiff.easeOfUseDesc}</p>
</div>
</div>
</div>
@@ -155,7 +158,7 @@ const Main = ({brdcum}) => {
</div> */}
<div className="text">
<h3>{whyWeAreDiff.title4}</h3>
<p>{supportDesc}</p>
<p>{whyWeAreDiff.supportDesc}</p>
</div>
</div>
</div>
+5 -5
View File
@@ -19,7 +19,7 @@ const Main = ({title,tag,bgimg,paragraph,no}) => {
<ul>
<li><Link to="/">Home</Link></li>
<li><span>»</span></li>
<li><Link to="/about">{tag}</Link></li>
<li><Link to="#">{tag}</Link></li>
</ul>
</div>
</div>
@@ -39,7 +39,7 @@ const Main = ({title,tag,bgimg,paragraph,no}) => {
<ul>
<li><Link to="/">Home</Link></li>
<li><span>»</span></li>
<li><Link to="/about">{tag}</Link></li>
<li><Link to="#">{tag}</Link></li>
</ul>
</div>
</div>
@@ -58,7 +58,7 @@ const Main = ({title,tag,bgimg,paragraph,no}) => {
<ul>
<li><Link to="/">Home</Link></li>
<li><span>»</span></li>
<li><Link to="/about">{tag}</Link></li>
<li><Link to="#">{tag}</Link></li>
</ul>
</div>
</div>
@@ -77,7 +77,7 @@ const Main = ({title,tag,bgimg,paragraph,no}) => {
<ul>
<li><Link to="/">Home</Link></li>
<li><span>»</span></li>
<li><Link to="/about">{tag}</Link></li>
<li><Link to="#">{tag}</Link></li>
</ul>
</div>
</div>
@@ -96,7 +96,7 @@ const Main = ({title,tag,bgimg,paragraph,no}) => {
<ul>
<li><Link to="/">Home</Link></li>
<li><span>»</span></li>
<li><Link to="/about">{tag}</Link></li>
<li><Link to="#">{tag}</Link></li>
</ul>
</div>
</div>
+4 -4
View File
@@ -1,8 +1,8 @@
import React , {useState} from 'react'
import { Link } from 'react-router-dom'
import img from '../../../assets/images/download_app1.png'
import img from '../../../assets/images/appdownload.png'
import img1 from '../../../assets/images/create_account2.png'
import img2 from '../../../assets/images/enjoy_app01.png'
import img2 from '../../../assets/images/download_app1.png'
import line from '../../../assets/images/anim_line.png'
import banner from '../../../assets/images/banner-shape1.png'
import banner1 from '../../../assets/images/banner-shape2.png'
@@ -28,8 +28,8 @@ const Main = ({dark}) => {
<div className="step_text" data-aos="fade-right" data-aos-duration="1500">
<h4>Download app</h4>
<div className="app_icon">
<Link to={process.env.REACT_APP_ANDROID_URL}><i className="icofont-brand-android-robot"></i></Link>
<Link to={process.env.REACT_APP_IOS_URL}><i className="icofont-brand-apple"></i></Link>
<a href={process.env.REACT_APP_ANDROID_URL}><i className="icofont-brand-android-robot"></i></a>
<a href={process.env.REACT_APP_IOS_URL}><i className="icofont-brand-apple"></i></a>
</div>
<p>Download App either for Mac or Android</p>
</div>
+6 -3
View File
@@ -8,6 +8,9 @@ import BGImg1 from "../../assets/images/bread_crumb_bg_one.png"
import BGImg2 from "../../assets/images/bread_crumb_bg_two.png"
import blueapp from "../../assets/images/appstore_blue.png";
import blue from "../../assets/images/googleplay_blue.png";
import screen from '../../assets/images/download-screen01.png'
import screen1 from '../../assets/images/download-screen02.png'
const Main = ({brdcum}) => {
@@ -229,9 +232,9 @@ const Main = ({brdcum}) => {
</div>
</div>
<div className="col-md-6">
<div className="free_img">
<img src="assets/images/download-screen01.png" alt="image" />
<img className="mobile_mockup" src="assets/images/download-screen02.png" alt="image" />
<div className="free_img">
<img src={screen} alt="image" />
<img className="mobile_mockup" src={screen1} alt="image" />
</div>
</div>
</div>