-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates to the Doctor Appointment booking page #515 #619
Conversation
Hi Project Admin, I hope you're doing well! 😊 I’m writing to request your review and acceptance of the new pull request that includes the initial creation of the Blood Bank page for our medical website. Below is a brief overview of what I’ve accomplished so far: Key Updates:
Next Steps:I will continue to work on enhancing this page with more features and updates in the coming days. Attached Code:Here’s the code for the Blood Bank page: <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="A Online Blood bank by sigma NGO, Abhijeet Sharma">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<meta name="theme-color" content="#d2190b">
<link rel="icon" href="img/favicon.png" type="image/png">
<title> Swasthya Point Blood Bank </title>
<link rel="stylesheet" href="../static/css/blood_w3.css">
<link rel="stylesheet" href="../static/css/blood_app.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
/* Additional CSS styles */
</style>
</head>
<body oncontextmenu="return false">
<!-- Navbar -->
<div class="w3-top">
<!-- Navbar content -->
</div>
<!-- Header -->
<header class="w3-container w3-red w3-center" style="padding:128px 16px">
<h1 class="w3-margin w3-jumbo">Swasthya Point Blood Bank <i class="w3-animate-fading fa fa-heartbeat" style="animation-duration: 1.8s;"></i></h1>
<h3>Govt of Delhi</h3>
<a href="#register" class="get-started w3-button w3-black w3-padding-large w3-large w3-margin-top">
<i class="fa fa-medkit"></i> Get Started
</a>
</header>
<!-- Main Content -->
<div class="w3-row w3-white w3-padding-large" id="register">
<div class="w3-col s12 m12 l8" style="padding-top:20px;">
<form class="w3-container w3-card-4 w3-white w3-margin" style="border-radius: 8px; border:1px solid black;">
<h2 class="w3-center w3-text-black"><i class="fa fa-edit"></i> Donor Registration</h2>
<div class="w3-row-padding">
<h4>Full Name *</h4><input class="w3-input w3-light-grey w3-border" type="text">
<h4>Email *</h4><input class="w3-input w3-light-grey w3-border" type="email">
<h4>Phone *</h4><input class="w3-input w3-light-grey w3-border" type="number">
<h4>Choose Blood Group *</h4>
<select class="w3-select w3-border w3-light-grey" name="bloodgroup">
<option value="A+">A+</option>
<option value="A-">A-</option>
<option value="B+">B+</option>
<option value="B-">B-</option>
<option value="AB+">AB+</option>
<option value="AB-">AB-</option>
<option value="O+">O+</option>
<option value="O-">O-</option>
</select>
<button class="w3-button w3-blue w3-hover-black" type="button">Register</button>
</div>
</form>
</div>
<div class="w3-col s12 m12 l4" style="padding-top: 20px">
<form class="w3-container w3-margin w3-card-4 w3-light-grey" style="border-radius: 8px; border:1px solid black; max-width: 415px">
<h2 class="w3-center w3-text-black"><i class="fa fa-user-circle"></i> Donor Login</h2>
<h4>Username</h4><input class="w3-input w3-white w3-border" type="text">
<h4>Password</h4><input class="w3-input w3-white w3-border" type="password"><br>
<button class="w3-button w3-black w3-hover-red" type="button">Login</button><br><br>
</form>
</div>
</div>
<script>
// JavaScript functions for dynamic features
</script>
</body>
</html> Please let me know if you have any questions or feedback. I appreciate your support! |
@tushargupta1504
Hi Project Admin,
I hope you're doing well! 😊 I’m excited to submit a new pull request for our project.
Key Updates:
I have made significant updates to the Doctor Appointment booking page, including:
Motivation:
These updates aim to improve the user experience, ensure data integrity, and enhance the overall functionality and aesthetics of the application.
Dependencies:
If any additional dependencies are required for this change, please let me know, and I can add them.
Here’s the code I added to the booking page:
My work screenshot ------
Please review the pull request and let me know if everything looks good. I'm looking forward to your feedback! 👍
Thank you for your support!
Best regards,
Abhisek Panda
Please take a moment to review the changes, and let me know if everything looks good. I appreciate your support and feedback!