Commit cadb1e11 authored by Andreas Heimann's avatar Andreas Heimann

added community disclaimer

parent 32969599
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
border-radius: 6px; border-radius: 6px;
overflow: hidden; overflow: hidden;
padding: 25px; padding: 25px;
margin-bottom: 25px;
} }
.section-legal .box .title { .section-legal .box .title {
letter-spacing: 0.25em; letter-spacing: 0.25em;
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
border-radius: 6px; border-radius: 6px;
overflow: hidden; overflow: hidden;
padding: 25px; padding: 25px;
margin-bottom: 25px;
& .title { & .title {
letter-spacing: 0.25em; letter-spacing: 0.25em;
......
{% extends 'base.html.twig' %} {% extends 'base.html.twig' %}
{% block title %}Client Download{% endblock %} {% block title %}Legal{% endblock %}
{% block content %} {% block content %}
<section class="section-legal"> <section class="section-legal">
<div class="sidebar"> <div class="sidebar">
<div class="box">
<div class="title">SpinSha.re Disclaimer</div>
<p>This project is entirely run by the community and in no way affiliated with or connected to Super Spin Digital</p>
</div>
<div class="box"> <div class="box">
<div class="title">Quick Help</div> <div class="title">Quick Help</div>
<p><strong>I want to report a song, a user or file a DMCA complaint!</strong><br />That's easy! Just go on the detail-page of the user or song and click on the "report" button. You will have the option to report a song/user to our moderation team or file a DMCA complaint.</p> <p><strong>I want to report a song, a user or file a DMCA complaint!</strong><br />That's easy! Just go on the detail-page of the user or song and click on the "report" button. You will have the option to report a song/user to our moderation team or file a DMCA complaint.</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment