-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from GDSCKCA2023-224/form-overflow-patch
fix: removed subscribe-to-newsletter completely
- Loading branch information
Showing
1 changed file
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |