Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Aug 24, 2024
1 parent 2157e99 commit 17cda18
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,25 +259,7 @@ <h4>About Us</h4>
<!-- Contact Us Section -->
<section class="section" id="contact">
<h1>Contact Us</h1>
<form id="contactForm">
<div class="form-group">
<label for="name">Name</label>
<input id="name" name="name" placeholder="Name" required type="text" />
</div>
<div class="form-group">
<label for="email">Email</label>
<input id="email" name="email" placeholder="Email" required type="email" />
</div>
<div class="form-group">
<label for="number">Number</label>
<input id="number" name="number" placeholder="Number" required type="text" />
</div>
<div class="form-group">
<label for="message">How Can We Help?</label>
<textarea id="message" name="message" placeholder="How Can We Help?" required></textarea>
</div>
<button type="submit">CALL ME BACK</button>
</form>
<iframe width="640px" height="480px" src="https://forms.office.com/Pages/ResponsePage.aspx?id=5I0ul2Xjo0OZ7MhqDMJJ6EpjwRy2-BFGo8O-br_aZGZUMTBBRkU3UEVPTVQ5QlEwOFVJV1kwTUowVC4u&embed=true" frameborder="0" marginwidth="0" marginheight="0" style="border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
</section>

<!-- Footer -->
Expand Down

0 comments on commit 17cda18

Please sign in to comment.