Skip to content

Commit

Permalink
Refactored to react
Browse files Browse the repository at this point in the history
  • Loading branch information
yazdanhaider committed Oct 14, 2024
1 parent 7bc9c9d commit 6a0fe12
Show file tree
Hide file tree
Showing 30 changed files with 6 additions and 796 deletions.
File renamed without changes.
85 changes: 0 additions & 85 deletions admin.html

This file was deleted.

58 changes: 0 additions & 58 deletions appointments.html

This file was deleted.

45 changes: 0 additions & 45 deletions doctors.html

This file was deleted.

File renamed without changes.
68 changes: 6 additions & 62 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,69 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HealthHub - Advanced Hospital Management System</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<title>Vite + React</title>
</head>
<body id="home">
<header>
<nav>
<div class="logo">
<i class="fas fa-hospital-user"></i>
<span>HealthHub</span>
</div>
<ul>
<li><a href="index.html" class="active"><i class="fas fa-home"></i> Home</a></li>
<li><a href="appointments.html"><i class="fas fa-calendar-check"></i> Appointments</a></li>
<li><a href="patients.html"><i class="fas fa-user-injured"></i> Patients</a></li>
<li><a href="doctors.html"><i class="fas fa-user-md"></i> Doctors</a></li>
<li><a href="admin.html"><i class="fas fa-user-cog"></i> Admin</a></li>
</ul>
</nav>
</header>

<main>
<section id="hero">
<div class="hero-content">
<h1>Welcome to HealthHub</h1>
<p>Advanced Hospital Management at Your Fingertips</p>
<a href="#features" class="btn">Learn More</a>
</div>
</section>

<section id="features">
<h2>Our Features</h2>
<div class="feature-grid">
<div class="feature-card">
<i class="fas fa-calendar-alt"></i>
<h3>Easy Appointments</h3>
<p>Book and manage appointments with ease.</p>
</div>
<div class="feature-card">
<i class="fas fa-user-injured"></i>
<h3>Patient Management</h3>
<p>Efficiently manage patient records and history.</p>
</div>
<div class="feature-card">
<i class="fas fa-user-md"></i>
<h3>Doctor Directory</h3>
<p>Access our comprehensive list of healthcare professionals.</p>
</div>
<div class="feature-card">
<i class="fas fa-chart-line"></i>
<h3>Admin Dashboard</h3>
<p>Powerful tools for hospital administration.</p>
</div>
</div>
</section>
</main>

<footer>
<p>&copy; 2024 HealthHub - Advanced Hospital Management System</p>
</footer>

<script src="script.js"></script>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
72 changes: 0 additions & 72 deletions patients.html

This file was deleted.

File renamed without changes.
File renamed without changes
8 changes: 0 additions & 8 deletions react/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions react/index.html

This file was deleted.

Loading

0 comments on commit 6a0fe12

Please sign in to comment.