books,ssd,cs,immutable
This commit is contained in:
parent
6c3bad257b
commit
31ff3aba22
1 changed files with 35 additions and 0 deletions
35
build.py
35
build.py
|
@ -86,6 +86,10 @@ def main():
|
||||||
<label for="tab/my/unsorted">Unsorted</label>
|
<label for="tab/my/unsorted">Unsorted</label>
|
||||||
<div>{tabs['unsorted']}</div>
|
<div>{tabs['unsorted']}</div>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
<input type="radio" onclick="update(id)"
|
||||||
|
name="tab" id="tab/books" />
|
||||||
|
<label for="tab/books">Books</label>
|
||||||
|
<div>{tabs['books']}</div>
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab" id="tab/buy" />
|
name="tab" id="tab/buy" />
|
||||||
<label for="tab/buy">Buy</label>
|
<label for="tab/buy">Buy</label>
|
||||||
|
@ -332,6 +336,12 @@ tabs = {
|
||||||
<img src="img/YouTube.png" /><br />YouTube</a></li>
|
<img src="img/YouTube.png" /><br />YouTube</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
''',
|
''',
|
||||||
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
|
'books': f'''\
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.tradepub.com">TradePub</a></li>
|
||||||
|
</ul>
|
||||||
|
''',
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
'buy': f'''\
|
'buy': f'''\
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -339,6 +349,12 @@ tabs = {
|
||||||
</ul>
|
</ul>
|
||||||
<hr />
|
<hr />
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="https://www.amazon.fr">Amazon</a><ul>
|
||||||
|
<li><a href="https://www.amazon.fr/SanDisk-Extreme-externe-000-Mo-mousqueton/dp/B08RX3343D">SanDisk Extreme Pro</a></li>
|
||||||
|
</ul></li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
<li><a href="https://www.gl-inet.com/products">GL-iNet</a></li>
|
<li><a href="https://www.gl-inet.com/products">GL-iNet</a></li>
|
||||||
<li>OVH<ul>
|
<li>OVH<ul>
|
||||||
<li><a href="https://checkservers.ovh">check servers</a></li>
|
<li><a href="https://checkservers.ovh">check servers</a></li>
|
||||||
|
@ -519,6 +535,7 @@ tabs = {
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://debian-facile.org/projets/lescahiersdudebutant">Les cahiers du débutant sur Debian</a></li>
|
<li><a href="https://debian-facile.org/projets/lescahiersdudebutant">Les cahiers du débutant sur Debian</a></li>
|
||||||
<li><a href="https://roadmap.sh">Roadmap</a></li>
|
<li><a href="https://roadmap.sh">Roadmap</a></li>
|
||||||
|
<li><a href="https://teachyourselfcs.com">Teach Yourself Computer Science</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
''',
|
''',
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
|
@ -655,6 +672,24 @@ tabs = {
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://cnam.marc.beninca.link">CNAM</a></li>
|
<li><a href="https://cnam.marc.beninca.link">CNAM</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://docs.zfsbootmenu.org">ZFS Boot Menu</a></li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://carbon.sh">CarbonOS</a></li>
|
||||||
|
<li><a href="https://fedoraproject.org/silverblue">Fedora Silverblue</a></li>
|
||||||
|
<li><a href="https://www.flatcar.org">Flatcar Container Linux</a></li>
|
||||||
|
<li><a href="https://nixos.org">NixOS</a></li>
|
||||||
|
<li><a href="https://guix.gnu.org">Guix</a></li>
|
||||||
|
<li><a href="https://microos.opensuse.org">OpenSUSE MicroOS</a></li>
|
||||||
|
<li><a href="https://vanillaos.org">Vanilla OS</a></li>
|
||||||
|
<li><a href="https://github.com/bottlerocket-os/bottlerocket">Bottlerocket OS</a></li>
|
||||||
|
<li><a href="https://blendos.co">BlendOS</a></li>
|
||||||
|
<li><a href="https://www.talos.dev">Talos Linux</a></li>
|
||||||
|
<li><a href="https://www.endlessos.org/os">Endless OS</a></li>
|
||||||
|
</ul>
|
||||||
''',
|
''',
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
'vegan': f'''\
|
'vegan': f'''\
|
||||||
|
|
Loading…
Reference in a new issue