Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
Geobalies2019 committed Sep 11, 2023
1 parent 1afd0f2 commit 05ebc33
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,14 @@ <h2>Contact</h2>
collaborations, or simply want to chat about all the awesome facets of geosciences, I'm all ears and more than
excited to chat. Drop me a line anytime, and let's ignite some geoscience magic together! 🌍🔥</p>


<form method="post" action="https://geobalies2019.github.io/process_form.php">
<div class="row">
<div class="col-6 col-12-mobile"><input type="text" name="name" placeholder="Name" /></div>
<div class="col-6 col-12-mobile"><input type="text" name="email" placeholder="Email" /></div>
<div class="col-12"><textarea name="message" placeholder="Message"></textarea></div>
<div class="col-12"><input type="submit" value="Send Message" /></div>
</div>
</form>

</div>
</section>
Expand Down

0 comments on commit 05ebc33

Please sign in to comment.