Add experience page + Fix style
This commit is contained in:
parent
f8c9888d80
commit
48f3c27a20
9 changed files with 35 additions and 7 deletions
|
@ -23,6 +23,10 @@ pub fn TopComponent() -> impl IntoView {
|
|||
inépuisable d'apprendre et ma curiosité sans bornes.
|
||||
"#
|
||||
</p>
|
||||
<div class="top_component__actions">
|
||||
<a href="/experience".to_string()>Mon parcours</a>
|
||||
<a href="/posts".to_string()>Mon blog</a>
|
||||
</div>
|
||||
<SocialLinkContainer>
|
||||
<SocialLink icon=Icon::from(FaGithubBrands) url="https://github.com/mrdev023".to_string()>Github</SocialLink>
|
||||
<SocialLink icon=Icon::from(FaLinkedinBrands) url="https://www.linkedin.com/in/florian-richer-80960b129/".to_string()>Linkedin</SocialLink>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue