Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nidhi-Satyapriya committed Jul 7, 2024
2 parents 916e99e + 632950a commit eafa021
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 366 deletions.
166 changes: 166 additions & 0 deletions Css-Files/appointment.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
#appointment {
display: flex;
align-items: center;
justify-content: center;
}

.appointment-container {
width: 90%;
max-width: 900px;
margin: 0 auto;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
background-color: #3fbcc051;
text-align: center;
margin-bottom: 7%;
border-radius: 20px;
}

.section-title h2 {
font-size: 1.6rem;
margin: 15px 0 0 0;
color: #fff;
font-weight: bold;
}

.section-title p {
font-size: 0.8rem;
color: #666;
font-weight: normal;
margin: 20px 0 0 0;
}

.php-email-form {
display: flex;
flex-direction: column;
align-items: center;
border-radius: 8px;
padding: 10px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.form-group {
margin-bottom: 15px;
width: 100%;
max-width: 400px;
}

.form-group label {
display: block;
text-align: start;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 15px;
}

.form-control {
width: 100%;
padding: 8px;
font-size: 1rem;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
color: #000;
}

.form-select {
width: 100%;
padding: 6px;
font-size: 0.9rem;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
color: #000;
box-sizing: border-box;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14l-4.796-5.481C2.027 5.191 2.208 5 2.5 5h11c.292 0 .473.191.549.659l-4.796 5.481a.513.513 0 0 1-.702 0z"/></svg>'); /* Custom dropdown arrow */
background-repeat: no-repeat;
background-position: right 10px center;
background-size: 16px 16px;
}

.form-select::placeholder {
color: #999;
opacity: 1;
}

.btn-primary {
text-align: center;
justify-content: center;
background-color: #29888A;
color: #fff;
font-size: 1.2rem;
border: none;
border-radius: 4px;
cursor: pointer;
text-decoration: none;
margin: 20px 0 30px 0;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
background-color: #30a3a5;
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
/* For tablets and smaller screens */
@media (max-width: 768px) {
.appointment-container {
padding: 15px;
}

.section-title h2 {
font-size: 2rem;
}

.section-title p {
font-size: 1rem;
}

.php-email-form {
padding: 15px;
}

.btn-primary {
width: 100%;
max-width: none;
}
}

/* For larger smartphones and smaller tablets */
@media (max-width: 576px) {
.appointment-container {
padding: 10px;
}

.section-title h2 {
font-size: 1.8rem;
}

.section-title p {
font-size: 0.9rem;
}
}

/* For extra-large screens (desktops) */
@media (min-width: 1200px) {
.appointment-container {
padding: 30px;
}

.section-title h2 {
font-size: 3rem;
}

.section-title p {
font-size: 1.2rem;
}

.php-email-form {
padding: 30px;
}
}
3 changes: 2 additions & 1 deletion Css-Files/testimonial.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
color: white !important;
font-size: 48px;
margin-bottom: 2rem;
}
margin-top: 40px;
}

.rating__star {
font-size: 20px;
Expand Down
43 changes: 22 additions & 21 deletions Html-Files/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,15 +444,15 @@
<nav class="nav_menu">

<ul class="nav_link">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="Html-Files/news.html">News</a></li>
<a href="dex.html">Service</a>
<li><a href="#patient-portal">Patient Portal</a></li>
<li><a href="#doctors">Doctor</a></li>
<li><a href="Html-Files/contact.html">Contact us</a></li>

<a href="login.html">Sign in/Sign up</a>
<li><a href="/index.html">Home</a></li>
<li><a href="/index.html/#about">About</a></li>
<li><a href="/Html-Files/news.html">News</a></li>
<a href="/dex.html">Service</a>
<li><a href="/index.html#patient-portal">Patient Portal</a></li>
<li><a href="/index.html#doctors">Doctor</a></li>
<li><a href="/Html-Files/contact.html">Contact us</a></li>

<a href="/login.html">Sign in/Sign up</a>
<a href="./Html-Files/Doctor Experience.html"><button>Find a Doctor</button></a>

</ul>
Expand Down Expand Up @@ -632,32 +632,33 @@ <h3>RapiDoc's Research Team Publishes Groundbreaking Study on Preventive Healthc
<section>
<h4>Quick Links</h4><br>
<ul class="links">
<li><a href="./index.html">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="./Html-Files/contact.html">Contact Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#doctors">Doctors</a></li>
<li><a href="./faq.html">FAQ</a></li>
<li><a href="/index.html">Home</a></li>
<li><a href="/index.html#about">About Us</a></li>
<li><a href="/Html-Files/contact.html">Contact Us</a></li>
<li><a href="/index.html#services">Services</a></li>
<li><a href="/index.html#doctors">Doctors</a></li>
<li><a href="/faq.html">FAQ</a></li>
</ul>
</section>
<section>
<h4>Explore</h4><br>
<ul class="links">
<li><a href="#">Appointment</a></li>
<li><a href="#">Patient Portal</a></li>
<li><a href="#">Login account</a></li>
<li><a href="/index.html#appointment">Appointment</a></li>
<li><a href="/index.html#patient-portal">Patient Portal</a></li>
<li><a href="/login.html">Login account</a></li>
<li><a href="#">Helplines</a></li>
<li><a href="#">Location</a></li>
<li><a href="/index.html#contact">Location</a></li>
</ul>
</section>
<section>
<h4>Legal</h4><br>
<ul class="links">
<li><a href="#">Customer Agreement</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="/Html-Files/privacy_policy_page.html">Privacy Policy</a></li>
<li><a href="/Html-Files/terms_and_conditions.html">Terms and Conditions</a></li>
<li><a href="#">GDPR</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="/index.html#test">Testimonials</a></li>
</ul>
</section>
<section class="footer-col">
Expand Down
Loading

0 comments on commit eafa021

Please sign in to comment.