-
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.
Merge pull request #19 from ymansiaux/rbloggers
update home page and about
- Loading branch information
Showing
9 changed files
with
33 additions
and
6 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 |
---|---|---|
|
@@ -28,6 +28,8 @@ website: | |
- icon: envelope | ||
text: email | ||
url: "mailto:[email protected]" | ||
- text: RSS | ||
href: index.xml | ||
|
||
format: | ||
html: | ||
|
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 |
---|---|---|
|
@@ -24,4 +24,10 @@ Data scientist 📊 | |
|
||
Epidemiology and life science lover 🦠 | ||
|
||
Badminton player 🏸 | ||
Badminton player 🏸 | ||
|
||
Feel free to contact me, I'll be happy to discuss with you. You can find me on [Bluesky](https://bsky.app/profile/yosky.bsky.social), [LinkedIn](https://www.linkedin.com/in/yohann-mansiaux-1816aa20/), [Github](https://github.com/ymansiaux) or by [email](mailto:[email protected]). | ||
|
||
See you soon ! | ||
|
||
----- |
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 |
---|---|---|
|
@@ -149,6 +149,10 @@ | |
</i> | ||
<span class="menu-text">email</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="./index.xml"> | ||
<span class="menu-text">RSS</span></a> | ||
</li> | ||
</ul> | ||
</div> <!-- /navcollapse --> | ||
<div class="quarto-navbar-tools"> | ||
|
@@ -176,6 +180,9 @@ <h1 class="title">About</h1> | |
<p>Data scientist 📊</p> | ||
<p>Epidemiology and life science lover 🦠</p> | ||
<p>Badminton player 🏸</p> | ||
<p>Feel free to contact me, I’ll be happy to discuss with you. You can find me on <a href="https://bsky.app/profile/yosky.bsky.social">Bluesky</a>, <a href="https://www.linkedin.com/in/yohann-mansiaux-1816aa20/">LinkedIn</a>, <a href="https://github.com/ymansiaux">Github</a> or by <a href="mailto:[email protected]">email</a>.</p> | ||
<p>See you soon !</p> | ||
<hr> | ||
|
||
|
||
</main> | ||
|
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
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 |
---|---|---|
|
@@ -146,6 +146,15 @@ | |
<a class="nav-link" href="https://bsky.app/profile/yosky.bsky.social"> | ||
<span class="menu-text">Bluesky</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="mailto:[email protected]"> <i class="bi bi-envelope" role="img"> | ||
</i> | ||
<span class="menu-text">email</span></a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="../../index.xml"> | ||
<span class="menu-text">RSS</span></a> | ||
</li> | ||
</ul> | ||
</div> <!-- /navcollapse --> | ||
<div class="quarto-navbar-tools"> | ||
|
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
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 |
---|---|---|
|
@@ -13,4 +13,3 @@ page-layout: full | |
title-block-banner: true | ||
--- | ||
|
||
|