Better footer I hope.

This commit is contained in:
NovaFox161
2018-08-10 15:01:22 -05:00
parent d628bcfe9a
commit 9f4dfb0758
24 changed files with 266 additions and 65 deletions

View File

@@ -63,6 +63,7 @@ public class Main {
DiscordAccountHandler.getHandler().init();
SparkUtils.initSpark();
} catch (Exception e) {
e.printStackTrace();
Logger.getLogger().exception(null, "'Spark ERROR' by 'PANIC! AT THE WEBSITE'", e, Main.class, true);
}

View File

@@ -28,6 +28,7 @@ public class StatusChanger extends TimerTask {
statuses.add("!help for help");
statuses.add("!DisCal for info");
statuses.add("Made by NovaFox161");
statuses.add("Powered by DreamExposure");
statuses.add("Best calendar bot!");
statuses.add("Used on %guCount% guilds!");
statuses.add("%calCount% calendars!");

View File

@@ -196,9 +196,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -588,9 +588,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -289,9 +289,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -197,9 +197,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -293,9 +293,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -97,9 +97,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -79,9 +79,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -189,9 +189,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -158,9 +158,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -88,9 +88,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -681,9 +681,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -253,9 +253,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -719,9 +719,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -290,9 +290,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -265,9 +265,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -44,9 +44,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -160,9 +160,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -78,9 +78,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -72,9 +72,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -506,9 +506,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -123,9 +123,18 @@
</body>
<footer id="footer">
<p><span th:text="'© Nova Maday ' + ${year} + ' All rights reserved.'"></span><span> - </span><a
href="/policy/privacy">Privacy
Policy</a><span> - </span><a href="/docs/api/overview">Developer API</a><span> - DisCal is not endorsed or supported by Discord.</span>
<p>
<span th:text="'© DreamExposure ' + ${year} + '. All rights reserved.'"></span>
<span> | </span>
<a href="/policy/privacy">Privacy Policy</a>
<span> | </span>
<a href="/policy/tos">Terms of Service</a>
<span> | </span>
<a href="/docs/api/overview">Developer API</a>
<span> | </span>
<a href="https://www.dreamexposure.org">Powered By DreamExposure</a>
<span> | </span>
<span>DisCal is not endorsed or supported by Discord</span>
</p>
</footer>
</html>

View File

@@ -3,6 +3,12 @@ html {
position: relative;
min-height: 100%;
overflow: auto;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
@@ -17,7 +23,10 @@ body {
footer {
position: absolute;
bottom: 0;
height: 25px;
background: #1b1f20;
color: white;
width: 100%;
}
h1, h2, h3, h4, h5, h6 {
@@ -154,12 +163,13 @@ label {
#content {
margin-left: 10%;
margin-right: 10%;
margin-bottom: auto;
margin-bottom: 5%;
background-color: #3c3d41;
padding: 10px;
text-align: center;
display: flow-root;
}