little layout fixes
This commit is contained in:
parent
a545ab39b0
commit
ef6c4dc324
5 changed files with 38 additions and 19 deletions
|
|
@ -43,10 +43,6 @@
|
|||
{% assign post = site.posts | first%}
|
||||
<h4><i class="fa fa-calendar"></i> #{{post.number}} / {{post.date_text}} @ <a class="highlight button hvr-sweep-to-top" href="{{location_website}}">{{post.location}}</a></h4>
|
||||
|
||||
<!-- {% for topic in post.topics | split:"," %}
|
||||
<a class="button hvr-sweep-to-top topic">{{topic}}</a>
|
||||
{% endfor %} -->
|
||||
|
||||
{% for talk in post.talks %}
|
||||
<div class="upcoming row">
|
||||
|
||||
|
|
@ -59,7 +55,8 @@
|
|||
</div>
|
||||
|
||||
<div class="upcoming-detail">
|
||||
<p><a class="button hvr-sweep-to-top" href="{{talk.artist_website}}">{{talk.artist}}</a> <br/> {{talk.title}}</p>
|
||||
<p><a class="button hvr-sweep-to-top" href="{{talk.artist_website}}">{{talk.artist}}</a> <br/> {{talk.title}} </p>
|
||||
<p class="small-text">{{talk.description | truncate: 200 }}</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -74,11 +71,11 @@
|
|||
<p>Do you like to share your work as visual artist with our audience? Fill the form on our <a class="button hvr-sweep-to-top" href="/call-for-talks/">
|
||||
Call for Talks section.</a>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-7">
|
||||
<h4><i class="fa fa-newspaper-o"></i> Join our newsletter</h4>
|
||||
{% include newsletter.html %}
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-5">
|
||||
<h4><i class="fa fa-share-alt"></i> Spread the word</h4>
|
||||
{% include share.html %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue