Health Care Website
Health Care Website
Health Care Website
PROJECT FILE on
NAME :
ROLL NO.:
DECLARATION
I, [Your Full Name], a student of Class 12, [Stream/Subject], at [School Name],
hereby declare that all the information provided by me in the examination form and
school records is accurate and true to the best of my knowledge. I affirm that the
project work submissions are my original creations, and I have properly cited all
references wherever necessary. I assure that I have followed the guidelines set by the
school and board for completing my coursework and preparing for examinations.
Furthermore, I commit to adhering to all the rules and regulations during the
CERTIFICATE
This is to certify that [Student's Name], a student of Class 12, [Stream/Subject],
Roll No. [Roll Number], at [School Name], has completed the project titled [Project
Title] during the academic session [Year]. The project was done under my guidance
and follows the rules set by the [Board Name]. It is the student's own work, and all
sources have been properly mentioned. I wish the student the best for their future.
TABLE CONTENT
SR. NO. CONTENT
1. INTRODUCTION
(iii)web technology
3. OUTPUT
5. BIBLIOGRAPHY
ACKNOWLEDGEMENT
I would like to express my heartfelt gratitude to my project guide, for their
am also thankful to [School Name] for providing the necessary resources and a
would not have been possible without the combined efforts of everyone
INTRODUCTION
ABOUT PROJECT:
The Healthcare Website is an innovative web application designed to provide users
with quick and convenient access to health-related information and services. Featuring
search for healthcare providers, book appointments, and explore resources such as
articles on health and wellness by inputting their preferences like location and
specialty. The application ensures accurate data entries with helpful error messages,
enhancing the overall user experience. Built with modern web technologies such as
HTML, CSS, and JavaScript, the Healthcare Website is fully responsive, offering
seamless compatibility across various devices, including desktops and mobile phones.
This project not only highlights the functionality of web development but also
showcases how engaging and interactive user experiences can be created through
Healthcare Website serves as a valuable tool in the digital landscape, simplifying the
healthcare process and providing users with an efficient way to manage their health
and well-being.
services based on their needs, such as searching for healthcare providers, booking
appointments, and exploring wellness resources. This project seeks to enhance the user
make informed decisions about their health quickly and easily. Additionally, the project
aims to demonstrate the capabilities of modern web technologies, such as HTML, CSS, and
and accessibility, the Healthcare Website aspires to be a valuable tool for individuals
seeking health services and information, serving both practical purposes, like managing
appointments and accessing healthcare resources, and offering educational insights into web
1.User-Friendly Interface: The website will have a simple and intuitive design,
allowing users to easily navigate and search for healthcare providers, book
key details such as name, specialty, location, availability, and user ratings, to help
with healthcare providers by selecting dates and times, along with a confirmation
4. Responsive Design: The website will be fully responsive, ensuring it works smoothly
user experience.
WEB TECHNOLOGY
Web Technology refers to the tools, techniques, and methodologies used to create
and manage websites and web applications. It plays a pivotal role in enabling
1. Client-Side Technologies
JavaScript:
JavaScript is a programming language that enables interactivity on websites. It
is used to create dynamic content, such as pop-up dialogs, interactive forms,
animations, and handling user inputs in real-time without reloading the
webpage. JavaScript can also fetch and update data in the background
o Example: document.getElementById('button').addEventListener('click',
function() { alert('Button clicked!'); });
1. User Request:
The user initiates a request by typing a URL into their browser or clicking a
link/button on the website. This request is sent via the internet to the web
server.
2. Web Server Processing:
The web server receives the request and performs the required processing. This
may include fetching data from a database, running scripts, or generating
dynamic content depending on what is requested.
3. Response:
The server processes the request and sends the requested webpage or data back
to the browser. If any data is required from the database (such as user login
details), the server will query the database before sending the final response.
PROJECT REQUIREMENT
1. Front-End Design:
HTML:
o A basic HTML form that allows user input.
o The form will include:
An input field for user data.
A submit button to process the input.
A section to display the output or results.
CSS:
o Basic styling for the form to enhance visual appeal.
o Responsive design to ensure the application looks good on both mobile
and desktop devices.
2.Functionality:
Input Validation:
o Validate that the user has entered data in the correct format and meets
any specified criteria (e.g., valid dates, numbers).
Calculation:
o Use JavaScript to perform calculations based on the user input.
o The application should return results based on the calculations
performed.
Display Output:
o After the user submits their input, the calculated result will be displayed
in a designated output area.
IMPLEMENTATION
INDEX.HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title><link rel="preload" as="image"
imagesrcset="https://developergtm.in/wp-content/uploads/2024/03/20240302_220747
.jpg" imagesizes="(max-width: 749px) 100vw, 749px" /><link rel="preload"
as="font" href="https://developergtm.in/wp-content/themes/smart-mag/css/icons/
fonts/ts-icons.woff2?v3.1" type="font/woff2" crossorigin="anonymous" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-
DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4
TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar">
<div class="logo">
<p>DeveloperGTM</p>
</div>
<div class="item">
<a class="home-btn" href="#">Home</a>
<a href="#">Service</a>
<a href="#">Doctor</a>
<a href="#">Review</a>
</div>
<div class="btn">
<input type="button" value="Let's Talk">
</div>
</nav>
<section class="hero-sec">
<div class="main-sec">
<div class="left">
<p class="txt1">Love You Health</p>
<p class="txt2">Trust You Health to The Best Specialist</p>
<p class="txt3">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolor
nobis possimus, qui reiciendis
ducimus tempora.</p>
<div class="btn">
<input class="btn1" type="button" value="Get In Touch">
<div class="more">
<input class="btn2" type="button" value="See More">
<i class="fa-solid fa-arrow-right"></i>
</div>
</div>
</div>
<div class="right">
<img decoding="async" src="hero-img.avif" alt="">
</div>
</div>
</section>
<section class="plat-sec">
<div class="main-box">
<div class="box">
<p class="txt1">180+</p>
<p class="txt2">Years experience</p>
</div>
<div class="box">
<p class="txt1">10+</p>
<p class="txt2">Expert Doctor</p>
</div>
<div class="box">
<p class="txt1">15k</p>
<p class="txt2">Expert Doctor</p>
</div>
<div class="box">
<p class="txt1">350+</p>
<p class="txt2">Expert Doctor</p>
</div>
</div>
</section>
<section class="health-sec">
<div class="txt">
<p class="txt1">3 QUICK STEPS</p>
<p class="txt2">Claime You Better Health</p>
</div>
<div class="main-box">
<div class="box">
<i class="fa-solid fa-users"></i>
<p class="txt1">Choose Doctor</p>
<p class="txt2">Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Mollitia, molestias.</p>
</div>
<div class="box">
<i class="fa-solid fa-user-check"></i>
<p class="txt1">Follow The Insights</p>
<p class="txt2">Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Mollitia, molestias.</p>
</div>
<div class="box">
<i class="fa-solid fa-house-medical"></i>
<p class="txt1">Become Healthier</p>
<p class="txt2">Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Mollitia, molestias.</p>
</div>
</div>
</section>
<section class="hero-sec2">
<div class="main-sec">
<div class="left">
<img decoding="async"
src="https://images.unsplash.com/photo-1612349317150-e413f6a5b16d?
w=500&auto=format&fit=crop&q=60&ixlib=rb-
4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8ZG9jdG9yfGVufDB8fDB8fHw
w"
alt="">
</div>
<div class="right">
<p class="txt1">Love You Health</p>
<p class="txt2">Why People Choose HealthCare</p>
<p class="txt3">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolor
nobis possimus, qui reiciendis
ducimus tempora.</p>
<div class="btn">
<input class="btn1" type="button" value="Read More">
</div>
</div>
</div>
</section>
<section class="hero-sec">
<div class="main-sec">
<div class="left">
<p class="txt1">Love You Health</p>
<p class="txt2">We Always Provide Best Service</p>
<p class="txt3">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolor
nobis possimus, qui reiciendis
ducimus tempora.</p>
<div class="btn">
<input class="btn1" type="button" value="Read More">
</div>
</div>
<div class="right">
<img decoding="async" src="hero-img.avif" alt="">
</div>
</div>
</section>
<section class="team-sec">
<div class="txt">
<p class="txt1">Our Specialist Doctor Team</p>
<p class="txt2">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Aspernatur praesentium accusantium
mollitia, non eum possimus?</p>
</div>
<div class="main-box">
<div class="box">
<img decoding="async" src="img1.jpg" alt="">
<p class="work">Dentist</p>
<p class="name">Dr.Name Example</p>
<div class="rat">
<p>Example Hospital</p>
<div class="star">
<i class="fa-solid fa-star"> 5.0</i>
<p>(1k+)</p>
</div>
</div>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Expedita,
vitae?</p>
<button>view profile</button>
</div>
<div class="box">
<img decoding="async" src="img2.jpg" alt="">
<p class="work">Dentist</p>
<p class="name">Dr.Name Example</p>
<div class="rat">
<p>Example Hospital</p>
<div class="star">
<i class="fa-solid fa-star"> 5.0</i>
<p>(1k+)</p>
</div>
</div>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Expedita,
vitae?</p>
<button>view profile</button>
</div>
<div class="box">
<img decoding="async" src="img3.jpg" alt="">
<p class="work">Dentist</p>
<p class="name">Dr.Name Example</p>
<div class="rat">
<p>Example Hospital</p>
<div class="star">
<i class="fa-solid fa-star"> 5.0</i>
<p>(1k+)</p>
</div>
</div>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Expedita,
vitae?</p>
<button>view profile</button>
</div>
</div>
</section>
<section class="cnt-sec">
<p class="txt1">It's Time To Change Your Life To Day</p>
<p class="txt2">Lorem ipsum dolor, sit amet consectetur adipisicing elit. In unde
exercitationem corporis et tempora deserunt
quia corrupti porro eveniet totam?</p>
<div class="btn">
<button class="btn1">Contact Us</button>
<button class="btn2">Make an Appointment</button>
</div>
</section>
<footer class="foot-sec">
<div class="main-box">
<div class="box1">
<h1>DeveloperGTM</h1>
<div class="social">
<i class="fa-brands fa-square-instagram"></i>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-youtube"></i>
</div>
</div>
<div class="box2">
<h1>Quick Link</h1>
<div class="btn">
<a class="home-btn" href="/">Home</a>
<a href="/">Product</a>
<a href="/">Privacy Policy</a>
<a href="/">Contact Us</a>
</div>
</div>
<div class="box2">
<h1>Quick Link</h1>
<div class="btn">
<a class="home-btn" href="/">Home</a>
<a href="/">Product</a>
<a href="/">Privacy Policy</a>
<a href="/">Contact Us</a>
</div>
</div>
<div class="box4">
<h1>Contact Us</h1>
<div class="add">
<p><i style="color: rgb(0, 174, 255)" class="fa-solid fa-phone"></i>
Demo24@gmail.com</p>
<p><i style="color: rgb(0, 174, 255)" class="fa-solid fa-envelope"></i> +9999-
9999-99</p>
</div>
</div>
</div>
<div class="copy">
<p>Copyright © 2024 Design By <span>DeveloperGTM</span></p>
</div>
</footer>
</body>
</html>
STYLE.CSS
*{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
height: 60px;
background-color: white;
padding: 10px 50px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.navbar .logo p {
font-size: 30px;
color: rgb(0, 174, 255);
font-weight: bold;
padding-left: 15px;
}
.navbar .item {
display: flex;
column-gap: 20px;
}
.navbar .item a {
text-decoration: none;
color: black;
cursor: pointer;
}
.hero-sec {
display: flex;
align-items: center;
justify-content: center;
padding: 10px 50px;
}
.hero-sec .main-sec {
display: flex;
align-items: center;
margin-top: 30px;
margin-bottom: 30px;
justify-content: center;
}
.plat-sec {
background-image: linear-gradient(140deg, #00223e, #0b1a18);
height: 200px;
padding: 10px 50px;
display: flex;
justify-content: center;
align-items: center;
}
.plat-sec .main-box {
display: flex;
justify-content: center;
column-gap: 50px;
}
.health-sec {
height: auto;
margin-top: 30px;
margin-bottom: 30px;
padding: 10px 40px;
}
.health-sec .txt {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 10px;
}
.health-sec .main-box {
display: flex;
justify-content: center;
column-gap: 60px;
margin-top: 30px;
}
.hero-sec2 {
display: flex;
align-items: center;
justify-content: center;
padding: 10px 50px;
}
.hero-sec2 .main-sec {
display: flex;
align-items: center;
margin-top: 30px;
margin-bottom: 30px;
justify-content: center;
}
.team-sec {
height: auto;
padding: 10px 40px;
}
.team-sec .txt {
display: flex;
flex-direction: column;
align-items: center;
row-gap: 10px;
}
.team-sec .main-box {
display: flex;
justify-content: center;
column-gap: 20px;
margin-top: 30px;
}
.cnt-sec{
height: 300px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
row-gap: 20px;
}
.cnt-sec .txt1{
font-weight: 700;
font-size: 3rem;
}
.cnt-sec .btn{
column-gap: 20px;
display: flex;
}
.foot-sec {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 30px;
height: 300px;
background-color: black;
}
.foot-sec .main-box {
display: flex;
column-gap: 130px;
align-items: baseline;
justify-content: center;
}
.foot-sec .copy {
margin-top: 57px;
/* background: red; */
width: 100%;
padding: 20px;
justify-content: center;
align-items: center;
display: flex;
margin-bottom: -30px;
}
.foot-sec .copy p{
color: white;
}
OUTPUT
CHALLENGES AND LEARNINIG
Challenges:
1.Designing a User-Friendly Interface: Creating an intuitive and accessible interface
that accommodates a diverse user base can be challenging.
Learnings:
1. Enhanced Design Skills: Improved ability to create user-centered designs that enhance
usability and accessibility for diverse users.
BIBILIOGRAPHY
1. https://www.w3schools.com
2. https://www.geeksforgeeks.org/web-
development/
3.CBSE Class 12 Computer Science