Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contact us button issue solved #140

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,12 @@ <h1 class="text-center">About Us</h1>
<h2 class="text-white font-weight-bold py-2">Contact Us</h2>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
<form action="">
<form action="mailto:[email protected]">
<div class="input-group">
<input type="text" class="form-control py-3" placeholder="Enter your Email">
<div class="input-group-append">
<div class="input-group-text subscribe-button text-white px-5 font-weight-bold">
Contact Us
</div>
</div>
<input class="btn btn-dark" type="submit" value="Contact Us">
Manish-kasera marked this conversation as resolved.
Show resolved Hide resolved
</div>
</div>
</form>
</div>
Expand Down