Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent 55e6472 commit 1241efd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@
<button type="submit" onclick="submitForm()">Send</button>
</div>
</form>
</div>

<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-light-grey w3-center w3-opacity w3-xlarge" style="margin-top:128px">
<a href="https://www.instagram.com/_ryan.423_/" target=”_blank”><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/in/ryan-lui-0a6653302/" target="_blank"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
<p><small>© RYAN LUI</small></p>
</footer>
</div>
</body>
</html>

<script>
// Open and close sidebar
Expand Down

0 comments on commit 1241efd

Please sign in to comment.