Privacy , terms page added
This commit is contained in:
@@ -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() {
|
||||
<Route exact path="/use-cases" component={UseCases} />
|
||||
<Route exact path="/news/single-news" component={SingleNews} />
|
||||
<Route exact path="/service" component={Service} />
|
||||
<Route exact path="/terms" component={Terms} />
|
||||
<Route exact path="/privacy" component={Privacy} />
|
||||
<Route exact path="/about-us" component={AboutUs} />
|
||||
<Route exact path="/contact" component={Contact} />
|
||||
<Route exact path="/error" component={Error} />
|
||||
|
||||
@@ -78,7 +78,7 @@ function FooterHomeOne({ className }) {
|
||||
<a href="/faq">Faqs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Resources</a>
|
||||
<a href="https://blog.wrenchboard.com/resources/">Resources</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/privacy">Privacy Policy</a>
|
||||
|
||||
@@ -0,0 +1,63 @@
|
||||
import React from 'react';
|
||||
import thumb from '../../assets/images/service-page.jpg';
|
||||
import ServiceSideMenu from './ServiceSideMenu';
|
||||
|
||||
function DetailsService() {
|
||||
return (
|
||||
<>
|
||||
<section className="appie-service-details-area pt-100 pb-100">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-4">
|
||||
<ServiceSideMenu />
|
||||
</div>
|
||||
<div className="col-lg-8">
|
||||
<div className="service-details-content">
|
||||
<div className="thumb">
|
||||
<img src={thumb} alt="" />
|
||||
</div>
|
||||
<div className="content">
|
||||
<h3 className="title">Privacy Policy</h3>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<span>
|
||||
He lost his bottle mufty spend a penny cheeky at public
|
||||
school daft get stuffed mate don't get shirty.
|
||||
</span>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default DetailsService;
|
||||
@@ -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() {
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-4">
|
||||
<div className="service-details-sidebar mr-50">
|
||||
|
||||
<div className="service-download-widget">
|
||||
<a href="#">
|
||||
<i className="fal fa-download"></i>
|
||||
<span>Download docs</span>
|
||||
</a>
|
||||
</div>
|
||||
<div className="service-download-widget">
|
||||
<a href="#">
|
||||
<i className="fal fa-file-pdf"></i>
|
||||
<span>Characteristics</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="service-category-widget">
|
||||
<ul>
|
||||
<li>
|
||||
<i className="fal fa-home"></i>Fast Development
|
||||
</li>
|
||||
<li>
|
||||
<i className="fal fa-tag"></i>App, UX
|
||||
</li>
|
||||
<li>
|
||||
<i className="fal fa-user-friends"></i>20-30 Employees
|
||||
</li>
|
||||
<li>
|
||||
<i className="fal fa-bookmark"></i>Appie Template
|
||||
</li>
|
||||
<li>
|
||||
<i className="fal fa-globe"></i>quomodosoft.com/appie
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="service-download-widget">
|
||||
<a href="#">
|
||||
<i className="fal fa-download"></i>
|
||||
<span>Download docs</span>
|
||||
</a>
|
||||
</div>
|
||||
<div className="service-download-widget">
|
||||
<a href="#">
|
||||
<i className="fal fa-file-pdf"></i>
|
||||
<span>Characteristics</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<ServiceSideMenu />
|
||||
</div>
|
||||
<div className="col-lg-8">
|
||||
<div className="service-details-content">
|
||||
|
||||
@@ -0,0 +1,63 @@
|
||||
import React from 'react';
|
||||
import thumb from '../../assets/images/service-page.jpg';
|
||||
import ServiceSideMenu from './ServiceSideMenu';
|
||||
|
||||
function DetailsService() {
|
||||
return (
|
||||
<>
|
||||
<section className="appie-service-details-area pt-100 pb-100">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-4">
|
||||
<ServiceSideMenu />
|
||||
</div>
|
||||
<div className="col-lg-8">
|
||||
<div className="service-details-content">
|
||||
<div className="thumb">
|
||||
<img src={thumb} alt="" />
|
||||
</div>
|
||||
<div className="content">
|
||||
<h3 className="title">Terms of use</h3>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<span>
|
||||
He lost his bottle mufty spend a penny cheeky at public
|
||||
school daft get stuffed mate don't get shirty.
|
||||
</span>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default DetailsService;
|
||||
@@ -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 (
|
||||
<>
|
||||
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
||||
<HeaderService action={drawerAction.toggle} />
|
||||
<HeroService />
|
||||
<DetailsPrivacy />
|
||||
{/*<ProjectHomeOne />*/}
|
||||
<FooterHomeOne />
|
||||
<BackToTop />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default Privacy;
|
||||
@@ -0,0 +1,59 @@
|
||||
import React from 'react';
|
||||
|
||||
function ServiceSideMenu() {
|
||||
return (
|
||||
<>
|
||||
<div className="service-details-sidebar mr-50">
|
||||
|
||||
<div className="service-download-widget">
|
||||
<a href="#">
|
||||
<i className="fal fa-download"></i>
|
||||
<span>Download docs</span>
|
||||
</a>
|
||||
</div>
|
||||
<div className="service-download-widget">
|
||||
<a href="#">
|
||||
<i className="fal fa-file-pdf"></i>
|
||||
<span>Characteristics</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="service-category-widget">
|
||||
<ul>
|
||||
<li>
|
||||
<i className="fal fa-home"></i>Fast Development
|
||||
</li>
|
||||
<li>
|
||||
<i className="fal fa-tag"></i>App, UX
|
||||
</li>
|
||||
<li>
|
||||
<i className="fal fa-user-friends"></i>20-30 Employees
|
||||
</li>
|
||||
<li>
|
||||
<i className="fal fa-bookmark"></i>Appie Template
|
||||
</li>
|
||||
<li>
|
||||
<i className="fal fa-globe"></i>quomodosoft.com/appie
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="service-download-widget">
|
||||
<a href="/privacy">
|
||||
<i className="fal fa-download"></i>
|
||||
<span>Privacy</span>
|
||||
</a>
|
||||
</div>
|
||||
<div className="service-download-widget">
|
||||
<a href="/terms">
|
||||
<i className="fal fa-file-pdf"></i>
|
||||
<span>Terms of use</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default ServiceSideMenu;
|
||||
@@ -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 (
|
||||
<>
|
||||
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
||||
<HeaderService action={drawerAction.toggle} />
|
||||
<HeroService />
|
||||
<DetailsTerms />
|
||||
{/*<ProjectHomeOne />*/}
|
||||
<FooterHomeOne />
|
||||
<BackToTop />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default Terms;
|
||||
Reference in New Issue
Block a user