Skip to content

Commit

Permalink
does this changes anything
Browse files Browse the repository at this point in the history
  • Loading branch information
inderpalr2020 committed Jul 3, 2023
1 parent 3d54556 commit 5be2a50
Showing 1 changed file with 44 additions and 47 deletions.
91 changes: 44 additions & 47 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,51 @@ <h5 class="h5">SRE</h5>
</article>


<!--
- #CONTACT
-->

<article class="contact" data-page="contact">

<header>
<h2 class="h2 article-title">Contact</h2>
</header>

<section class="mapbox" data-mapbox>
<figure>
<iframe
src="https://www.google.com/maps/embed/v1/place?q=gurugram&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8"
width="400" height="300" loading="lazy"></iframe>
</figure>
</section>

<section class="contact-form">

<h3 class="h3 form-title">Contact Form</h3>

<form
action="https://formspree.io/f/xaygwowb"
method="POST"
>

<div class="input-wrapper">
<input type="text" name="fullname" class="form-input" placeholder="Full name" required data-form-input>

<input type="email" name="email" class="form-input" placeholder="Email address" required data-form-input>
</div>

<textarea name="message" class="form-input" placeholder="Your Message" required data-form-input></textarea>

<button class="form-btn" type="submit" data-form-btn>
<ion-icon name="paper-plane"></ion-icon>
<span>Send Message</span>
</button>

</form>

</section>

</article>


<!--
Expand Down Expand Up @@ -1233,53 +1277,6 @@ <h3 class="h3 blog-item-title">Design digest #79</h3>

</article>


<!--
- #CONTACT
-->

<article class="contact" data-page="contact">

<header>
<h2 class="h2 article-title">Contact</h2>
</header>

<section class="mapbox" data-mapbox>
<figure>
<iframe
src="https://www.google.com/maps/embed/v1/place?q=gurugram&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8"
width="400" height="300" loading="lazy"></iframe>
</figure>
</section>

<section class="contact-form">

<h3 class="h3 form-title">Contact Form</h3>

<form
action="https://formspree.io/f/xaygwowb"
method="POST"
>

<div class="input-wrapper">
<input type="text" name="fullname" class="form-input" placeholder="Full name" required data-form-input>

<input type="email" name="email" class="form-input" placeholder="Email address" required data-form-input>
</div>

<textarea name="message" class="form-input" placeholder="Your Message" required data-form-input></textarea>

<button class="form-btn" type="submit" data-form-btn>
<ion-icon name="paper-plane"></ion-icon>
<span>Send Message</span>
</button>

</form>

</section>

</article>

</div>

</main>
Expand Down

0 comments on commit 5be2a50

Please sign in to comment.