Spring cleaning
This commit is contained in:
parent
c7bb67fac0
commit
e30439af96
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,7 +1,4 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
idre/settings.py
|
idre/settings.py
|
||||||
|
static/
|
||||||
media/
|
media/
|
||||||
|
|
||||||
.idea/
|
|
||||||
.vscode/
|
|
||||||
*.code-workspace
|
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<h1>Core</h1>
|
<h1>Core</h1>
|
||||||
<p>Main projects roster of Idre</p>
|
|
||||||
|
|
||||||
<div class="artists">
|
<div class="artists">
|
||||||
{% for artist in artists %}
|
{% for artist in artists %}
|
||||||
|
@ -30,8 +29,8 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>Experiments</h1>
|
<h1>Miscellaneous</h1>
|
||||||
<p>Side projects, one-off collaboration nicknames, shameless shitposting</p>
|
<p>Side projects, one-off collabs, acts of the past, shameless shitposting</p>
|
||||||
|
|
||||||
<div class="artists">
|
<div class="artists">
|
||||||
{% for artist in artists %}
|
{% for artist in artists %}
|
||||||
|
|
|
@ -4,13 +4,10 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<p>Idiocrates Records is a french music label of various genres, from eurobeat
|
<p>Idiocrates Records is a french music label with no main genre. More than
|
||||||
to harsh noise, with chiptunes and post-metal. More than anything it's a
|
anything it's a community of friends with common interests, that happens to
|
||||||
community of friends with common interests, that happens to produce a lot of
|
produce music. We do not often produce physical releases but feel free to
|
||||||
music.</p>
|
contact us if you really feel that we should.</p>
|
||||||
|
|
||||||
<p>We do not often produce physical releases but feel free to contact us if you
|
|
||||||
really feel that we should. *<B^)</p>
|
|
||||||
|
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<img src="/static/img/logo.png" alt="logo" style="max-width: 200px" />
|
<img src="/static/img/logo.png" alt="logo" style="max-width: 200px" />
|
||||||
|
|
Loading…
Reference in a new issue