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 2094b2f commit 3444867
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _layouts/home2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@
<link rel="stylesheet" href="{{ '/home2.css' | relative_url }}">
</head>
<h1> Music and Sounds with Pharo </h1>

<!-- navigation top bar -->
<div class="topbar">
<h2>Topics</h2>
<ul>

<li class = "toplist"> <a class ="toplink" href="https://lucretiomsp.github.io/musicwithpharo/documentation/coypu.html">COYPU</a></li>
<li class = "toplist"> <a class ="toplink" href="https://lucretiomsp.github.io/musicwithpharo/documentation/phausto.html">PHAUSTO</a></li>
<li class = "toplist"> <a class ="toplink" href="https://lucretiomsp.github.io/musicwithpharo/documentation/pharosound.html">PHAROSOUND</a></li>
</ul>
</div>
<!-- ################################ -->
<body>
<div class="container">

<div class="home">
{%- if page.title -%}
<h1 class="page-heading">{{ page.title }}</h1>
Expand Down Expand Up @@ -76,6 +78,6 @@ <h3>
</div>


</div>

</body>
</html>

0 comments on commit 3444867

Please sign in to comment.