social,software,learn,social
This commit is contained in:
parent
48753faa83
commit
d1d4db7bba
1 changed files with 33 additions and 9 deletions
28
build.py
28
build.py
|
@ -114,7 +114,6 @@ def main():
|
||||||
name="tab/sites" id="tab/sites/pubnix" />
|
name="tab/sites" id="tab/sites/pubnix" />
|
||||||
<label for="tab/sites/pubnix">Pubnix</label>
|
<label for="tab/sites/pubnix">Pubnix</label>
|
||||||
<div>{tabs['pubnix']}</div>
|
<div>{tabs['pubnix']}</div>
|
||||||
</div></div>
|
|
||||||
<input type="radio" onclick="update(id)"
|
<input type="radio" onclick="update(id)"
|
||||||
name="tab" id="tab/social" />
|
name="tab" id="tab/social" />
|
||||||
<label for="tab/social">Social</label>
|
<label for="tab/social">Social</label>
|
||||||
|
@ -123,6 +122,7 @@ def main():
|
||||||
name="tab" id="tab/software" />
|
name="tab" id="tab/software" />
|
||||||
<label for="tab/software">Software</label>
|
<label for="tab/software">Software</label>
|
||||||
<div>{tabs['software']}</div>
|
<div>{tabs['software']}</div>
|
||||||
|
</div></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>
|
||||||
|
@ -546,10 +546,17 @@ 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>
|
||||||
<li><a href="https://teachyourselfcs.com">Teach Yourself Computer Science</a></li>
|
<li><a href="https://teachyourselfcs.com">Teach Yourself Computer Science</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://debian-facile.org/projets/lescahiersdudebutant">Les cahiers du débutant sur Debian</a></li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://overthewire.org">Over The Wire</a></li>
|
||||||
|
</ul>
|
||||||
''',
|
''',
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
'links': f'''\
|
'links': f'''\
|
||||||
|
@ -736,6 +743,23 @@ tabs = {
|
||||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||||
'social': f'''\
|
'social': f'''\
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="https://bsky.app">Bluesky</a></li>
|
||||||
|
<li><a href="https://revolt.chat">Revolt</a></li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://discord.com">Discord</a></li>
|
||||||
|
<li><a href="https://www.facebook.com">FaceBook</a></li>
|
||||||
|
<li><a href="https://www.instagram.com">InstaGram</a></li>
|
||||||
|
<li><a href="https://www.linkedin.com">LinkedIn</a></li>
|
||||||
|
<li><a href="https://www.reddit.com">Reddit</a></li>
|
||||||
|
<li><a href="https://www.tiktok.com">TikTok</a></li>
|
||||||
|
<li><a href="https://www.twitch.tv">Twitch</a></li>
|
||||||
|
<li><a href="https://twitter.com">Twitter</a></li>
|
||||||
|
<li><a href="https://www.youtube.com">YouTube</a></li>
|
||||||
|
</ul>
|
||||||
|
<hr />
|
||||||
|
<ul>
|
||||||
<li><a href="https://nextdoor.com">NextDoor</a></li>
|
<li><a href="https://nextdoor.com">NextDoor</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
''',
|
''',
|
||||||
|
|
Loading…
Reference in a new issue