Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranjyot authored Aug 2, 2024
1 parent fb3c9be commit 92897db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,15 @@ <h2 class="w3-text-white">My Outreach</h2>
<h2 class="w3-text-white">Contact Me :)</h2>
<hr style="width:200px" class="w3-opacity">
<div class="w3-section">
<p><i class="fa fa-map-marker fa-fw w3-text-white w3-xxlarge w3-margin-left"></i> 60 Garden St, Cambridge, MA, USA</p>
<p><i class="fa fa-phone fa-fw w3-text-black w3-xxlarge w3-margin-left"></i> Phone: +1 (617) 496-5988</p>
<p><i class="fa fa-envelope fa-fw w3-text-black w3-xxlarge w3-margin-left"></i> Email: jasmine.gill@cfa.harvard.edu</p>
<p><i class="fa fa-globe fa-fw w3-text-white w3-large w3-margin-left"></i> 60 Garden St, Cambridge, MA, USA</p>
<p><i class="fa fa-phone fa-fw w3-text-white w3-large w3-margin-left"></i> Phone: +1 (617) 496-5988</p>
<p><i class="fa fa-envelope fa-fw w3-text-white w3-large w3-margin-left"></i> Email: jasmine.gill@cfa.harvard.edu</p>
</div>
<form action="https://formspree.io/f/xvgpabqq" method="POST">
<input class="w3-input w3-border" type="text" placeholder="Name" required name="name">
<input class="w3-input w3-section w3-border" type="email" placeholder="Email" required name="email">
<input class="w3-input w3-section w3-border" type="text" placeholder="Subject" required name="subject">
<textarea class="w3-input w3-section w3-border" placeholder="Message" required name="message"></textarea>
<input class="w3-input w3-border w3-margin-bottom" type="text" placeholder="Name" required name="name">
<input class="w3-input w3-section w3-border w3-margin-bottom" type="email" placeholder="Email" required name="email">
<input class="w3-input w3-section w3-border w3-margin-bottom" type="text" placeholder="Subject" required name="subject">
<textarea class="w3-input w3-border w3-margin-bottom" placeholder="Message" required name="message"></textarea>
<button class="w3-button w3-black w3-section" type="submit">
<i class="fa fa-paper-plane"></i> Send Message
</button>
Expand Down

0 comments on commit 92897db

Please sign in to comment.