Merge branch 'dev' into 'master'

Dev

See merge request lilcity/backend!18
remotes/origin/hasaccess
cfwme 8 years ago
commit 678686553b
  1. 8
      apps/school/templates/blocks/promo.html
  2. 8
      project/templates/blocks/footer.html
  3. 2
      project/templates/blocks/gallery.html
  4. 8
      project/templates/blocks/promo.html

@ -54,22 +54,22 @@
</div>
</div>
<div class="main__socials">
<a class="main__social" href="{{ config.SERVICE_INSTAGRAM_URL }}">
<a target="_blank" class="main__social" href="{{ config.SERVICE_INSTAGRAM_URL }}">
<svg class="icon icon-instagram">
<use xlink:href="{% static 'img/sprite.svg' %}#icon-instagram"></use>
</svg>
</a>
<a class="main__social" href="{{ config.SERVICE_TWITTER_URL }}">
<a target="_blank" class="main__social" href="{{ config.SERVICE_TWITTER_URL }}">
<svg class="icon icon-twitter">
<use xlink:href="{% static 'img/sprite.svg' %}#icon-twitter"></use>
</svg>
</a>
<a class="main__social" href="{{ config.SERVICE_FB_URL }}">
<a target="_blank" class="main__social" href="{{ config.SERVICE_FB_URL }}">
<svg class="icon icon-fb">
<use xlink:href="{% static 'img/sprite.svg' %}#icon-fb"></use>
</svg>
</a>
<a class="main__social" href="{{ config.SERVICE_YOUTUBE_URL }}">
<a target="_blank" class="main__social" href="{{ config.SERVICE_YOUTUBE_URL }}">
<svg class="icon icon-youtube">
<use xlink:href="{% static 'img/sprite.svg' %}#icon-youtube"></use>
</svg>

@ -49,22 +49,22 @@
<div class="footer__row footer__row_second">
<div class="footer__col footer__col_md">
<div class="footer__socials socials">
<a class="socials__item" href="{{ config.SERVICE_INSTAGRAM_URL }}">
<a target="_blank" class="socials__item" href="{{ config.SERVICE_INSTAGRAM_URL }}">
<svg class="icon icon-instagram">
<use xlink:href={% static "img/sprite.svg" %}#icon-instagram></use>
</svg>
</a>
<a class="socials__item" href="{{ config.SERVICE_TWITTER_URL }}">
<a target="_blank" class="socials__item" href="{{ config.SERVICE_TWITTER_URL }}">
<svg class="icon icon-twitter">
<use xlink:href={% static "img/sprite.svg" %}#icon-twitter></use>
</svg>
</a>
<a class="socials__item" href="{{ config.SERVICE_FB_URL }}">
<a target="_blank" class="socials__item" href="{{ config.SERVICE_FB_URL }}">
<svg class="icon icon-fb">
<use xlink:href={% static "img/sprite.svg" %}#icon-fb></use>
</svg>
</a>
<a class="socials__item" href="{{ config.SERVICE_YOUTUBE_URL }}">
<a target="_blank" class="socials__item" href="{{ config.SERVICE_YOUTUBE_URL }}">
<svg class="icon icon-youtube">
<use xlink:href={% static "img/sprite.svg" %}#icon-youtube></use>
</svg>

@ -6,7 +6,7 @@
</a>
<div class="text">
<p>Тысячи шедевров уже созданы благодаря Lil City School. Более 10000 работ можно
<a href='{{ config.INSTAGRAM_PROFILE_URL }}'>увидеть</a> в Инстаграм</p>
<a target="_blank" href='{{ config.SERVICE_INSTAGRAM_URL }}'>увидеть</a> в Инстаграм</p>
<img class="text__curve text__curve_three" src="{% static 'img/curve-3.svg' %}">
</div>
<div class="gallery">

@ -36,22 +36,22 @@
</div>
</div>
<div class="main__socials">
<a class="main__social" href="{{ config.SERVICE_INSTAGRAM_URL }}">
<a target="_blank" class="main__social" href="{{ config.SERVICE_INSTAGRAM_URL }}">
<svg class="icon icon-instagram">
<use xlink:href="{% static 'img/sprite.svg' %}#icon-instagram"></use>
</svg>
</a>
<a class="main__social" href="{{ config.SERVICE_TWITTER_URL }}">
<a target="_blank" class="main__social" href="{{ config.SERVICE_TWITTER_URL }}">
<svg class="icon icon-twitter">
<use xlink:href="{% static 'img/sprite.svg' %}#icon-twitter"></use>
</svg>
</a>
<a class="main__social" href="{{ config.SERVICE_FB_URL }}">
<a target="_blank" class="main__social" href="{{ config.SERVICE_FB_URL }}">
<svg class="icon icon-fb">
<use xlink:href="{% static 'img/sprite.svg' %}#icon-fb"></use>
</svg>
</a>
<a class="main__social" href="{{ config.SERVICE_YOUTUBE_URL }}">
<a target="_blank" class="main__social" href="{{ config.SERVICE_YOUTUBE_URL }}">
<svg class="icon icon-youtube">
<use xlink:href="{% static 'img/sprite.svg' %}#icon-youtube"></use>
</svg>

Loading…
Cancel
Save