-
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
0928a42
commit 3cf9f93
Showing
10 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<script> | ||
document.addEventListener('DOMContentLoaded', function() { | ||
// Create the new link element | ||
var followButton = document.createElement('a'); | ||
followButton.href = 'https://www.linkedin.com/in/christophscheuch'; | ||
followButton.target = '_blank'; | ||
followButton.role = 'button'; | ||
followButton.className = 'linkedin-follow-button'; | ||
followButton.innerHTML = '<i class="fa-brands fa-linkedin-in"></i> Follow'; | ||
|
||
// Find the element that contains the name | ||
var nameElement = document.querySelector('.quarto-title-meta-contents p'); | ||
|
||
// Insert the follow button after the name element | ||
nameElement.parentNode.insertBefore(followButton, nameElement.nextSibling); | ||
}); | ||
</script> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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