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