memberzone
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<a href="#" class="footer__login header__button header__button--light data_id_1">
|
||||
<a href="{% url 'memberzone:overview' %}" class="footer__login header__button header__button--light data_id_1">
|
||||
<span class="header__button__icon">
|
||||
{% include 'project/assets/arrow-right-long.svg' %}
|
||||
</span>
|
||||
|
||||
6
src/project/templates/project/assets/dots.svg
Normal file
6
src/project/templates/project/assets/dots.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg width="35px" height="35px" viewBox="0 0 35 35" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<circle class="left" cx="7.5" cy="17.5" r="2"></circle>
|
||||
<circle class="middle" cx="17.5" cy="17.5" r="2"></circle>
|
||||
<circle class="right" cx="27.5" cy="17.5" r="2"></circle>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 341 B |
4
src/project/templates/project/assets/tick.svg
Normal file
4
src/project/templates/project/assets/tick.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg width="50px" height="50px" viewBox="0 0 50 50" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<path d="M35.3991009,16.5843195 C35.9048173,16.1143809 36.6957419,16.1433845 37.1656805,16.6491009 C37.6356191,17.1548173 37.6066155,17.9457419 37.1008991,18.4156805 L20.9589061,33.4156805 C20.4523976,33.8863552 19.659996,33.8564187 19.1904442,33.348869 L12.8324372,26.4763471 C12.3636198,25.9695911 12.3943751,25.1787327 12.901131,24.7099153 C13.407887,24.2410979 14.1987454,24.2718532 14.6675628,24.7786091 L20.1748187,30.7315338 L35.3991009,16.5843195 Z"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 626 B |
@@ -18,7 +18,7 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<a href="#" class="footer__login header__button header__button--light header__button--reverse data_id_1">
|
||||
<a href="{% url 'memberzone:overview' %}" class="footer__login header__button header__button--light header__button--reverse data_id_1">
|
||||
<span class="header__button__icon">
|
||||
{% include 'project/assets/arrow-right-long.svg' %}
|
||||
</span>
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
<span class="download__item__icon">
|
||||
{% include 'project/assets/download.svg' %}
|
||||
</span>
|
||||
{% if item.tag_list %}
|
||||
<span class="downloads__item__tags">{{ file.tag_list }}</span>
|
||||
{% endif %}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user