Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-alxr committed Jun 30, 2024
1 parent b4d52d5 commit 04c7ef1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
13 changes: 4 additions & 9 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,12 @@ style = "github-dark"
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/johndoe/"
url = "https://github.com/vincent-alxr/"
[[params.social]]
name = "Gitlab"
icon = "fa-brands fa-gitlab fa-2x"
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 2
url = "https://gitlab.com/johndoe/"
[[params.social]]
name = "Twitter"
icon = "fa-brands fa-x-twitter fa-2x"
weight = 3
url = "https://twitter.com/johndoe/"
url = "https://www.linkedin.com/in/vincent-hermann-68b4ba211/"

# Menu links
[[menu.main]]
Expand Down
14 changes: 3 additions & 11 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,24 +150,16 @@ <h2>Application Designer and Developer </h2>


<li>
<a href="https://github.com/johndoe/" aria-label="Github" >
<a href="https://github.com/vincent-alxr/" aria-label="Github" >
<i class="fa-brands fa-github fa-2x" aria-hidden="true"></i>
</a>
</li>



<li>
<a href="https://gitlab.com/johndoe/" aria-label="Gitlab" >
<i class="fa-brands fa-gitlab fa-2x" aria-hidden="true"></i>
</a>
</li>



<li>
<a href="https://twitter.com/johndoe/" aria-label="Twitter" >
<i class="fa-brands fa-x-twitter fa-2x" aria-hidden="true"></i>
<a href="https://www.linkedin.com/in/vincent-hermann-68b4ba211/" aria-label="LinkedIn" >
<i class="fa-brands fa-linkedin fa-2x" aria-hidden="true"></i>
</a>
</li>

Expand Down

0 comments on commit 04c7ef1

Please sign in to comment.