Skip to content

Commit

Permalink
Update mylinks.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-matic authored Oct 2, 2023
1 parent ee1c874 commit 2e60ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/mylinks.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

<div class="container pt-3 w-75 position:relative">
<h1>Where you can find me (and maybe hire me?) :)</h1>
<a href="#" type="button" class="m-3 btn btn-outline-primary btn-lg btn-block w-100">LinkedIn</a>
<a href="https://www.linkedin.com/in/dominik-mati%C4%87-395869272/" type="button" class="m-3 btn btn-outline-primary btn-lg btn-block w-100">LinkedIn</a>
<a href="https://github.com/dominik-matic" type="button" class="m-3 btn btn-outline-light btn-lg btn-block w-100">GitHub</a>
<button onclick="copyToClipboard()" type="button" class="m-3 btn btn-outline-warning btn-lg btn-block w-100">Email (click to copy to clipboard)*</button>
<p>*if you have javascript disabled, here is my email in plaintext: [email protected]</p>
</div>
<%- include('partials/footer') %>
<%- include('partials/footer') %>

0 comments on commit 2e60ee6

Please sign in to comment.