mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-06 11:07:09 +01:00
Split away from table
This commit is contained in:
19
README.md
19
README.md
@@ -1,17 +1,10 @@
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<div align="center">
|
||||
[](https://open.spotify.com/user/omnitenebris)
|
||||
</div>
|
||||
|
||||
<br> [](https://open.spotify.com/user/omnitenebris)
|
||||
|
||||
</td>
|
||||
<td width="50%">
|
||||
|
||||
<p align="center">This repository is [unlicense](https://choosealicense.com/licenses/unlicense/)[d], feel free to fork!<br><br>
|
||||
<div align="center">
|
||||
This repository is [unlicense](https://choosealicense.com/licenses/unlicense/)[d], feel free to fork!<br><br>
|
||||
[](https://www.linkedin.com/in/andrew-novac)
|
||||
[](https://mail.novac.dev/)
|
||||
[](https://github.com/novatorem)
|
||||
|
||||
</p>
|
||||
</td>
|
||||
</table>
|
||||
</div>
|
||||
@@ -5,7 +5,7 @@ import requests
|
||||
|
||||
from base64 import b64encode
|
||||
from dotenv import load_dotenv, find_dotenv
|
||||
from flask import Flask, Response, jsonify, render_template, templating, request
|
||||
from flask import Flask, Response, render_template, request
|
||||
|
||||
load_dotenv(find_dotenv())
|
||||
|
||||
@@ -96,7 +96,7 @@ def getTemplate():
|
||||
templates = json.loads(file.read())
|
||||
return templates["templates"][templates["current-theme"]]
|
||||
except Exception as e:
|
||||
print(f"Failed to load templates.")
|
||||
print(f"Failed to load templates.\r\n```{e}```")
|
||||
return FALLBACK_THEME
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" class="container">
|
||||
<style>
|
||||
.main {
|
||||
/*margin-top: 40px;*/
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -63,8 +62,6 @@
|
||||
}
|
||||
|
||||
#bars {
|
||||
width: 40px;
|
||||
height: 30px;
|
||||
bottom: 23px;
|
||||
position: absolute;
|
||||
margin: -20px 0 0 0px;
|
||||
|
||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.7 KiB |
BIN
preview.gif
BIN
preview.gif
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 MiB |
Reference in New Issue
Block a user