Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix(mods): amandine's links fixed #58
Browse files Browse the repository at this point in the history
added "https://" before Amandine Flachs' website link you forgot to put that here that's why website is not opening
  • Loading branch information
AnkushSinghGandhi authored Sep 12, 2020
1 parent 29a48b5 commit 0e47403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ <h2 class="text-center text-4xl mb-5 py-5 font-semibold">
</a>
</div>
<div class="flex flex-inline">
<a target="_blank" href="www.flachsconsulting.com">
<a target="_blank" href="https://www.flachsconsulting.com">
<i
class="fa fa-link pr-1 pt-6"
style="
Expand Down Expand Up @@ -876,7 +876,7 @@ <h2 class="text-center text-4xl mb-5 py-5 font-semibold">
</a>
</div>
<div>
<a target="_blank" href="www.flachsconsulting.com">
<a target="_blank" href="https://www.flachsconsulting.com">
<i
class="fa fa-link pt-5 pr-5"
style="font-size: 20px; color: rgb(109, 71, 199)"
Expand Down

0 comments on commit 0e47403

Please sign in to comment.