Skip to content

Commit

Permalink
Merge pull request #8 from GDSCKCA2023-224/form-overflow-patch
Browse files Browse the repository at this point in the history
fix: removed subscribe-to-newsletter completely
  • Loading branch information
Njoguu authored Jun 28, 2024
2 parents d1a56f4 + aee4c41 commit 1f6e345
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,21 +184,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>
<form>
<h6 class="footer-title">Newsletter</h6>
<fieldset class="form-control w-80">
<label class="label">
<span class="label-text">Enter your email address</span>
</label>
<div class="join">
<input
type="text"
placeholder="[email protected]"
class="input input-bordered input-md join-item" />
<button class="btn btn-disabled bg-[#EF5B25] join-item text-white">Subscribe</button>
</div>
</fieldset>
</form>
</footer>
</body>
</html>

0 comments on commit 1f6e345

Please sign in to comment.