Skip to content

Commit

Permalink
Merge pull request #1551 from sivaprasath2004/sivaprasath-closes-issu…
Browse files Browse the repository at this point in the history
…e-1543

[FEATURE REQUEST] : Alerting Invalid mail address
  • Loading branch information
akshitagupta15june committed May 19, 2024
2 parents 129ce77 + 7d63e19 commit 88d6787
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions AR_Meditate/meditation.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
<div
class="navbar fixed top-0 px-4 py-3 ease-in-out text-indigo-600 duration-300 flex z-30 items-center justify-between w-full left-0 bg-gradient-to-r from-yellow-50 to-rose-100"
> <style>
color: "black";

</style> </div>

<div
Expand Down Expand Up @@ -131,22 +129,25 @@ <h4 class="text-center my-5">
<p>Get weekly updates regarding Moksh.</p>
</div>

<div class="newsLetter flex group ease-in-out duration-300">
<div class="newsLetter flex group ease-in-out duration-300">
<input
type="email"
name="email"
id=""
id="email"
placeholder="your email"
class="bg-transparent border border-emerald-600 py-2 rounded-l-md placeholder:text-slate-300 placeholder:text-xs w-full group-hover:border-indigo-600 ease-in-out duration-300 text-sm outline-0"
/>
<button
class="bg-emerald-600 text-slate-300 rounded-r-md px-4 py-2 text-white uppercase subscribeBtn tracking-wider ease-in-out duration-300 group-hover:bg-indigo-600"
onclick="subscribe()" class="subscribeBtn"
>
Subscribe
</button>
</div>
</div>

<!--popup container-->
<div class="popup" id="popup">
<span class="popuptext" id="popuptext"></span>
</div>
<!-- Site Nav -->
<div class="mt-8 siteNav flex flex-col lg:flex-row">
<div
Expand Down Expand Up @@ -323,7 +324,7 @@ <h1 class="text-3xl projectName">Moksh</h1>
</div>
</div>

<script src="../commonScript.js"></script>
<!-- <script src="../commonScript.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script> -->
Expand Down

0 comments on commit 88d6787

Please sign in to comment.