buy,debian,social
This commit is contained in:
parent
cae66318c6
commit
a5977d00a6
1 changed files with 36 additions and 0 deletions
36
build.py
36
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/buy" />
|
||||||
|
<label for="tab/buy">Buy</label>
|
||||||
|
<div>{tabs['buy']}</div>
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab" id="tab/learn" />
|
name="tab" id="tab/learn" />
|
||||||
<label for="tab/learn">Learn</label>
|
<label for="tab/learn">Learn</label>
|
||||||
|
@ -98,6 +102,10 @@ def main():
|
||||||
name="tab" id="tab/music" />
|
name="tab" id="tab/music" />
|
||||||
<label for="tab/music">Music</label>
|
<label for="tab/music">Music</label>
|
||||||
<div>{tabs['music']}</div>
|
<div>{tabs['music']}</div>
|
||||||
|
<input type="radio" onclick="update(id)"
|
||||||
|
name="tab" id="tab/social" />
|
||||||
|
<label for="tab/social">Social</label>
|
||||||
|
<div>{tabs['social']}</div>
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab" id="tab/style" />
|
name="tab" id="tab/style" />
|
||||||
<label for="tab/style">Style</label>
|
<label for="tab/style">Style</label>
|
||||||
|
@ -320,6 +328,27 @@ tabs = {
|
||||||
<img src="img/YouTube.png" /><br />YouTube</a></li>
|
<img src="img/YouTube.png" /><br />YouTube</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
''',
|
''',
|
||||||
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
|
'buy': f'''\
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.i-comparateur.com">i-comparateur</a></li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.gl-inet.com/products">GL-iNet</a></li>
|
||||||
|
<li>OVH<ul>
|
||||||
|
<li><a href="https://checkservers.ovh">check servers</a></li>
|
||||||
|
<li><a href="https://eco.ovhcloud.com/fr/#filterValue=kimsufi,so">eco</a></li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://www.thinkpenguin.com">ThinkPenguin</a></li>
|
||||||
|
<li><a href="https://www.tuxedocomputers.com">Tuxedo Computers</a></li>
|
||||||
|
<li><a href="https://vollebak.com/collections">Vollebak</a></li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.leboncoin.fr">Le bon coin</a></li>
|
||||||
|
</ul>
|
||||||
|
''',
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
'comments': f'''\
|
'comments': f'''\
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -484,6 +513,7 @@ tabs = {
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
'learn': f'''\
|
'learn': f'''\
|
||||||
<ul>
|
<ul>
|
||||||
|
<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>
|
||||||
</ul>
|
</ul>
|
||||||
''',
|
''',
|
||||||
|
@ -592,6 +622,12 @@ tabs = {
|
||||||
<li><a href="http://radio.garden/visit/pessac">Garden</a></li>
|
<li><a href="http://radio.garden/visit/pessac">Garden</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
''',
|
''',
|
||||||
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
|
'social': f'''\
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://nextdoor.com">NextDoor</a></li>
|
||||||
|
</ul>
|
||||||
|
''',
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
'style': f'''\
|
'style': f'''\
|
||||||
<input type="checkbox" id="dark" onclick="swap()">Dark</input>
|
<input type="checkbox" id="dark" onclick="swap()">Dark</input>
|
||||||
|
|
Loading…
Reference in a new issue