added discord and some other stuff

This commit is contained in:
root 2021-07-05 21:14:30 +00:00
parent cbe88e2ec6
commit 2687233eda
62 changed files with 5 additions and 10 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

@ -6,11 +6,8 @@
{% load static %}
{% load qr_code %}
<link rel="stylesheet" href="/static/home/css/main.css" />
<noscript><link rel="stylesheet" href="/static/home/css/noscript.css" /></noscript>
<script src="http://github.hubspot.com/odometer/odometer.js"></script>
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
<link rel="stylesheet" href="https://raw.githubusercontent.com/HubSpot/odometer/master/themes/odometer-theme-car.css" />
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@ -23,11 +20,6 @@
<link rel="stylesheet" href="/static/home/css/style.css">
<style>
.odometer {
font-size: 50px;
}
</style>
</head>
<body>
@ -94,7 +86,7 @@
{% block content %}
{% endblock %}
<!-- Jquery, popper, bootstrap scripts -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
@ -219,6 +211,7 @@
<ul class="icons">
<!-- <li><a href="#" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li> -->
<!-- <li><a href="#" class="icon brands alt fa-facebook-f"><span class="label">Facebook</span></a></li> -->
<li><a href="https://discord.gg/twDtbKeVXV"><img src="/static/home/images/discord.png" width=64 height=50 style="padding:4px"/></li>
<li><a href="https://github.com/yamozha"><img src="/static/home/images/github.png" width = 64 height=64 /></a></li>
<li><a href="mailto:boyan+revaluate@bobokara.com"><img src="/static/home/images/mail.png" width = 128 height=128 /></a></li>
</ul>

View File

@ -31,7 +31,9 @@ DEBUG = True
ALLOWED_HOSTS = [
"cleener.xyz",
"www.cleener.xyz",
"127.0.0.1"
"127.0.0.1",
"revaluate.eduteh.eu",
]