fixing front page
This commit is contained in:
parent
692361c5c8
commit
56b157bf89
2 changed files with 8 additions and 8 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
|
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
|
||||||
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
|
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
|
||||||
<div class="hero">
|
<div class="hero">
|
||||||
<h1>{{ site.title }}</h1>
|
<img src="/assets/img/logo%20galleri%20momangen.svg" alt="{{ site.title }}" />
|
||||||
<div id="poster" class="column">
|
<div id="poster" class="column">
|
||||||
|
|
||||||
{% for event in site.events limit: 1 %}
|
{% for event in site.events limit: 1 %}
|
||||||
|
|
@ -13,8 +13,8 @@
|
||||||
<h4>På gång:</h4>
|
<h4>På gång:</h4>
|
||||||
<h4>{{ event.start_datetime | date: "%Y-%m-%d"}} {{ event.start_datetime | date: "%R"}}</h4>
|
<h4>{{ event.start_datetime | date: "%Y-%m-%d"}} {{ event.start_datetime | date: "%R"}}</h4>
|
||||||
<h2><a href="{{ event.url }}">{{ event.title }}</a></h2>
|
<h2><a href="{{ event.url }}">{{ event.title }}</a></h2>
|
||||||
<p>{{ event.description }}</p>
|
<h3>{{ event.description | truncatewords: 7 }} <a href="{{ event.url }}">Läs mer</a></h3>
|
||||||
Typ: {{ event.category }} <a href="{{ event.url }}">Läs mer</a>
|
Typ av konst: {{ event.category }} <br />
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
||||||
|
|
@ -92,14 +92,14 @@ a:active {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
h1 {
|
img {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: 3em;
|
height: 10vh;
|
||||||
// text-shadow: .05em .05em rgba(31, 31, 31, 0.5), -.05em -.05em rgba(224, 224, 224, 0.5);
|
// text-shadow: .05em .05em rgba(31, 31, 31, 0.5), -.05em -.05em rgba(224, 224, 224, 0.5);
|
||||||
-moz-animation: fontmovement 10s linear infinite; /* Safari 4.0 - 8.0 */
|
-moz-animation: fontmovement 5s linear infinite; /* Safari 4.0 - 8.0 */
|
||||||
-webkit-animation: fontmovement 10s linear infinite; /* Safari 4.0 - 8.0 */
|
-webkit-animation: fontmovement 5s linear infinite; /* Safari 4.0 - 8.0 */
|
||||||
animation: fontmovement 10s linear infinite;
|
animation: fontmovement 5s linear infinite;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue