Add social media contact links under contact form

This commit is contained in:
Ray 2024-07-15 00:45:49 +10:00
parent 2e6f96e231
commit 21eacbe979
1 changed files with 9 additions and 1 deletions

View File

@ -23,7 +23,7 @@
</div> </div>
<div class="header"> <div class="header">
<h1>reiyua</h1> <h1>reiyua</h1>
<p>Contact me using the email address below or use the form below to send me a message:</p> <p>Contact me using the following details below or use the form below to send me a message:</p>
<a href="mailto:rei@reiyua.lol">rei@reiyua.lol</a> <a href="mailto:rei@reiyua.lol">rei@reiyua.lol</a>
</p> </p>
</div> </div>
@ -45,6 +45,14 @@
<input type="submit" value="Send"> <input type="submit" value="Send">
</form> </form>
</div> </div>
<div>
<p>Alternatively, you can contact me on social media:</p>
<a href="https://twitter.com/rreiyua">Twitter</a>
<a href="https://www.instagram.com/rreiyua/">Instagram</a>
<a href="https://www.linkedin.com/in/RayyanHodges/">LinkedIn</a>
<a href="https://github.com/reiyua">GitHub</a>
</div>
</body> </body>
</html> </html>