Skip to content

Commit

Permalink
Merge pull request #23 from GDSCKCA2023-224/revert-22-feat/newsletter…
Browse files Browse the repository at this point in the history
…-form#10

Revert "Added a subscribe to newsletter form on the footer"
  • Loading branch information
Njoguu authored Jun 29, 2024
2 parents 70a191f + c58f274 commit be7e14b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,6 @@ <h6 class="footer-title">KCA University</h6>
<a class="link link-hover" href="https://www.kcau.ac.ke/contact-us/">Contact</a>
<a class="link link-hover" href="https://www.kcau.ac.ke/enquire-now/">Join KCA University</a>
</nav>
<div class="newsletter">
<h6 class="footer-title">Subscribe to our Newsletter</h6>
<form action="https://example.com/subscribe" method="post">
<div class="form-control">
<input type="email" id="email" name="email" class="input input-bordered" required placeholder="Enter your email address">
</div>
<button type="submit" class="btn bg-[#ef5b25] btn-disabled text-white mt-4">Subscribe</button>
</form>
</div>
</footer>

<!-- Scroll to Top Button -->
Expand Down Expand Up @@ -226,4 +217,4 @@ <h6 class="footer-title">Subscribe to our Newsletter</h6>
});
</script>
</body>
</html>
</html>

0 comments on commit be7e14b

Please sign in to comment.