first commit
This commit is contained in:
Executable
+28
@@ -0,0 +1,28 @@
|
||||
import React from 'react';
|
||||
import Link from 'next/link';
|
||||
|
||||
const Custom404 = () => {
|
||||
return (
|
||||
<>
|
||||
<div className="error-area">
|
||||
<div className="error-item">
|
||||
<div className="d-table">
|
||||
<div className="d-table-cell">
|
||||
<div className="error-text">
|
||||
<h1>404!</h1>
|
||||
<p>Sorry! The Page Not Found</p>
|
||||
<span>Oops! The page you are looking for does not exit. it might been moved or deleted.</span>
|
||||
|
||||
<Link href="/">
|
||||
<a>Return to Home</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Custom404;
|
||||
Executable
+22
@@ -0,0 +1,22 @@
|
||||
import '../public/css/bootstrap.min.css'
|
||||
import '../public/css/animate.css'
|
||||
import '../public/css/icofont.min.css'
|
||||
import '../public/css/meanmenu.css'
|
||||
import 'react-tabs/style/react-tabs.css'
|
||||
import '../node_modules/react-modal-video/css/modal-video.min.css'
|
||||
import 'react-accessible-accordion/dist/fancy-example.css'
|
||||
import '../public/css/style.css'
|
||||
import '../public/css/responsive.css'
|
||||
import '../public/css/rtl.css'
|
||||
|
||||
import Layout from '../components/_App/Layout';
|
||||
|
||||
const MyApp = ({ Component, pageProps }) => {
|
||||
return (
|
||||
<Layout>
|
||||
<Component {...pageProps} />
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
||||
export default MyApp
|
||||
Executable
+25
@@ -0,0 +1,25 @@
|
||||
import Document, { Html, Head, Main, NextScript } from 'next/document';
|
||||
|
||||
class MyDocument extends Document {
|
||||
render() {
|
||||
const {locale} = this.props.__NEXT_DATA__
|
||||
const dir = locale === 'ar' ? 'rtl' : 'ltr';
|
||||
return (
|
||||
<Html lang="zxx" dir={dir} lang={locale}>
|
||||
<Head>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link rel="icon" type="image/png" href="/images/favicon.png"></link>
|
||||
</Head>
|
||||
<body>
|
||||
<Main />
|
||||
<NextScript />
|
||||
</body>
|
||||
</Html>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
export default MyDocument;
|
||||
Executable
+110
@@ -0,0 +1,110 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
import OurExpertise from '../components/HomeTwo/OurExpertise';
|
||||
import Services from '../components/HomeOne/Services';
|
||||
import TestimonialSlider from '../components/Common/TestimonialSlider';
|
||||
import LatestBlogPost from '../components/Common/LatestBlogPost';
|
||||
|
||||
const About = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="About"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="About"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="about-area pt-100 pb-70">
|
||||
<div className="container">
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="about-item">
|
||||
<div className="about-left">
|
||||
<img src="/images/about1.jpg" alt="About" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6">
|
||||
<div className="about-item about-right">
|
||||
<img src="/images/about-shape1.png" alt="About" />
|
||||
<h2>About Our Hospital</h2>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. </p>
|
||||
<ul>
|
||||
<li>
|
||||
<i className="icofont-check-circled"></i>
|
||||
Browse Our Website
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-check-circled"></i>
|
||||
Choose Service
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-check-circled"></i>
|
||||
Send Messege
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="counter-area counter-bg counter-area-four">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="counter-item">
|
||||
<i className="icofont-patient-bed"></i>
|
||||
<h3 className="counter">850</h3>
|
||||
<p>Patients Beds</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="counter-item">
|
||||
<i className="icofont-people"></i>
|
||||
<h3><span className="counter">25000</span>+</h3>
|
||||
<p>Happy Patients</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="counter-item">
|
||||
<i className="icofont-doctor-alt"></i>
|
||||
<h3 className="counter">750</h3>
|
||||
<p>Doctors & Nurse</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="counter-item">
|
||||
<i className="icofont-badge"></i>
|
||||
<h3 className="counter">18</h3>
|
||||
<p>Year Experience</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<OurExpertise />
|
||||
|
||||
<Services />
|
||||
|
||||
<TestimonialSlider />
|
||||
|
||||
<LatestBlogPost />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default About;
|
||||
Executable
+38
@@ -0,0 +1,38 @@
|
||||
import nodemailer from 'nodemailer';
|
||||
import sgTransport from 'nodemailer-sendgrid-transport';
|
||||
|
||||
const transporter = {
|
||||
auth: {
|
||||
// Update the SendGrid API key here
|
||||
api_key: '###'
|
||||
}
|
||||
}
|
||||
|
||||
const mailer = nodemailer.createTransport(sgTransport(transporter));
|
||||
|
||||
export default async (req, res) => {
|
||||
console.log(req.body)
|
||||
const {name, email, number, subject, text} = req.body;
|
||||
|
||||
const data = {
|
||||
// Update the email here
|
||||
to: 'exampleyour@gmail.com',
|
||||
from: email,
|
||||
subject: 'Hi there',
|
||||
text: text,
|
||||
html: `
|
||||
<b>From:</b> ${name} <br />
|
||||
<b>Number:</b> ${number} <br />
|
||||
<b>Subject:</b> ${subject} <br />
|
||||
<b>Message:</b> ${text}
|
||||
`
|
||||
};
|
||||
try {
|
||||
const response = await mailer.sendMail(data);
|
||||
console.log(response)
|
||||
res.status(200).send("Email send successfully")
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
res.status(500).send("Error proccessing charge");
|
||||
}
|
||||
}
|
||||
Executable
+129
@@ -0,0 +1,129 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Appointment = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Appointment"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Appointment"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="appointment-area-two ptb-100">
|
||||
<div className="container">
|
||||
<div className="row align-items-center appointment-wrap-two">
|
||||
<div className="col-lg-7">
|
||||
<div className="appointment-item appointment-item-two">
|
||||
<div className="appointment-shape">
|
||||
<img src="/images/hart-img1.png" alt="Shape" />
|
||||
</div>
|
||||
|
||||
<h2>Book your appointment</h2>
|
||||
<span>We will confirm your appointment within 2 hours</span>
|
||||
|
||||
<div className="appointment-form">
|
||||
<form>
|
||||
<div className="row">
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<i className="icofont-business-man-alt-1"></i>
|
||||
<label>Name</label>
|
||||
<input type="text" className="form-control" placeholder="Enter Your Name" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<i className="icofont-ui-message"></i>
|
||||
<label>Email</label>
|
||||
<input type="email" className="form-control" placeholder="Enter Your Email" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<i className="icofont-ui-call"></i>
|
||||
<label>Phone</label>
|
||||
<input type="text" className="form-control" placeholder="Enter Your Number" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<i className="icofont-hospital"></i>
|
||||
<label>Services</label>
|
||||
<select className="form-control" id="exampleFormControlSelect1">
|
||||
<option>Dental Care</option>
|
||||
<option>2</option>
|
||||
<option>3</option>
|
||||
<option>4</option>
|
||||
<option>5</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<i className="icofont-doctor"></i>
|
||||
<label>Doctor</label>
|
||||
<select className="form-control" id="exampleFormControlSelect2">
|
||||
<option>Choose Your Doctor</option>
|
||||
<option>John Smith</option>
|
||||
<option>Sarah Taylor</option>
|
||||
<option>Stevn King</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<i className="icofont-business-man"></i>
|
||||
<label>Age</label>
|
||||
<input type="text" className="form-control" placeholder="Your Age" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="text-center">
|
||||
<button type="submit" className="btn appointment-btn">Submit</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-5">
|
||||
<div className="appointment-item-two-right">
|
||||
<div className="appointment-item-content">
|
||||
<h2>Working Hours</h2>
|
||||
<ul>
|
||||
<li>Monday <span>9:00 AM - 8:00 PM</span></li>
|
||||
<li>Tuesday <span>9:00 AM - 8:00 PM</span></li>
|
||||
<li>Wednesday <span>9:00 AM - 8:00 PM</span></li>
|
||||
<li>Thursday <span>9:00 AM - 8:00 PM</span></li>
|
||||
<li>Friday <span>9:00 AM - 8:00 PM</span></li>
|
||||
<li>Saturday <span>9:00 AM - 8:00 PM</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Appointment;
|
||||
Executable
+93
@@ -0,0 +1,93 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
import CommentForm from '../components/Blog/CommentForm';
|
||||
import BlogSidebar from '../components/Blog/BlogSidebar';
|
||||
import LatestBlogPost from '../components/Blog/LatestBlogPost';
|
||||
|
||||
const BlogDetails = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Blog Details"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Blog Details"
|
||||
bgImage="page-title-four"
|
||||
/>
|
||||
|
||||
<div className="blog-details-area pt-100">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-8">
|
||||
<div className="blog-details-item">
|
||||
<div className="blog-details-img">
|
||||
<img src="/images/blog/blog-details.jpg" alt="Blog" />
|
||||
<h2>More Than 80 Clinical Trials Launch to Test of The Coronavirus</h2>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/blog">
|
||||
<i className="icofont-businessman"></i> Admin
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-calendar"></i>
|
||||
Jan 03, 2020
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. </p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.</p>
|
||||
|
||||
<p>Risus commodo viverra maecenas accumsan lacus vel facilisis. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra maecenas accumsan lacus vel.</p>
|
||||
</div>
|
||||
|
||||
<div className="blog-details-previous">
|
||||
<h3>Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC</h3>
|
||||
<ul>
|
||||
<li>1. Donec a purus at tellus rhoncus semper non sed tortor.</li>
|
||||
<li>2. Etiam ut est laoreet, accumsan erat sed, ullamcorper magna.</li>
|
||||
<li>3. Nullam sit amet magna cursus, consectetur magna in, faucibus erat.</li>
|
||||
<li>4. Aenean vitae tortor pretium, sollicitudin urna at, sollicitudin dui.</li>
|
||||
<li>5. Phasellus tempor velit sed leo viverra lacinia.</li>
|
||||
<li>6. Suspendisse quis sapien dapibus, sagittis ligula a, rhoncus justo.</li>
|
||||
</ul>
|
||||
|
||||
<div className="prev-next">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Previous</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Next</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<CommentForm />
|
||||
</div>
|
||||
|
||||
<div className="col-lg-4">
|
||||
<BlogSidebar />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<LatestBlogPost />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default BlogDetails;
|
||||
Executable
+349
@@ -0,0 +1,349 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
import Link from 'next/link';
|
||||
|
||||
const Blog = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Blog"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Blog"
|
||||
bgImage="page-title-four"
|
||||
/>
|
||||
|
||||
<div className="blog-area-two pt-100 pb-70">
|
||||
<div className="container">
|
||||
<div className="row justify-content-center">
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-item">
|
||||
<div className="blog-top">
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
<img src="/images/blog/blog1.jpg" alt="Blog" />
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="blog-bottom">
|
||||
<h3>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
In this hospital there are special surgeon.
|
||||
</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<p>Lorem ipsum is dolor sit amet, csectetur adipiscing elit, dolore smod tempor incididunt ut labore et....</p>
|
||||
<ul>
|
||||
<li>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Read More <i className="icofont-long-arrow-right"></i>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-calendar"></i>
|
||||
Jan 03, 2020
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-item">
|
||||
<div className="blog-top">
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
<img src="/images/blog/blog2.jpg" alt="Blog" />
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="blog-bottom">
|
||||
<h3>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
World AIDS Day, designated on 1 December
|
||||
</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<p>Lorem ipsum is dolor sit amet, csectetur adipiscing elit, dolore smod tempor incididunt ut labore et....</p>
|
||||
<ul>
|
||||
<li>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Read More <i className="icofont-long-arrow-right"></i>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-calendar"></i>
|
||||
Jan 03, 2020
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-item">
|
||||
<div className="blog-top">
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
<img src="/images/blog/blog3.jpg" alt="Blog" />
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="blog-bottom">
|
||||
<h3>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
More than 80 clinical trials launch to test coronavirus
|
||||
</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<p>Lorem ipsum is dolor sit amet, csectetur adipiscing elit, dolore smod tempor incididunt ut labore et....</p>
|
||||
<ul>
|
||||
<li>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Read More <i className="icofont-long-arrow-right"></i>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-calendar"></i>
|
||||
Jan 03, 2020
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-item">
|
||||
<div className="blog-top">
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
<img src="/images/blog/blog4.jpg" alt="Blog" />
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="blog-bottom">
|
||||
<h3>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
We always give the best from us
|
||||
</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<p>Lorem ipsum is dolor sit amet, csectetur adipiscing elit, dolore smod tempor incididunt ut labore et....</p>
|
||||
<ul>
|
||||
<li>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Read More <i className="icofont-long-arrow-right"></i>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-calendar"></i>
|
||||
Jan 03, 2020
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-item">
|
||||
<div className="blog-top">
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
<img src="/images/blog/blog5.jpg" alt="Blog" />
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="blog-bottom">
|
||||
<h3>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Be aware about the coronavirus
|
||||
</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<p>Lorem ipsum is dolor sit amet, csectetur adipiscing elit, dolore smod tempor incididunt ut labore et....</p>
|
||||
<ul>
|
||||
<li>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Read More <i className="icofont-long-arrow-right"></i>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-calendar"></i>
|
||||
Jan 03, 2020
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-item">
|
||||
<div className="blog-top">
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
<img src="/images/blog/blog6.jpg" alt="Blog" />
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="blog-bottom">
|
||||
<h3>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
No one find any medicines to prevent evolovirus
|
||||
</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<p>Lorem ipsum is dolor sit amet, csectetur adipiscing elit, dolore smod tempor incididunt ut labore et....</p>
|
||||
<ul>
|
||||
<li>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Read More <i className="icofont-long-arrow-right"></i>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-calendar"></i>
|
||||
Jan 03, 2020
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-item">
|
||||
<div className="blog-top">
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
<img src="/images/blog/blog7.jpg" alt="Blog" />
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="blog-bottom">
|
||||
<h3>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Thailand is trying to make vaccine of coronavirus
|
||||
</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<p>Lorem ipsum is dolor sit amet, csectetur adipiscing elit, dolore smod tempor incididunt ut labore et....</p>
|
||||
<ul>
|
||||
<li>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Read More <i className="icofont-long-arrow-right"></i>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-calendar"></i>
|
||||
Jan 03, 2020
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-item">
|
||||
<div className="blog-top">
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
<img src="/images/blog/blog8.jpg" alt="Blog" />
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="blog-bottom">
|
||||
<h3>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Already 1932 people have died in China
|
||||
</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<p>Lorem ipsum is dolor sit amet, csectetur adipiscing elit, dolore smod tempor incididunt ut labore et....</p>
|
||||
<ul>
|
||||
<li>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Read More <i className="icofont-long-arrow-right"></i>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-calendar"></i>
|
||||
Jan 03, 2020
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-md-6 col-lg-4">
|
||||
<div className="blog-item">
|
||||
<div className="blog-top">
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
<img src="/images/blog/blog9.jpg" alt="Blog" />
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="blog-bottom">
|
||||
<h3>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
30+ countries have affected by coronavirus
|
||||
</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<p>Lorem ipsum is dolor sit amet, csectetur adipiscing elit, dolore smod tempor incididunt ut labore et....</p>
|
||||
<ul>
|
||||
<li>
|
||||
<Link href="/blog-details">
|
||||
<a>
|
||||
Read More <i className="icofont-long-arrow-right"></i>
|
||||
</a>
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-calendar"></i>
|
||||
Jan 03, 2020
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Blog;
|
||||
Executable
+108
@@ -0,0 +1,108 @@
|
||||
import React from 'react';
|
||||
|
||||
const Contact = () => {
|
||||
const [days, setDays] = React.useState('');
|
||||
const [hours, setHours] = React.useState('');
|
||||
const [minutes, setMinutes] = React.useState('');
|
||||
const [seconds, setSeconds] = React.useState('');
|
||||
|
||||
React.useEffect(() => {
|
||||
const interval = setInterval(() => {
|
||||
commingSoonTime();
|
||||
}, 1000);
|
||||
return () => clearInterval(interval);
|
||||
}, [])
|
||||
|
||||
const commingSoonTime = () => {
|
||||
let endTime = new Date("August 23, 2022 17:00:00 PDT");
|
||||
let endTimeParse = (Date.parse(endTime)) / 1000;
|
||||
let now = new Date();
|
||||
let nowParse = (Date.parse(now) / 1000);
|
||||
let timeLeft = endTimeParse - nowParse;
|
||||
let days = Math.floor(timeLeft / 86400);
|
||||
let hours = Math.floor((timeLeft - (days * 86400)) / 3600);
|
||||
let minutes = Math.floor((timeLeft - (days * 86400) - (hours * 3600 )) / 60);
|
||||
let seconds = Math.floor((timeLeft - (days * 86400) - (hours * 3600) - (minutes * 60)));
|
||||
if (hours < "10") { hours = "0" + hours; }
|
||||
if (minutes < "10") { minutes = "0" + minutes; }
|
||||
if (seconds < "10") { seconds = "0" + seconds; }
|
||||
setDays(days);
|
||||
setHours(hours);
|
||||
setMinutes(minutes);
|
||||
setSeconds(seconds);
|
||||
}
|
||||
return (
|
||||
<>
|
||||
<div className="coming-area">
|
||||
<div className="coming-item">
|
||||
<div className="d-table">
|
||||
<div className="d-table-cell">
|
||||
<div className="container">
|
||||
<div className="coming-text">
|
||||
<h1>Under Construction...</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ea deserunt beatae voluptas, animi harum dolorum totam, praesentium, dolor sint aspernatur perspiciatis iusto labore nulla rerum earum! Sit commodi quia provident!</p>
|
||||
|
||||
<div className="row coming-wrap" id="timer">
|
||||
<div className="col-6 col-sm-6 col-lg-3">
|
||||
<div className="coming-inner">
|
||||
<div id="days">
|
||||
{days} <span>Days</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-6 col-sm-6 col-lg-3">
|
||||
<div className="coming-inner">
|
||||
<div id="hours">
|
||||
{hours} <span>Hours</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-6 col-sm-6 col-lg-3">
|
||||
<div className="coming-inner">
|
||||
<div id="minutes">
|
||||
{minutes} <span>Minutes</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-6 col-sm-6 col-lg-3">
|
||||
<div className="coming-inner">
|
||||
<div id="seconds">
|
||||
{seconds} <span>Seconds</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.facebook.com/" target="_blank">
|
||||
<i className="icofont-facebook"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://twitter.com/" target="_blank">
|
||||
<i className="icofont-twitter"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.linkedin.com/" target="_blank">
|
||||
<i className="icofont-linkedin"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.pinterest.com/" target="_blank">
|
||||
<i className="icofont-pinterest"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Contact;
|
||||
Executable
+36
@@ -0,0 +1,36 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import ContactInfo from '../components/Contact/ContactInfo';
|
||||
import ContactForm from '../components/Contact/ContactForm';
|
||||
import GoogleMap from '../components/Contact/GoogleMap';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Contact = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Contact Us"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Contact Us"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<ContactInfo />
|
||||
|
||||
<ContactForm />
|
||||
|
||||
<GoogleMap />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Contact;
|
||||
Executable
+106
@@ -0,0 +1,106 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Departments = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Departments"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Departments"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="departments-area pt-100 pb-70">
|
||||
<div className="container">
|
||||
<div className="row justify-content-center">
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="department-item">
|
||||
<i className="icofont-tooth"></i>
|
||||
<h3>Dental Care</h3>
|
||||
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium eaque omnis corporis, animi aspernatur tempora.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="department-item">
|
||||
<i className="icofont-baby"></i>
|
||||
<h3>Baby Care</h3>
|
||||
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium eaque omnis corporis, animi aspernatur tempora.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="department-item">
|
||||
<i className="icofont-laboratory"></i>
|
||||
<h3>Laboratory</h3>
|
||||
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium eaque omnis corporis, animi aspernatur tempora.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="department-item">
|
||||
<i className="icofont-icu"></i>
|
||||
<h3>ICU</h3>
|
||||
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium eaque omnis corporis, animi aspernatur tempora.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="department-item">
|
||||
<i className="icofont-dna-alt-2"></i>
|
||||
<h3>DNA Test</h3>
|
||||
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium eaque omnis corporis, animi aspernatur tempora.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="department-item">
|
||||
<i className="icofont-surgeon"></i>
|
||||
<h3>Surgeon</h3>
|
||||
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium eaque omnis corporis, animi aspernatur tempora.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="department-item">
|
||||
<i className="icofont-xray"></i>
|
||||
<h3>X-ray</h3>
|
||||
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium eaque omnis corporis, animi aspernatur tempora.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="department-item">
|
||||
<i className="icofont-blood-test"></i>
|
||||
<h3>Blood Test</h3>
|
||||
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium eaque omnis corporis, animi aspernatur tempora.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="department-item">
|
||||
<i className="icofont-ambulance-crescent"></i>
|
||||
<h3>Ambulance Service</h3>
|
||||
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Praesentium eaque omnis corporis, animi aspernatur tempora.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Departments;
|
||||
Executable
+112
@@ -0,0 +1,112 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import AppointmentFormTwo from '../components/Common/AppointmentFormTwo';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const DoctorDetails = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Dr. Sarah Taylor (Neurosurgeon)"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Doctor Details"
|
||||
bgImage="page-title-five"
|
||||
/>
|
||||
|
||||
<div className="doctor-details-area pt-100 pb-70">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-lg-5">
|
||||
<div className="doctor-details-item doctor-details-left">
|
||||
<img src="/images/doctors/doctor3.jpg" alt="Doctor" />
|
||||
|
||||
<div className="doctor-details-contact">
|
||||
<h3>Contact info</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<i className="icofont-ui-call"></i>
|
||||
Call: +07 554 332 322
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-ui-message"></i>
|
||||
hello@disin.com
|
||||
</li>
|
||||
<li>
|
||||
<i className="icofont-location-pin"></i>
|
||||
4th Floor, 408 No Chamber
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div className="doctor-details-work">
|
||||
<h3>Working hours</h3>
|
||||
<div className="appointment-item-two-right">
|
||||
<div className="appointment-item-content">
|
||||
<ul>
|
||||
<li>Monday <span>9:00 AM - 8:00 PM</span></li>
|
||||
<li>Tuesday <span>9:00 AM - 8:00 PM</span></li>
|
||||
<li>Wednesday <span>9:00 AM - 8:00 PM</span></li>
|
||||
<li>Sunday <span>9:00 AM - 8:00 PM</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-7">
|
||||
<div className="doctor-details-item">
|
||||
<div className="doctor-details-right">
|
||||
<div className="doctor-details-biography">
|
||||
<h3>Dr. Sarah Taylor (Neurosurgeon)</h3>
|
||||
<p>MBBS in Neurology, PHD in Neurosurgeon</p>
|
||||
</div>
|
||||
|
||||
<div className="doctor-details-biography">
|
||||
<h3>Biography</h3>
|
||||
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
|
||||
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>
|
||||
|
||||
<p>But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>
|
||||
|
||||
<p></p>
|
||||
</div>
|
||||
|
||||
<div className="doctor-details-biography">
|
||||
<h3>Education</h3>
|
||||
<ul>
|
||||
<li>PHD Degree in Neurology at University of UCLan School of Medicine Preston (2006)</li>
|
||||
<li>Master of Neurosurgery at University of University of Exeter Medical School Exeter (2002)</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div className="doctor-details-biography">
|
||||
<h3>Experience</h3>
|
||||
<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="pb-100">
|
||||
<AppointmentFormTwo />
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default DoctorDetails;
|
||||
Executable
+242
@@ -0,0 +1,242 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
import Link from 'next/link';
|
||||
|
||||
const Doctors = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Meet Our Qualified Doctors"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Doctors"
|
||||
bgImage="page-title-five"
|
||||
/>
|
||||
|
||||
<div className="doctor-search-area">
|
||||
<div className="container">
|
||||
<form>
|
||||
<div className="row doctor-search-wrap">
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="doctor-search-item">
|
||||
<div className="form-group">
|
||||
<i className="icofont-doctor-alt"></i>
|
||||
<label>Search</label>
|
||||
<input type="text" className="form-control" placeholder="Doctor Name" />
|
||||
</div>
|
||||
<button type="submit" className="btn doctor-search-btn">
|
||||
<i className="icofont-search-1"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<div className="doctor-search-item">
|
||||
<div className="form-group">
|
||||
<i className="icofont-hospital"></i>
|
||||
<label>Category</label>
|
||||
<select className="form-control">
|
||||
<option>Neurosurgeon</option>
|
||||
<option>Cardiology</option>
|
||||
<option>Pathology</option>
|
||||
<option>Dental Care</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="doctors-area doctors-area-two pt-100 pb-70">
|
||||
<div className="container">
|
||||
<div className="row justify-content-center">
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="doctor-item">
|
||||
<div className="doctor-top">
|
||||
<img src="/images/doctors/doctor1.jpg" alt="Doctor" />
|
||||
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="doctor-bottom">
|
||||
<h3>
|
||||
<Link href="/doctor-details">
|
||||
<a>Dr. Babatunde</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<span>Neurosurgeon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="doctor-item">
|
||||
<div className="doctor-top">
|
||||
<img src="/images/doctors/doctor2.jpg" alt="Doctor" />
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="doctor-bottom">
|
||||
<h3>
|
||||
<Link href="/doctor-details">
|
||||
<a>Dr. Addition Smith</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<span>Neurosurgeon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="doctor-item">
|
||||
<div className="doctor-top">
|
||||
<img src="/images/doctors/doctor3.jpg" alt="Doctor" />
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="doctor-bottom">
|
||||
<h3>
|
||||
<Link href="/doctor-details">
|
||||
<a>Dr. Sarah Taylor</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<span>Dental Surgeon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="doctor-item">
|
||||
<div className="doctor-top">
|
||||
<img src="/images/doctors/doctor4.jpg" alt="Doctor" />
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="doctor-bottom">
|
||||
<h3>
|
||||
<Link href="/doctor-details">
|
||||
<a>Dr. Mac Smith</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<span>Neurosurgeon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="doctor-item">
|
||||
<div className="doctor-top">
|
||||
<img src="/images/doctors/doctor5.jpg" alt="Doctor" />
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="doctor-bottom">
|
||||
<h3>
|
||||
<Link href="/doctor-details">
|
||||
<a>Dr. Alinson Backer</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<span>Neurosurgeon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="doctor-item">
|
||||
<div className="doctor-top">
|
||||
<img src="/images/doctors/doctor6.jpg" alt="Doctor" />
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="doctor-bottom">
|
||||
<h3>
|
||||
<Link href="/doctor-details">
|
||||
<a>Dr. Jas Macham</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<span>Dental Surgeon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="doctor-item">
|
||||
<div className="doctor-top">
|
||||
<img src="/images/doctors/doctor7.jpg" alt="Doctor" />
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="doctor-bottom">
|
||||
<h3>
|
||||
<Link href="/doctor-details">
|
||||
<a>Dr. John Micheal</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<span>Neurosurgeon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="doctor-item">
|
||||
<div className="doctor-top">
|
||||
<img src="/images/doctors/doctor8.jpg" alt="Doctor" />
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="doctor-bottom">
|
||||
<h3>
|
||||
<Link href="/doctor-details">
|
||||
<a>Dr. Shane Warne</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<span>Neurosurgeon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-4">
|
||||
<div className="doctor-item">
|
||||
<div className="doctor-top">
|
||||
<img src="/images/doctors/doctor9.jpg" alt="Doctor" />
|
||||
<Link href="/appointment">
|
||||
<a>Get Appointment</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="doctor-bottom">
|
||||
<h3>
|
||||
<Link href="/doctor-details">
|
||||
<a>Dr. Luis Moris</a>
|
||||
</Link>
|
||||
</h3>
|
||||
<span>Dental Surgeon</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Doctors;
|
||||
Executable
+281
@@ -0,0 +1,281 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
import {
|
||||
Accordion,
|
||||
AccordionItem,
|
||||
AccordionItemHeading,
|
||||
AccordionItemPanel,
|
||||
AccordionItemButton
|
||||
} from 'react-accessible-accordion';
|
||||
|
||||
const Faq = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="FAQ's"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Faq"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="ptb-100">
|
||||
<div className="container">
|
||||
<div className="faq-content">
|
||||
<h2>Dental Care</h2>
|
||||
|
||||
<Accordion allowZeroExpanded preExpanded={['a']}>
|
||||
<AccordionItem uuid="a">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
What is the source of the virus?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="b">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
How does the virus spread?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="c">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
Who has had COVID-19 spread the illness to others?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="d">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
Will warm weather stop the outbreak of COVID-19?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="e">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
What is community spread?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
</Accordion>
|
||||
</div>
|
||||
|
||||
<div className="faq-content">
|
||||
<h2>Cardiology</h2>
|
||||
|
||||
<Accordion allowZeroExpanded preExpanded={['a']}>
|
||||
<AccordionItem uuid="a">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
What is Cardiologist?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="b">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
What is a Cardiothoracic surgeon?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="c">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
How does a stress test work?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="d">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
Are cardiopulmonary problems hereditary?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="e">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
Do cardiac tests hurt?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
</Accordion>
|
||||
</div>
|
||||
|
||||
<div className="faq-content">
|
||||
<h2>Diagnosis</h2>
|
||||
|
||||
<Accordion allowZeroExpanded preExpanded={['a']}>
|
||||
<AccordionItem uuid="a">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
What do we know about diagnostic error?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="b">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
How often does it happen?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="c">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
What is the cause of diagnostic error?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="d">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
What are the obstacles to accurate diagnosis?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
|
||||
<AccordionItem uuid="e">
|
||||
<AccordionItemHeading>
|
||||
<AccordionItemButton>
|
||||
<span>
|
||||
When is a formal diagnosis necessary?
|
||||
</span>
|
||||
</AccordionItemButton>
|
||||
</AccordionItemHeading>
|
||||
<AccordionItemPanel>
|
||||
<p>
|
||||
Coronaviruses are a large family of viruses. Some cause illness in people, and others, such as canine and feline coronaviruses, only infect animals. Rarely, animal coronaviruses that infect animals have emerged to infect people and can spread between people
|
||||
</p>
|
||||
</AccordionItemPanel>
|
||||
</AccordionItem>
|
||||
</Accordion>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Faq;
|
||||
Executable
+53
@@ -0,0 +1,53 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import HeroSlider from '../components/HomeTwo/HeroSlider';
|
||||
import ContactInfo from '../components/HomeTwo/ContactInfo';
|
||||
import AboutUs from '../components/HomeTwo/AboutUs';
|
||||
import OurExpertise from '../components/HomeTwo/OurExpertise';
|
||||
import Services from '../components/HomeTwo/Services';
|
||||
import VideoIntro from '../components/Common/VideoIntro';
|
||||
import OurDoctors from '../components/Common/OurDoctors';
|
||||
import Stats from '../components/HomeTwo/Stats';
|
||||
import AppointmentForm from '../components/Common/AppointmentForm';
|
||||
import LatestBlogPost from '../components/Common/LatestBlogPost';
|
||||
import NewsletterForm from '../components/Common/NewsletterForm';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Index2 = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<HeroSlider />
|
||||
|
||||
<ContactInfo />
|
||||
|
||||
<AboutUs />
|
||||
|
||||
<OurExpertise />
|
||||
|
||||
<Services />
|
||||
|
||||
<VideoIntro />
|
||||
|
||||
<OurDoctors />
|
||||
|
||||
<div className="pb-100">
|
||||
<Stats />
|
||||
</div>
|
||||
|
||||
<AppointmentForm />
|
||||
|
||||
<LatestBlogPost />
|
||||
|
||||
<NewsletterForm />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Index2;
|
||||
Executable
+53
@@ -0,0 +1,53 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import MainBanner from '../components/HomeThree/MainBanner';
|
||||
import AboutOurHospital from '../components/HomeThree/AboutOurHospital';
|
||||
import OurExpertise from '../components/HomeThree/OurExpertise';
|
||||
import Services from '../components/HomeThree/Services';
|
||||
import AboutUs from '../components/HomeThree/AboutUs';
|
||||
import VideoIntro from '../components/Common/VideoIntro';
|
||||
import OurDoctors from '../components/Common/OurDoctors';
|
||||
import Stats from '../components/HomeThree/Stats';
|
||||
import FeedbackSlider from '../components/HomeThree/FeedbackSlider';
|
||||
import LatestBlogPost from '../components/Common/LatestBlogPost';
|
||||
import NewsletterForm from '../components/Common/NewsletterForm';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Index3 = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<MainBanner />
|
||||
|
||||
<AboutOurHospital />
|
||||
|
||||
<OurExpertise />
|
||||
|
||||
<Services />
|
||||
|
||||
<AboutUs />
|
||||
|
||||
<VideoIntro />
|
||||
|
||||
<OurDoctors />
|
||||
|
||||
<div className="pb-100">
|
||||
<Stats />
|
||||
</div>
|
||||
|
||||
<FeedbackSlider />
|
||||
|
||||
<LatestBlogPost />
|
||||
|
||||
<NewsletterForm />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Index3;
|
||||
Executable
+51
@@ -0,0 +1,51 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import MainBanner from '../components/HomeFour/MainBanner';
|
||||
import Stats from '../components/HomeFour/Stats';
|
||||
import AboutCovid19 from '../components/HomeFour/AboutCovid-19';
|
||||
import Services from '../components/HomeFour/Services';
|
||||
import OurExpertise from '../components/HomeFour/OurExpertise';
|
||||
import SymptomsCovid19 from '../components/HomeFour/SymptomsCovid19';
|
||||
import VideoIntro from '../components/Common/VideoIntro';
|
||||
import OurDoctors from '../components/Common/OurDoctors';
|
||||
import FaqSection from '../components/Common/FaqSection';
|
||||
import LatestBlogPost from '../components/Common/LatestBlogPost';
|
||||
import NewsletterForm from '../components/Common/NewsletterForm';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Index4 = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<MainBanner />
|
||||
|
||||
<Stats />
|
||||
|
||||
<AboutCovid19 />
|
||||
|
||||
<Services />
|
||||
|
||||
<OurExpertise />
|
||||
|
||||
<SymptomsCovid19 />
|
||||
|
||||
<VideoIntro />
|
||||
|
||||
<OurDoctors />
|
||||
|
||||
<FaqSection />
|
||||
|
||||
<LatestBlogPost />
|
||||
|
||||
<NewsletterForm />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Index4;
|
||||
Executable
+59
@@ -0,0 +1,59 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import HeroSlider from '../components/HomeFive/HeroSlider';
|
||||
import AboutUs from '../components/HomeFive/AboutUs';
|
||||
import OurExpertise from '../components/HomeFive/OurExpertise';
|
||||
import Services from '../components/HomeFive/Services';
|
||||
import HowCovid19Spreads from '../components/HomeFive/HowCovid19Spreads';
|
||||
import SymptomsCovid19 from '../components/HomeFive/SymptomsCovid19';
|
||||
import FaqSection from '../components/Common/FaqSection';
|
||||
import VideoIntro from '../components/Common/VideoIntro';
|
||||
import OurDoctors from '../components/Common/OurDoctors';
|
||||
import Stats from '../components/HomeFive/Stats';
|
||||
import FeedbackSlider from '../components/HomeFive/FeedbackSlider';
|
||||
import LatestBlogPost from '../components/Common/LatestBlogPost';
|
||||
import NewsletterForm from '../components/Common/NewsletterForm';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Index5 = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<HeroSlider />
|
||||
|
||||
<AboutUs />
|
||||
|
||||
<OurExpertise />
|
||||
|
||||
<Services />
|
||||
|
||||
<HowCovid19Spreads />
|
||||
|
||||
<SymptomsCovid19 />
|
||||
|
||||
<FaqSection />
|
||||
|
||||
<VideoIntro />
|
||||
|
||||
<OurDoctors />
|
||||
|
||||
<div className="pb-100">
|
||||
<Stats />
|
||||
</div>
|
||||
|
||||
<FeedbackSlider />
|
||||
|
||||
<LatestBlogPost />
|
||||
|
||||
<NewsletterForm />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Index5;
|
||||
Executable
+45
@@ -0,0 +1,45 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import HeroSlider from '../components/HomeOne/HeroSlider';
|
||||
import Stats from '../components/HomeOne/Stats';
|
||||
import AboutSection from '../components/HomeOne/AboutSection';
|
||||
import Services from '../components/HomeOne/Services';
|
||||
import OurExpertise from '../components/HomeOne/OurExpertise';
|
||||
import VideoIntro from '../components/Common/VideoIntro';
|
||||
import OurDoctors from '../components/Common/OurDoctors';
|
||||
import LatestBlogPost from '../components/Common/LatestBlogPost';
|
||||
import NewsletterForm from '../components/Common/NewsletterForm';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Index = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<HeroSlider />
|
||||
|
||||
<Stats />
|
||||
|
||||
<AboutSection />
|
||||
|
||||
<Services />
|
||||
|
||||
<OurExpertise />
|
||||
|
||||
<VideoIntro />
|
||||
|
||||
<OurDoctors />
|
||||
|
||||
<LatestBlogPost />
|
||||
|
||||
<NewsletterForm />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Index;
|
||||
Executable
+54
@@ -0,0 +1,54 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const PrivacyPolicy = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Privacy Policy"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Privacy Policy"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="privacy-area ptb-100">
|
||||
<div className="container">
|
||||
<h2>1. What is Privacy Policy?</h2>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
|
||||
|
||||
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
|
||||
<h2>2. How do we apply our Privacy Policy?</h2>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
|
||||
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.</p>
|
||||
|
||||
<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
|
||||
<h2>3. What personal data can you use?</h2>
|
||||
<ul>
|
||||
<li>Name, email address and/or your photo when you visit our exhibitions and make use of the technologies we offer to you to receive a Good GIF</li>
|
||||
<li>Personal data obtained through or generated on our website, newsletters, commercial emails</li>
|
||||
<li>Your browsing behaviour on the website such as information on your first visit</li>
|
||||
<li>Whether you open a newsletter of email and what sections you select</li>
|
||||
<li>Personal data obtained through or generated on our website, newsletters, commercial emails</li>
|
||||
<li>Your browsing behaviour on the website such as information on your first visit</li>
|
||||
<li>Whether you open a newsletter of email and what sections you select</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default PrivacyPolicy;
|
||||
Executable
+59
@@ -0,0 +1,59 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const ServiceDetails = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Service Details"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Service Details"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="service-details-area ptb-100">
|
||||
<div className="container">
|
||||
<div className="services-details-img">
|
||||
<img src="/images/service-details-bg.jpg" alt="Service Details" />
|
||||
|
||||
<h2>Our Hospital Always Provide Good Services</h2>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
|
||||
<blockquote>
|
||||
<i className="icofont-quote-left"></i>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint optio rem magni, dolorum aut vel nostrum quae, fugit necessitatibus eius perferendis. Quia optio tenetur pariatur aliquam obcaecati enim quam eum?Lorem ipsum dolor sit amet consectetur adipisicing elit. Sint optio rem magni, dolorum aut vel nostrum quae, fugit necessitatibus eius perferendis. Quia optio tenetur pariatur aliquam obcaecati enim quam eum?
|
||||
</blockquote>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
</div>
|
||||
|
||||
<div className="row">
|
||||
<div className="col-lg-5">
|
||||
<div className="service-details-inner-left">
|
||||
<img src="/images/signup-bg.jpg" alt="Service" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-7">
|
||||
<div className="service-details-inner">
|
||||
<h2>We Always Take Care Our Patient</h2>
|
||||
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Architecto blanditiis obcaecati veritatis magnam pariatur molestiae in maxime. Animi quae vitae in inventore. Totam mollitia aspernatur provident veniam aperiam placeat impedit! Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem natus nobis, dolorum nam excepturi iure autem nemo ducimus temporibus facere, est eum voluptatem, culpa optio fugit assumenda quod? Praesentium.</p>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Id, laudantium ullam, iure distinctio officia libero voluptatem obcaecati vero deleniti minima nemo itaque alias nisi eveniet soluta architecto quae laboriosam unde.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default ServiceDetails;
|
||||
Executable
+248
@@ -0,0 +1,248 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
|
||||
import Footer from '../components/_App/Footer';
|
||||
import Link from 'next/link';
|
||||
|
||||
const Services = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Services"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Services"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="services-area pt-100 pb-70">
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="service-item">
|
||||
<div className="service-front">
|
||||
<i className="icofont-doctor"></i>
|
||||
<h3>Expert Doctor</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
</div>
|
||||
<div className="service-end">
|
||||
<i className="icofont-doctor"></i>
|
||||
<h3>Expert Doctor</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
|
||||
<Link href="/service-details">
|
||||
<a>Read More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="service-item">
|
||||
<div className="service-front">
|
||||
<i className="icofont-prescription"></i>
|
||||
<h3>Diagnosis</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
</div>
|
||||
<div className="service-end">
|
||||
<i className="icofont-prescription"></i>
|
||||
<h3>Diagnosis</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
|
||||
<Link href="/service-details">
|
||||
<a>Read More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="service-item">
|
||||
<div className="service-front">
|
||||
<i className="icofont-patient-file"></i>
|
||||
<h3>Pathology</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
</div>
|
||||
<div className="service-end">
|
||||
<i className="icofont-patient-file"></i>
|
||||
<h3>Pathology</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
|
||||
<Link href="/service-details">
|
||||
<a>Read More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="service-item">
|
||||
<div className="service-front">
|
||||
<i className="icofont-tooth"></i>
|
||||
<h3>Dental Care</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
</div>
|
||||
<div className="service-end">
|
||||
<i className="icofont-tooth"></i>
|
||||
<h3>Dental Care</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
|
||||
<Link href="/service-details">
|
||||
<a>Read More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="service-item">
|
||||
<div className="service-front">
|
||||
<i className="icofont-heart-beat-alt"></i>
|
||||
<h3>Cardiology</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
</div>
|
||||
<div className="service-end">
|
||||
<i className="icofont-heart-beat-alt"></i>
|
||||
<h3>Cardiology</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
|
||||
<Link href="/service-details">
|
||||
<a>Read More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="service-item">
|
||||
<div className="service-front">
|
||||
<i className="icofont-drug"></i>
|
||||
<h3>Medicine</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
</div>
|
||||
<div className="service-end">
|
||||
<i className="icofont-drug"></i>
|
||||
<h3>Medicine</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
|
||||
<Link href="/service-details">
|
||||
<a>Read More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="service-item">
|
||||
<div className="service-front">
|
||||
<i className="icofont-dna-alt-1"></i>
|
||||
<h3>Neurology</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
</div>
|
||||
<div className="service-end">
|
||||
<i className="icofont-dna-alt-1"></i>
|
||||
<h3>Neurology</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
|
||||
<Link href="/service-details">
|
||||
<a>Read More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-sm-6 col-lg-3">
|
||||
<div className="service-item">
|
||||
<div className="service-front">
|
||||
<i className="icofont-ambulance-cross"></i>
|
||||
<h3>Ambulance</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
</div>
|
||||
<div className="service-end">
|
||||
<i className="icofont-ambulance-cross"></i>
|
||||
<h3>Ambulance</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>
|
||||
|
||||
<Link href="/service-details">
|
||||
<a>Read More</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="expertise-area pb-70">
|
||||
<div className="container">
|
||||
<div className="section-title">
|
||||
<h2>Our Expertise</h2>
|
||||
</div>
|
||||
|
||||
<div className="row align-items-center">
|
||||
<div className="col-lg-6">
|
||||
<div className="expertise-item">
|
||||
<div className="row">
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<a href="/blog-details">
|
||||
<div className="expertise-inner">
|
||||
<i className="icofont-doctor-alt"></i>
|
||||
<h3>Certified Doctors</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<a href="/blog-details">
|
||||
<div className="expertise-inner">
|
||||
<i className="icofont-stretcher"></i>
|
||||
<h3>Emergency</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<a href="/blog-details">
|
||||
<div className="expertise-inner">
|
||||
<i className="icofont-network"></i>
|
||||
<h3>Teachnology</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div className="col-sm-6 col-lg-6">
|
||||
<a href="/blog-details">
|
||||
<div className="expertise-inner">
|
||||
<i className="icofont-ambulance-cross"></i>
|
||||
<h3>Ambulance</h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6">
|
||||
<div className="expertise-item">
|
||||
<div className="expertise-right">
|
||||
<img src="/images/about4.jpg" alt="Expertise" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Services;
|
||||
Executable
+89
@@ -0,0 +1,89 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
import Link from 'next/link';
|
||||
|
||||
const SignIn = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Sign In"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Sign In"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="signup-area ptb-100">
|
||||
<div className="container-fluid">
|
||||
<div className="row">
|
||||
<div className="col-lg-6 pl-0">
|
||||
<div className="login-left">
|
||||
<img src="/images/login-bg.jpg" alt="Login" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6 ptb-100">
|
||||
<div className="signup-item">
|
||||
<div className="signup-head">
|
||||
<h2>Login Here</h2>
|
||||
<p>Didn't you account yet? <Link href="/sign-up"><a>Sign Up Here</a></Link></p>
|
||||
</div>
|
||||
<div className="signup-form">
|
||||
<form>
|
||||
<div className="row">
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<input type="text" className="form-control" placeholder="First Name" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<input type="email" className="form-control" placeholder="Your Email" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<input type="password" className="form-control" placeholder="Password" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<input type="password" className="form-control" placeholder="Confirm Password" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-12">
|
||||
<div className="form-group">
|
||||
<div className="forgot-pass">
|
||||
<a href="#">Forgot Password?</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-12">
|
||||
<div className="text-center">
|
||||
<button type="submit" className="btn signup-btn">Login</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default SignIn;
|
||||
Executable
+103
@@ -0,0 +1,103 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
import Link from 'next/link';
|
||||
|
||||
const SignUp = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Sign Up"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Sign Up"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="signup-area ptb-100">
|
||||
<div className="container-fluid">
|
||||
<div className="row">
|
||||
<div className="col-lg-6 pl-0">
|
||||
<div className="signup-left">
|
||||
<img src="/images/signup-bg.jpg" alt="SignUp" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-6 ptb-100">
|
||||
<div className="signup-item">
|
||||
<div className="signup-head">
|
||||
<h2>Sign Up Here</h2>
|
||||
<p>Already have an account? <Link href="/sign-in"><a>Sign In</a></Link></p>
|
||||
</div>
|
||||
|
||||
<div className="signup-form">
|
||||
<form>
|
||||
<div className="row">
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<input type="text" className="form-control" placeholder="First Name" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<input type="text" className="form-control" placeholder="Last Name" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<input type="text" className="form-control" placeholder="Phone Number" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<input type="email" className="form-control" placeholder="Your Email" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<input type="password" className="form-control" placeholder="Password" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-lg-6">
|
||||
<div className="form-group">
|
||||
<input type="password" className="form-control" placeholder="Confirm Password" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-12">
|
||||
<div className="form-group">
|
||||
<div className="form-check">
|
||||
<input className="form-check-input" type="checkbox" id="gridCheck" />
|
||||
<label className="form-check-label" htmlFor="gridCheck">
|
||||
Yes, I agree with all <Link href="/terms-condition">Terms & Conditions</Link>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="col-lg-12">
|
||||
<div className="text-center">
|
||||
<button type="submit" className="btn signup-btn">Sign Up</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default SignUp;
|
||||
Executable
+54
@@ -0,0 +1,54 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const TermsCondition = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Terms & Condition"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Terms & Condition"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="privacy-area ptb-100">
|
||||
<div className="container">
|
||||
<h2>1. What is Terms & Conditions?</h2>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
|
||||
|
||||
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
|
||||
<h2>2. How do we apply our Terms & Conditions?</h2>
|
||||
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
|
||||
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy.</p>
|
||||
|
||||
<p>Various versions have evolved over the years, sometimes by accident, sometimes on purpose. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
|
||||
|
||||
<h2>3. What personal data can you use?</h2>
|
||||
<ul>
|
||||
<li>Name, email address and/or your photo when you visit our exhibitions and make use of the technologies we offer to you to receive a Good GIF</li>
|
||||
<li>Personal data obtained through or generated on our website, newsletters, commercial emails</li>
|
||||
<li>Your browsing behaviour on the website such as information on your first visit</li>
|
||||
<li>Whether you open a newsletter of email and what sections you select</li>
|
||||
<li>Personal data obtained through or generated on our website, newsletters, commercial emails</li>
|
||||
<li>Your browsing behaviour on the website such as information on your first visit</li>
|
||||
<li>Whether you open a newsletter of email and what sections you select</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default TermsCondition;
|
||||
Executable
+38
@@ -0,0 +1,38 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import OurExpertise from '../components/HomeOne/OurExpertise';
|
||||
import TestimonialSlider from '../components/Common/TestimonialSlider';
|
||||
import OurDoctors from '../components/Common/OurDoctors';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Testimonials = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<PageBanner
|
||||
pageTitle="Testimonials"
|
||||
homePageUrl="/"
|
||||
homePageText="Home"
|
||||
activePageText="Testimonials"
|
||||
bgImage="page-title-one"
|
||||
/>
|
||||
|
||||
<div className="pt-100">
|
||||
<OurExpertise />
|
||||
</div>
|
||||
|
||||
<TestimonialSlider />
|
||||
|
||||
<OurDoctors />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Testimonials;
|
||||
Reference in New Issue
Block a user