Skip to content

Commit

Permalink
Update home2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lucretiomsp authored Jan 17, 2025
1 parent 8010085 commit 98c0182
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions _layouts/home2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
<link rel="stylesheet" href="{{ '/home2.css' | relative_url }}">
</head>
<h1> Music and Sounds with Pharo </h1>

<div class="topbar">
<h2>Topics</h2>
<ul>

<li><a class ="toplink" href="https://lucretiomsp.github.io/musicwithpharo/documentation/coypu.html">COYPU</a></li>
<li><a class ="toplink" href="https://lucretiomsp.github.io/musicwithpharo/documentation/phausto.html">PHAUSTO</a></li>
<li><a class ="toplink" href="https://lucretiomsp.github.io/musicwithpharo/documentation/pharosound.html">PHAROSOUND</a></li>
</ul>
</div>
<body>
<div class="container">
<div class="home">
Expand Down Expand Up @@ -67,15 +75,7 @@ <h3>

</div>

<div class="sidebar">
<h2>Topics</h2>
<ul>

<li><a href="https://lucretiomsp.github.io/musicwithpharo/documentation/coypu.html">Coypu</a></li>
<li><a href="https://lucretiomsp.github.io/musicwithpharo/documentation/phausto.html">Phausto</a></li>
<li><a href="https://lucretiomsp.github.io/musicwithpharo/documentation/pharosound.html">Pharo-Sound</a></li>
</ul>
</div>

</div>
</body>
</html>

0 comments on commit 98c0182

Please sign in to comment.