Skip to content

Commit

Permalink
comment projects
Browse files Browse the repository at this point in the history
  • Loading branch information
easonycliu committed Jul 1, 2024
1 parent 10ff0ff commit 9f59d36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<li>
<a onclick="scrollToAnchor(`Publications`)">Publications</a>
</li>
<li>
<!--<li>
<a onclick="scrollToAnchor(`Projects`)">Projects</a>
</li>
</li>-->
</ul>
</div>
<div class="column content">
Expand Down Expand Up @@ -150,7 +150,7 @@ <h2>Publications</h2>
</div>
</div>

<div id="Projects">
<!--<div id="Projects">
<h2>Projects</h2>
<div>
<div class="link"><a href="https://gitee.com/ipads-lab/chcore-lab">ChCore</a></div>
Expand All @@ -160,7 +160,7 @@ <h2>Projects</h2>
<div class="link"><a href="https://github.com/liuyc1515/Parabox">Parabox for Shell</a></div>
<p>Inspired by the game Parabox and here is the cli version of Parabox, which contains most of the functions of the origin Parabox. Different maps and starting UI are to be finished in the future. Using w, a, s, d to control player (P) and try pushing the block to the target (T), there are many different kinds of blocks and each has different interaction logic.</p>
</div>
</div>
</div>-->
</div>
</div>
</div>
Expand Down

0 comments on commit 9f59d36

Please sign in to comment.