mirror of https://github.com/reiyua/reiyua.lol.git
Add social media contact links under contact form
This commit is contained in:
parent
2e6f96e231
commit
21eacbe979
10
contact.html
10
contact.html
|
@ -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>
|
Loading…
Reference in New Issue