diff --git a/build.py b/build.py index 5d60533..baf80e7 100755 --- a/build.py +++ b/build.py @@ -81,28 +81,56 @@ def main():
- -
{tabs['main']}
+ name="tab/my" id="tab/my/bio" /> + +
{tabs['bio']}
+ + +
{tabs['cv']}
+ + +
{tabs['git']}
{tabs['id']}
+ + +
{tabs['links']}
+ + +
{tabs['thesis']}
+ + +
{tabs['unsorted']}
+ + +
{tabs['mirrors']}
{tabs['music']}
+ + +
+ + +
{tabs['health']}
+ + +
{tabs['vegan']}
+
- - - - - - - - - ''' @@ -187,6 +215,19 @@ border-radius: 1em; height: 8em; }} +.cards {{ +display: flex; +}} +.card {{ +list-style: none; +margin: 0 1em; +text-align: center; +}} +.card img {{ +border: none; +height: 4em; +}} + /******************************************************************************* header {{ background: #800000; }} @@ -264,19 +305,6 @@ border: 1px solid; border-color: rgb(192,192,192); text-align: center; }} - -.cards {{ -display: flex; -}} -.card {{ -list-style: none; -margin: 0 1em; -text-align: center; -}} -.card img {{ -border: none; -height: 4em; -}} ''' js_file = os.path.join(js, 'index.js') js_text = f'''\ @@ -307,7 +335,7 @@ function main() {{ if (tab) {{ check(tab) }} else {{ - tab = '1/1' + tab = 'my/bio' check(tab) push(tab) }} @@ -332,7 +360,7 @@ function swap() {{ tabs = { #⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ - 'main': f'''\ + 'bio': f'''\