music
This commit is contained in:
parent
9ff969f940
commit
565056cf2b
1 changed files with 21 additions and 0 deletions
21
build.py
21
build.py
|
@ -24,6 +24,7 @@ def nav(active:str=None)->str:
|
|||
{link(active, 'git', 'Git')}
|
||||
{link(active, 'id', 'Identity')}
|
||||
{link(active, 'lib', 'LinkInBio')}
|
||||
{link(active, 'music', 'Music')}
|
||||
{link(active, 'pubnix', 'PubNix')}
|
||||
{link(active, 'thesis', 'Thesis')}
|
||||
{link(active, 'others', 'others…')}
|
||||
|
@ -266,6 +267,26 @@ function main() {{
|
|||
|
||||
<!----------------------------------------------------------------------------->
|
||||
|
||||
<section id="music">
|
||||
|
||||
{nav('music')}
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.youtube.com/@DJGroove/videos">DJ Groove</a></li>
|
||||
<li><a href="https://www.youtube.com/@jabig/videos">Ja Big</a></li>
|
||||
<li><a href="https://www.youtube.com/@johnny_m/videos">Johnny M</a></li>
|
||||
<li><a href="https://www.youtube.com/@djmissmonique/videos">Miss Monique</a></li>
|
||||
<li><a href="https://www.youtube.com/@DJRaphaelPPRV/videos">Raphael</a></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<ul>
|
||||
<li><a href="http://radio.garden/visit/pessac">Garden</a></li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
<!----------------------------------------------------------------------------->
|
||||
|
||||
<section id="pubnix">
|
||||
|
||||
{nav('pubnix')}
|
||||
|
|
Loading…
Reference in a new issue