diff --git a/src/Routes.js b/src/Routes.js index 31b1912..ab8a72a 100644 --- a/src/Routes.js +++ b/src/Routes.js @@ -18,6 +18,9 @@ import SingleNews from './components/News/SingleNews'; import Service from './components/Service'; import UseCases from './components/UseCases'; +import Privacy from './components/Service/Privacy'; +import Terms from './components/Service/Terms'; + function Routes() { const [loading, setLoading] = useState(true); useEffect(() => { @@ -45,6 +48,8 @@ function Routes() { + + diff --git a/src/components/HomeOne/FooterHomeOne.js b/src/components/HomeOne/FooterHomeOne.js index 040aee7..78ab906 100644 --- a/src/components/HomeOne/FooterHomeOne.js +++ b/src/components/HomeOne/FooterHomeOne.js @@ -78,7 +78,7 @@ function FooterHomeOne({ className }) { Faqs
  • - Resources + Resources
  • Privacy Policy diff --git a/src/components/Service/DetailsPrivacy.js b/src/components/Service/DetailsPrivacy.js new file mode 100644 index 0000000..bca3a30 --- /dev/null +++ b/src/components/Service/DetailsPrivacy.js @@ -0,0 +1,63 @@ +import React from 'react'; +import thumb from '../../assets/images/service-page.jpg'; +import ServiceSideMenu from './ServiceSideMenu'; + +function DetailsService() { + return ( + <> +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    Privacy Policy

    +

    + Tomfoolery wind up blag me old mucker chap super ruddy + chancer bobby, vagabond it's your round cuppa cheesed off + blower nice one at public school, Why cockup knackered pear + shaped amongst spiffing good time he nicked it. +

    + + He lost his bottle mufty spend a penny cheeky at public + school daft get stuffed mate don't get shirty. + +

    + My good sir cup of char no biggie knees up happy days + absolutely bladdered don't get shirty with me chimney pot + James Bond he lost his bottle me old mucker, bobby nice one + cack codswallop what a load of rubbish Jeffrey barmy blower + tomfoolery, crikey only a quid at public school mufty tosser + up the duff say Richard I don't want no agro. Owt to do with + me barney quaint jolly good off his nut vagabond pardon you + gutted mate the little rotter excuse my French, the bee's + knees don't get shirty with me he nicked it give us a bell + zonked lavatory Charles gosh, Eaton the BBC is victoria + sponge a William bog what a load of rubbish. Smashing only a + quid cockup he lost his bottle bugger Jeffrey mufty, + starkers blatant zonked easy peasy brolly car boot, blimey + at public school cheeky bugger you mug david. Tomfoolery a + load of old tosh Queen's English lemon squeezy old + hunky-dory mush chap give us a bell bloke, chancer knackered + cheesed off buggered tinkety tonk old fruit car boot only a + quid spiffing good time chinwag, he lost his bottle pukka + gutted mate naff horse play cup of tea baking cakes a + blinding shot. bobby the wireless matie boy show. +

    +
    +
    +
    +
    +
    +
    + + ); +} + +export default DetailsService; diff --git a/src/components/Service/DetailsService.js b/src/components/Service/DetailsService.js index 693b6bd..3a5b3b8 100644 --- a/src/components/Service/DetailsService.js +++ b/src/components/Service/DetailsService.js @@ -1,5 +1,6 @@ import React from 'react'; import thumb from '../../assets/images/service-page.jpg'; +import ServiceSideMenu from './ServiceSideMenu'; function DetailsService() { return ( @@ -8,53 +9,7 @@ function DetailsService() {
    -
    - - - - -
    -
      -
    • - Fast Development -
    • -
    • - App, UX -
    • -
    • - 20-30 Employees -
    • -
    • - Appie Template -
    • -
    • - quomodosoft.com/appie -
    • -
    -
    - - -
    +
    diff --git a/src/components/Service/DetailsTerms.js b/src/components/Service/DetailsTerms.js new file mode 100644 index 0000000..07637f9 --- /dev/null +++ b/src/components/Service/DetailsTerms.js @@ -0,0 +1,63 @@ +import React from 'react'; +import thumb from '../../assets/images/service-page.jpg'; +import ServiceSideMenu from './ServiceSideMenu'; + +function DetailsService() { + return ( + <> +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    Terms of use

    +

    + Tomfoolery wind up blag me old mucker chap super ruddy + chancer bobby, vagabond it's your round cuppa cheesed off + blower nice one at public school, Why cockup knackered pear + shaped amongst spiffing good time he nicked it. +

    + + He lost his bottle mufty spend a penny cheeky at public + school daft get stuffed mate don't get shirty. + +

    + My good sir cup of char no biggie knees up happy days + absolutely bladdered don't get shirty with me chimney pot + James Bond he lost his bottle me old mucker, bobby nice one + cack codswallop what a load of rubbish Jeffrey barmy blower + tomfoolery, crikey only a quid at public school mufty tosser + up the duff say Richard I don't want no agro. Owt to do with + me barney quaint jolly good off his nut vagabond pardon you + gutted mate the little rotter excuse my French, the bee's + knees don't get shirty with me he nicked it give us a bell + zonked lavatory Charles gosh, Eaton the BBC is victoria + sponge a William bog what a load of rubbish. Smashing only a + quid cockup he lost his bottle bugger Jeffrey mufty, + starkers blatant zonked easy peasy brolly car boot, blimey + at public school cheeky bugger you mug david. Tomfoolery a + load of old tosh Queen's English lemon squeezy old + hunky-dory mush chap give us a bell bloke, chancer knackered + cheesed off buggered tinkety tonk old fruit car boot only a + quid spiffing good time chinwag, he lost his bottle pukka + gutted mate naff horse play cup of tea baking cakes a + blinding shot. bobby the wireless matie boy show. +

    +
    +
    +
    +
    +
    +
    + + ); +} + +export default DetailsService; diff --git a/src/components/Service/Privacy.js b/src/components/Service/Privacy.js new file mode 100644 index 0000000..62779a2 --- /dev/null +++ b/src/components/Service/Privacy.js @@ -0,0 +1,32 @@ +import React, { useEffect } from 'react'; +import useToggle from '../../Hooks/useToggle'; +import StickyMenu from '../../lib/StickyMenu'; +import BackToTop from '../BackToTop'; +import FooterHomeOne from '../HomeOne/FooterHomeOne'; +import ProjectHomeOne from '../HomeOne/ProjectHomeOne'; +import Drawer from '../Mobile/Drawer'; +import DetailsService from './DetailsService'; +import HeaderService from './HeaderService'; +import HeroService from './HeroService'; +import DetailsPrivacy from './DetailsPrivacy'; + + +function Privacy() { + useEffect(() => { + StickyMenu(); + }); + const [drawer, drawerAction] = useToggle(false); + return ( + <> + + + + + {/**/} + + + + ); +} + +export default Privacy; diff --git a/src/components/Service/ServiceSideMenu.js b/src/components/Service/ServiceSideMenu.js new file mode 100644 index 0000000..a532180 --- /dev/null +++ b/src/components/Service/ServiceSideMenu.js @@ -0,0 +1,59 @@ +import React from 'react'; + +function ServiceSideMenu() { + return ( + <> +
    + + + + +
    +
      +
    • + Fast Development +
    • +
    • + App, UX +
    • +
    • + 20-30 Employees +
    • +
    • + Appie Template +
    • +
    • + quomodosoft.com/appie +
    • +
    +
    + + +
    + + + + ); +} + +export default ServiceSideMenu; diff --git a/src/components/Service/Terms.js b/src/components/Service/Terms.js new file mode 100644 index 0000000..e4033ba --- /dev/null +++ b/src/components/Service/Terms.js @@ -0,0 +1,31 @@ +import React, { useEffect } from 'react'; +import useToggle from '../../Hooks/useToggle'; +import StickyMenu from '../../lib/StickyMenu'; +import BackToTop from '../BackToTop'; +import FooterHomeOne from '../HomeOne/FooterHomeOne'; +import ProjectHomeOne from '../HomeOne/ProjectHomeOne'; +import Drawer from '../Mobile/Drawer'; +import DetailsService from './DetailsService'; +import HeaderService from './HeaderService'; +import HeroService from './HeroService'; +import DetailsTerms from './DetailsTerms'; + +function Terms() { + useEffect(() => { + StickyMenu(); + }); + const [drawer, drawerAction] = useToggle(false); + return ( + <> + + + + + {/**/} + + + + ); +} + +export default Terms; \ No newline at end of file