major reformating
This commit is contained in:
parent
967c5a9fad
commit
48caffcf63
5 changed files with 18 additions and 20 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<div id="contact">
|
||||
<form action="{{ site.baseurl }}/contact-success/" method="post" class="contact-form">
|
||||
<div>
|
||||
<h2>Bli stödmedlem</h2>
|
||||
<h3>Bli stödmedlem</h3>
|
||||
<input type="hidden" name="_to" value="{{ site.email }}" /><br />
|
||||
<input type="text" name="_gotcha" style="display: none;" />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div class="column">
|
||||
<h2>Vem {% if page.category == 'ljudkonst' %}spelar? {% else %}Ställer ut?{% endif %}</h2>
|
||||
<h3>Vem {% if page.category == 'ljudkonst' %}spelar? {% else %}Ställer ut?{% endif %}</h3>
|
||||
{% for artist_name in page.deltagande_artists %}
|
||||
{% for artist in site.artists %}
|
||||
{% capture name -%}
|
||||
|
|
@ -11,13 +11,11 @@
|
|||
{%- endcapture %}
|
||||
{% if name == artist_name %}
|
||||
<div class="square-image" style="background-image: url('{{ artist.image }}')"></div>
|
||||
<h3>{{ artist.name }}</h3>
|
||||
<h4>{{ artist.name }}</h4>
|
||||
<p class="blurb">{{ artist.blurb_text }}<br />
|
||||
{% if artist.link != null %}<a href="{{ artist.link }}" trarget="_blank"
|
||||
rel="noopener noreferrer nofollow">{% if page.category == 'ljudkonst'%}Lyssna{% else %}Mer info{% endif %}
|
||||
här</a>{% endif %}</p>
|
||||
|
||||
|
||||
{% break %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!-- begin hittahit.html -->
|
||||
<div>
|
||||
<div class="editable">
|
||||
<h2>Hitta hit</h2>
|
||||
<h3>Hitta hit</h3>
|
||||
<a href="https://osm.org/go/0bCzz0H2?m=" target="_blank" rel="noopener noreferrer nofollow">
|
||||
<img src="/images/map.jpg" width="100%" /><br /><br />
|
||||
<h4>Kocksgatan 23 <br />116 24 Stockholm</h4>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<h2>Förflutna events</h2>
|
||||
<h3>Förflutna events</h3>
|
||||
|
||||
{% capture now -%}{{ site.time | date: '%s' }}{%- endcapture %}
|
||||
{% for event in site.events %}
|
||||
|
|
@ -11,10 +11,10 @@
|
|||
|
||||
{% if now >= endtime %}
|
||||
<br />
|
||||
<h3>
|
||||
<h4>
|
||||
<a href="{{ event.url }}" class="cta">{{ event.event_data.start_datetime | date: '%Y-%m-%d' }}</a>
|
||||
</h3>
|
||||
<h3>{{ event.title }}</h3>
|
||||
</h4>
|
||||
<h4>{{ event.title }}</h4>
|
||||
<br />
|
||||
<hr />
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue