Skip to content

Commit 9937a3f

Browse files
authored
Update index.html
1 parent fdf29e8 commit 9937a3f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ <h3>Get in touch</h3>
9090
<p>Facebook: <a href="https://www.facebook.com/people/Atubra-Abraham/100072576882412/" target="_blank" rel="noopener">Atubra Abraham</a></p>
9191
</div>
9292

93-
<div class="contact-card neon-glow">
94-
<h3>Message</h3>
95-
<form action="mailto:[email protected]" method="post" enctype="text/plain">
96-
<input name="name" placeholder="Your name" required>
97-
<input name="email" type="email" placeholder="Your email" required>
98-
<textarea name="message" rows="4" placeholder="Your message" required></textarea>
99-
<button class="btn primary neon-btn" type="submit">Send Email</button>
100-
</form>
101-
</div>
93+
<div class="contact-card neon-glow">
94+
<h3>Message</h3>
95+
<form action="https://formspree.io/f/xwpwvqaz" method="POST">
96+
<input name="name" placeholder="Your name" required>
97+
<input name="email" type="email" placeholder="Your email" required>
98+
<textarea name="message" rows="4" placeholder="Your message" required></textarea>
99+
<button class="btn primary neon-btn" type="submit">Send</button>
100+
</form>
101+
</div>
102102
</div>
103103
</div>
104104
</section>
@@ -113,7 +113,6 @@ <h3>Message</h3>
113113
</small>
114114
</div>
115115
<div class="right social-links">
116-
<a href="https://github.com/SCodeGit" target="_blank" rel="noopener">GitHub</a>
117116
<a href="https://www.facebook.com/people/Atubra-Abraham/100072576882412/" target="_blank" rel="noopener">Facebook</a>
118117
<a href="https://wa.me/233555578864" target="_blank" rel="noopener">WhatsApp</a>
119118
</div>

0 commit comments

Comments
 (0)