-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee1c874
commit 2e60ee6
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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') %> |