Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Shawshank committed Jun 6, 2024
1 parent e1e184d commit 237858b
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,11 @@ <h2>Instagram</h2>
</section>

<section id="contact" class="section">
<h2>Contact Me</h2>
<div class="contact-container">
<form>
<input type="text" placeholder="Your Name">
<input type="email" placeholder="Your Email">
<textarea placeholder="Your Message"></textarea>
<button type="submit">Send</button>
</form>
</div>
</section>
<h2>Contact Me</h2>
<div class="contact-container">
<a href="mailto:[email protected]">Email Me</a>
</div>
</section>
<footer>
<div class="social-links">
<a href="https://open.spotify.com/artist/4WwGHsW8MSGhmAun1rinpe" target="_blank"><i class="fab fa-spotify"></i></a>
Expand Down

0 comments on commit 237858b

Please sign in to comment.