Skip to content

Commit

Permalink
Merge pull request #220 from 11-sg/main
Browse files Browse the repository at this point in the history
update in send message button position
  • Loading branch information
tushargupta1504 authored Oct 6, 2024
2 parents a7a5e27 + bcfe00b commit 10238e3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ <h1 class="heading"> <span> about </span> us </h1>
<h3>who we are</h3>
</div>

<div class="content" data-aos="fade-left"
data-aos-duration="500">
<div class="content" data-aos="fade-left" data-aos-duration="500">
<h3>Our Commitment to Healthcare</h3>
<p>Welcome to Swasthya Point! We have been dedicated to providing exceptional healthcare services to our
community. </p>
Expand Down Expand Up @@ -265,7 +264,7 @@ <h4><a href="">Pediatrician</a></h4>
</a>

</div>
<div class="image-container" data-aos="fade-up" >
<div class="image-container" data-aos="fade-up">
<a href="img/portfolio-2.jpg" data-pswp-width="370" data-pswp-height="300">
<img src="img/portfolio-2.jpg" class="card-img " alt="...">
</a>
Expand All @@ -279,7 +278,7 @@ <h4><a href="">Pediatrician</a></h4>
</a>

</div>
<div class="image-container" data-aos="fade-up" data-aos-duration="500" >
<div class="image-container" data-aos="fade-up" data-aos-duration="500">
<a href="img/portfolio-4.jpg" data-pswp-width="370" data-pswp-height="300">
<img src="img/portfolio-4.jpg" class="card-img" alt="...">
</a>
Expand Down Expand Up @@ -380,7 +379,7 @@ <h6>Jane Galadriel</h6>
</div>
<div id="contact"
class="max-w-2xl mx-auto relative overflow-hidden z-10 bg-white p-8 rounded-lg shadow-md before:w-44 before:h-44 before:absolute before:bg-cyan-400 before:rounded-full before:-z-10 before:blur-2xl after:w-56 after:h-56 after:absolute after:bg-sky-400 after:rounded-full after:-z-10 after:blur-xl after:top-60 after:-right-12">
<h2 class="text-5xl text-sky-900 font-bold mb-6">Contact Us</h2>
<h2 class="text-5xl text-sky-900 font-bold mb-6">Contact Us</h2>

<form method="post" action="#" id="contactForm">
<div class="mb-4">
Expand All @@ -406,7 +405,7 @@ <h2 class="text-5xl text-sky-900 font-bold mb-6">Contact Us</h2>

<div class="flex justify-end">
<button
class="text-2xl [background:linear-gradient(144deg,#af40ff,#5b42f3_50%,#00ddeb)] text-white px-4 py-2 font-bold rounded-md hover:opacity-80"
class="text-2xl d-grid gap-2 col-6 mx-auto [background:linear-gradient(144deg,#af40ff,#5b42f3_50%,#00ddeb)] text-white px-4 py-2 font-bold rounded-md hover:opacity-80"
type="submit" id="contactBtn">
Send Message
</button>
Expand Down

0 comments on commit 10238e3

Please sign in to comment.