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

se corrige bug Contact Us button not working (in footer) #40

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
17 changes: 13 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<link rel="shortcut icon" href="images/icon.png" type="images/icon.png" />
<title>Algo Phantoms</title>



</head>

<body>
Expand Down Expand Up @@ -103,12 +105,17 @@ <h2 class="text-white font-weight-bold py-2">Contact Us</h2>
<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>
<input type="submit" value= "Contact Us" onclick="hizoClick()" class="input-group-text subscribe-button text-white px-5 font-weight-bold">
<script>
function hizoClick() {
alert("your email has been sent successfully!!");
}
</script>
</div>
</div>
</div>
</form>

</div>
</div>
</div>
Expand Down Expand Up @@ -164,4 +171,6 @@ <h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Follow Us

</body>

</html>

</html>