Skip to content

Commit

Permalink
Update projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AGolz authored Jan 17, 2024
1 parent ab907ff commit 122c5bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<h1>Projects</h1>

<div class="project-menu">
<a href="#Born2beRoot" onclick="showProject('born2beRoot')" id="born2beRootLink">Born2beRoot</a>
<a href="#ft_printf" onclick="showProject('ftPrintf')" id="ftPrintfLink">ft_printf</a>
<a href="#Push_Swap" onclick="showProject('pushSwap')" id="pushSwapLink">Push_Swap</a>
<a href="#dictionary_of_numerals" onclick="showProject('dictionaryOfNumerals')" id="dictionaryOfNumeralsLink">Dictionary of Numerals</a>
<a href="#born2beRoot" onclick="showProject('born2beRoot')" id="born2beRootLink">Born2beRoot</a>
<a href="#ftPrintf" onclick="showProject('ftPrintf')" id="ftPrintfLink">ft_printf</a>
<a href="#pushSwap" onclick="showProject('pushSwap')" id="pushSwapLink">Push_Swap</a>
<a href="#dictionaryOfNumerals" onclick="showProject('dictionaryOfNumerals')" id="dictionaryOfNumeralsLink">Dictionary of Numerals</a>
</div>
<table id="born2beRoot" style="display: table;">
<tr>
Expand Down

0 comments on commit 122c5bb

Please sign in to comment.