Skip to content

Commit

Permalink
Updated avatar image
Browse files Browse the repository at this point in the history
  • Loading branch information
christophscheuch committed Apr 12, 2024
1 parent 0928a42 commit 3cf9f93
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions assets/html/bottom-linkedin.html
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 removed assets/img/avatar.jpeg
Binary file not shown.
Binary file added assets/img/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion coaching.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
about:
id: hero-heading
template: trestles
image: assets/img/avatar.jpeg
image: assets/img/avatar.jpg
image-width: 14em
image-shape: round
format:
Expand Down
Binary file removed docs/assets/img/avatar.jpeg
Binary file not shown.
Binary file added docs/assets/img/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/coaching.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<h2 data-anchor-id="economist-by-and-data-scientist-by">Economist by <span class="emoji" data-emoji="mortar_board">🎓</span> and data scientist by <span class="emoji" data-emoji="heart">❤️</span></h2>
<div class="quarto-about-trestles content">
<div class="about-entity">
<img src="assets/img/avatar.jpeg" class="about-image
<img src="assets/img/avatar.jpg" class="about-image
round " style="height: 14em; width: 14em;">
</div>
<div class="about-contents"><div id="hero-heading">
Expand Down
2 changes: 1 addition & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.tidy-intelligence.com/coaching.html</loc>
<lastmod>2023-12-28T17:22:51.631Z</lastmod>
<lastmod>2024-04-12T10:48:40.067Z</lastmod>
</url>
<url>
<loc>https://www.tidy-intelligence.com/index.html</loc>
Expand Down

0 comments on commit 3cf9f93

Please sign in to comment.