Now layout is fully bootstrap based
Added hover.css
This commit is contained in:
parent
ba8497fb71
commit
ed41988844
14 changed files with 5138 additions and 201 deletions
|
|
@ -1,36 +1,25 @@
|
||||||
<footer class="site-footer">
|
<footer class="footer">
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="container-fluid">
|
||||||
|
|
||||||
<div class="footer-col-wrapper">
|
<div class="row">
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="col-md-5 col-md-offset-2">
|
||||||
|
<h4>{{ site.title }}</h4>
|
||||||
<div class="row">
|
<p>{{ site.description }}</p>
|
||||||
|
<p><a href="mailto:{{ site.email }}">{{ site.email }}</a></p>
|
||||||
<div class="col-md-3">
|
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
|
||||||
<ul class="contact-list">
|
<a href="{{site.facebook_link}}">Facebook</a>
|
||||||
<li><b>{{ site.title }}</b></li>
|
</div>
|
||||||
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
|
||||||
<li><p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p></li>
|
|
||||||
<li><a href="{{site.facebook_link}}">Facebook</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-md-6">
|
|
||||||
<p class="text">{{ site.description }}</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col-md-3">
|
|
||||||
<b>Supported by</b>
|
|
||||||
<ul class="contact-list">
|
|
||||||
<li><img src="/assets/panke_logo.png"></img></li>
|
|
||||||
<li><img src="/assets/troika_logo.png"></img></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<div class="col-md-3">
|
||||||
|
<h4>Supported by</h4>
|
||||||
|
<div class="footer-supporters">
|
||||||
|
<ul>
|
||||||
|
<li><img src="/assets/panke_logo.png"></img></li>
|
||||||
|
<li><img src="/assets/troika_logo.png"></img></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -10,13 +10,16 @@
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/bower_components/bootstrap/dist/css/bootstrap.min.css"/>
|
<link rel="stylesheet" type="text/css" href="/bower_components/bootstrap/dist/css/bootstrap.min.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="/bower_components/vegas/dist/jquery.vegas.min.css"/>
|
<link rel="stylesheet" type="text/css" href="/bower_components/vegas/dist/jquery.vegas.min.css"/>
|
||||||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
|
||||||
<link rel="stylesheet" href="{{ "/css/custom.css" | prepend: site.baseurl }}">
|
<link rel="stylesheet" href="{{ "/css/custom.css" | prepend: site.baseurl }}">
|
||||||
|
<link rel="stylesheet" href="{{ "/css/hover.css" | prepend: site.baseurl }}">
|
||||||
|
<link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
|
||||||
|
|
||||||
<script type="text/javascript" src="/bower_components/jquery/dist/jquery.min.js"></script>
|
<script type="text/javascript" src="/bower_components/jquery/dist/jquery.min.js"></script>
|
||||||
<script src="/bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
|
<script src="/bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
|
||||||
<script src="/bower_components/vegas/dist/jquery.vegas.min.js" type="text/javascript"></script>
|
<script src="/bower_components/vegas/dist/jquery.vegas.min.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
<script type="text/javascript" src="/js/custom.js"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
var rnd=Math.floor(Math.random()*4);
|
var rnd=Math.floor(Math.random()*4);
|
||||||
|
|
|
||||||
|
|
@ -1,27 +1,25 @@
|
||||||
<header class="site-header">
|
<nav class="navbar navbar-default navbar-static-top">
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="container-fluid">
|
||||||
|
|
||||||
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
<div class="navbar-header">
|
||||||
|
|
||||||
<nav class="site-nav">
|
<a class="navbar-brand" href="/">
|
||||||
<a href="#" class="menu-icon">
|
<img alt="Logo" src="/assets/scope_logo.png">
|
||||||
<svg viewBox="0 0 18 15">
|
|
||||||
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
|
|
||||||
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
|
|
||||||
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
|
|
||||||
</svg>
|
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="trigger">
|
</div>
|
||||||
{% for page in site.pages %}
|
|
||||||
{% if page.title %}
|
<div class="navbar-options">
|
||||||
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
|
|
||||||
{% endif %}
|
{% for page in site.pages %}
|
||||||
{% endfor %}
|
{% if page.title %}
|
||||||
</div>
|
<a class="button hvr-sweep-to-top" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
|
||||||
</nav>
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</header>
|
</nav>
|
||||||
|
|
|
||||||
|
|
@ -16,17 +16,19 @@ layout: default
|
||||||
|
|
||||||
{% for talk in page.talks %}
|
{% for talk in page.talks %}
|
||||||
|
|
||||||
<div class="talk_detail col-md-4">
|
<div class="talk_detail col-md-4">
|
||||||
{% if {{talk.media_artist_url}} %}
|
<div class="artist-media">
|
||||||
<img src={{talk.media_artist_url}}></img>
|
{% if {{talk.media_artist_url}} %}
|
||||||
{% else %}
|
<img src={{talk.media_artist_url}}></img>
|
||||||
<img src="/assets/no_artist_media.png"></img>
|
{% else %}
|
||||||
{% endif %}
|
<img class="artist_media" src="/assets/no_artist_media.png"></img>
|
||||||
<h3 href={{talk.artist_url}}>{{talk.artist}}</h3>
|
{% endif %}
|
||||||
<h4>{{talk.title}}</h4>
|
</div>
|
||||||
<p>{{talk.description}}</p>
|
<a href={{talk.artist_website}} target="_blank">{{talk.artist}}</a>
|
||||||
<a href={{talk.video_url}}>Video</a>
|
<h4>{{talk.title}}</h4>
|
||||||
</div>
|
<p>{{talk.description}}</p>
|
||||||
|
<a href={{talk.video_url}}>Video</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endfor%}
|
{% endfor%}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: event
|
layout: event
|
||||||
title: "Scope 30 @ B-Seite Mannheim / March 20th, 2014"
|
title: "Scope 30 @ B-Seite Mannheim / March 20th, 2014"
|
||||||
number: 031
|
number: 030
|
||||||
date: 2014-03-20
|
date: 2014-03-20
|
||||||
topics:
|
topics:
|
||||||
location: "Cinema Quadrat"
|
location: "Cinema Quadrat"
|
||||||
|
|
|
||||||
73
about.html
73
about.html
|
|
@ -4,51 +4,60 @@ title: About
|
||||||
permalink: /about/
|
permalink: /about/
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="home">
|
<div class="container-fluid">
|
||||||
|
|
||||||
<p>Scope is a monthly event happening every 2nd thursday a month in Berlin/DE.
|
<div class="row">
|
||||||
Scope is an artist-run initiative without financial benefits.
|
|
||||||
Entrance is based on donations.</p>
|
|
||||||
|
|
||||||
<P>Doors open from 19:00 Uhr / 7pm
|
<div class="col-md-8 col-md-offset-2">
|
||||||
Programme starting 20:00 Uhr / 8pm</p>
|
|
||||||
|
|
||||||
<h2>How to find us</h2>
|
<p>Scope is a monthly event happening every 2nd thursday a month in Berlin/DE.
|
||||||
|
Scope is an artist-run initiative without financial benefits.
|
||||||
|
Entrance is based on donations.</p>
|
||||||
|
|
||||||
<p>S-Bahn: S41/S42 (Ring) Wedding
|
<P>Doors open from 19:00 Uhr / 7pm
|
||||||
U-Bahn: U6 Wedding, U8 Gesundbrunnen
|
Programme starting 20:00 Uhr / 8pm</p>
|
||||||
Bus: M27 Wedding</p>
|
|
||||||
|
|
||||||
<p>Panke e.V.
|
<h2>How to find us</h2>
|
||||||
Gerichtstr. 23, Hof 5
|
|
||||||
13347 Berlin Wedding</p>
|
|
||||||
|
|
||||||
<h2>Team</h2>
|
<p>S-Bahn: S41/S42 (Ring) Wedding
|
||||||
|
U-Bahn: U6 Wedding, U8 Gesundbrunnen
|
||||||
|
Bus: M27 Wedding</p>
|
||||||
|
|
||||||
<p>SCOPE SESSIONS are curated & realised by a team, that shares passion for visual arts, experimental crossovers of sound and video, multimedia experiences, human interactions and computer technologies.</p>
|
<p>Panke e.V.
|
||||||
<p>We started in summer 2011 with our first session, developed in cooperation with and hosted by Atelier Überall, with a strong initiative of Ludovic Bablon.</p>
|
Gerichtstr. 23, Hof 5
|
||||||
<p>Since then we invited artists to share their unique approaches to an increasing audience. Hope you like it! See you at one of our sessions.</p>
|
13347 Berlin Wedding</p>
|
||||||
|
|
||||||
<ul>
|
<h2>Team</h2>
|
||||||
<li><p>Alex Corbi / programming, app development
|
|
||||||
alexcorbi.com</p></li>
|
|
||||||
|
|
||||||
<li><p>Tobias Last aka Kiritan Flux / visualist, media artist, cultural manager
|
<p>SCOPE SESSIONS are curated & realised by a team, that shares passion for visual arts, experimental crossovers of sound and video, multimedia experiences, human interactions and computer technologies.</p>
|
||||||
flux.kopiloten.com</p></li>
|
<p>We started in summer 2011 with our first session, developed in cooperation with and hosted by Atelier Überall, with a strong initiative of Ludovic Bablon.</p>
|
||||||
|
<p>Since then we invited artists to share their unique approaches to an increasing audience. Hope you like it! See you at one of our sessions.</p>
|
||||||
|
|
||||||
<li><p>Silke Müller aka Eklis Rellüm / culture consulting, project manager, producer
|
<ul>
|
||||||
kopiloten.com</p></li>
|
<li><p>Alex Corbi / programming, app development
|
||||||
|
alexcorbi.com</p></li>
|
||||||
|
|
||||||
<li><p>Mauritius Seeger aka dr. mo / programming, interactive environments
|
<li><p>Tobias Last aka Kiritan Flux / visualist, media artist, cultural manager
|
||||||
morishuz.com / videoreactive.com</p></li>
|
flux.kopiloten.com</p></li>
|
||||||
|
|
||||||
<li><p>Christian Sonntag aka chrs smthng / projection services, event management
|
<li><p>Silke Müller aka Eklis Rellüm / culture consulting, project manager, producer
|
||||||
chrs-smthng.com</p></li>
|
kopiloten.com</p></li>
|
||||||
|
|
||||||
<li><p>Rosa Teixidor / film maker, dancer
|
<li><p>Mauritius Seeger aka dr. mo / programming, interactive environments
|
||||||
idealpaar.net</p></li>
|
morishuz.com / videoreactive.com</p></li>
|
||||||
|
|
||||||
<li><p>Aude video performance & photography
|
<li><p>Christian Sonntag aka chrs smthng / projection services, event management
|
||||||
http://aude-f.com/</p></li>
|
chrs-smthng.com</p></li>
|
||||||
|
|
||||||
|
<li><p>Rosa Teixidor / film maker, dancer
|
||||||
|
idealpaar.net</p></li>
|
||||||
|
|
||||||
|
<li><p>Aude / video performance & photography
|
||||||
|
http://aude-f.com/</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
30
archive.html
30
archive.html
|
|
@ -4,20 +4,34 @@ title: Archive
|
||||||
permalink: /archive/
|
permalink: /archive/
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="home">
|
<div class="wrapper container-fluid">
|
||||||
|
|
||||||
<h1 class="page-heading">Archive</h1>
|
<div class="row">
|
||||||
|
|
||||||
<ul class="post-list">
|
|
||||||
{% for event in site.posts %}
|
{% for event in site.posts %}
|
||||||
{% for talk in event.talks %}
|
{% for talk in event.talks %}
|
||||||
<li>
|
|
||||||
<h3>{{talk.artist}}</h3>
|
<div class="col-md-3">
|
||||||
</li>
|
|
||||||
|
<div class="artist-media">
|
||||||
|
{% if {{talk.media_artist_url}} %}
|
||||||
|
<img src={{talk.media_artist_url}}></img>
|
||||||
|
{% else %}
|
||||||
|
<img class="artist_media" src="/assets/no_artist_media.png"></img>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="talk_detail">
|
||||||
|
<h3><a class="button hvr-sweep-to-top" href={{talk.artist_website}} target="_blank">{{talk.artist}}</a></h3>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
BIN
assets/scope_logo.png
Normal file
BIN
assets/scope_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
109
css/custom.css
109
css/custom.css
|
|
@ -1,19 +1,57 @@
|
||||||
|
body{
|
||||||
|
color:#fff;
|
||||||
|
font-family: 'Abel', sans-serif;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
h3{
|
h3{
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover{
|
||||||
|
text-decoration: none
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-header{
|
||||||
|
height: 70px;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-options{
|
||||||
|
padding: 10px;
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-options a{
|
||||||
|
margin-left: 10px;
|
||||||
|
color: #000;
|
||||||
|
padding: 10px;
|
||||||
|
background: #CCC;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-brand img{
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-header a{
|
||||||
|
color:#000;
|
||||||
|
}
|
||||||
|
|
||||||
.site-header{
|
.site-header{
|
||||||
background:#fff;
|
background:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-footer{
|
.site-footer{
|
||||||
background:#fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.artist-media {
|
.artist-media {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding: 10px;
|
||||||
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.artist-media img {
|
.artist-media img {
|
||||||
|
|
@ -23,22 +61,81 @@ h3{
|
||||||
.event{
|
.event{
|
||||||
padding:10px;
|
padding:10px;
|
||||||
margin:10px;
|
margin:10px;
|
||||||
|
display:none;
|
||||||
|
background: rgb(0, 0, 0) transparent;
|
||||||
|
background: rgba(0, 0, 0, 0.6);
|
||||||
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
|
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
|
||||||
}
|
}
|
||||||
|
|
||||||
.event :hover{
|
.event h3{
|
||||||
|
color: #fff;
|
||||||
|
margin-top: 0px;
|
||||||
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upcoming{
|
.upcoming{
|
||||||
background: #ccc;
|
background: #ccc;
|
||||||
|
display: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.talk{
|
.talk{
|
||||||
padding:10px;
|
padding:0px;
|
||||||
background: #fff;
|
}
|
||||||
height: 300px;
|
|
||||||
|
.talk :hover{
|
||||||
}
|
}
|
||||||
|
|
||||||
.talk_detail{
|
.talk_detail{
|
||||||
padding:10px;
|
padding:10px;
|
||||||
background: #fff;
|
margin-top:10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.talk_detail h3{
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.talk_detail a{
|
||||||
|
background: #fff;
|
||||||
|
color: #000;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 2px;
|
||||||
|
float: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-selector{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-selector ul{
|
||||||
|
list-style:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-selector li{
|
||||||
|
float:left;
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event-selector a{
|
||||||
|
display: block;
|
||||||
|
color: #fff;
|
||||||
|
text-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer{
|
||||||
|
margin-top: 20px;
|
||||||
|
background: rgb(0, 0, 0) transparent;
|
||||||
|
background: rgba(0, 0, 0, 0.6);
|
||||||
|
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
|
||||||
|
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer li{
|
||||||
|
list-style-type:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-supporters li img{
|
||||||
|
margin: 10px;
|
||||||
|
height: 80px;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
12
css/hover-min.css
vendored
Executable file
12
css/hover-min.css
vendored
Executable file
File diff suppressed because one or more lines are too long
4835
css/hover.css
Executable file
4835
css/hover.css
Executable file
File diff suppressed because it is too large
Load diff
|
|
@ -1,52 +0,0 @@
|
||||||
---
|
|
||||||
# Only the main Sass file needs front matter (the dashes are enough)
|
|
||||||
---
|
|
||||||
@charset "utf-8";
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Our variables
|
|
||||||
$base-font-family: Helvetica, Arial, sans-serif;
|
|
||||||
$base-font-size: 16px;
|
|
||||||
$small-font-size: $base-font-size * 0.875;
|
|
||||||
$base-line-height: 1.5;
|
|
||||||
|
|
||||||
$spacing-unit: 30px;
|
|
||||||
|
|
||||||
$text-color: #111;
|
|
||||||
$background-color: #fdfdfd;
|
|
||||||
$brand-color: #2a7ae2;
|
|
||||||
|
|
||||||
$grey-color: #828282;
|
|
||||||
$grey-color-light: lighten($grey-color, 40%);
|
|
||||||
$grey-color-dark: darken($grey-color, 25%);
|
|
||||||
|
|
||||||
// Width of the content area
|
|
||||||
$content-width: 800px;
|
|
||||||
|
|
||||||
$on-palm: 600px;
|
|
||||||
$on-laptop: 600px;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Using media queries with like this:
|
|
||||||
// @include media-query($on-palm) {
|
|
||||||
// .wrapper {
|
|
||||||
// padding-right: $spacing-unit / 2;
|
|
||||||
// padding-left: $spacing-unit / 2;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
@mixin media-query($device) {
|
|
||||||
@media screen and (max-width: $device) {
|
|
||||||
@content;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Import partials from `sass_dir` (defaults to `_sass`)
|
|
||||||
@import
|
|
||||||
"base",
|
|
||||||
"layout",
|
|
||||||
"syntax-highlighting"
|
|
||||||
;
|
|
||||||
96
index.html
96
index.html
|
|
@ -1,63 +1,73 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
<div class="container-fluid">
|
||||||
|
|
||||||
<div class="home">
|
<div class="row">
|
||||||
|
|
||||||
<div class="wrapper container-fluid">
|
<div class="event-selector col-md-2 col-md-offset-1">
|
||||||
|
<ul>
|
||||||
|
{% for post in site.posts %}
|
||||||
|
<li><a href="#">{{post.number}}</a></li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% for post in paginator.posts %}
|
<div class="event-displayer col-md-7">
|
||||||
|
|
||||||
{% if post.upcoming %}
|
{% for post in site.posts %}
|
||||||
<div class="row event upcoming">
|
|
||||||
{% else %}
|
|
||||||
<div class="row event">
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<a href={{post.url}}><h3>{{post.title}}</h3></a>
|
<div class="row event event-{{post.number}}">
|
||||||
|
|
||||||
{% for talk in post.talks %}
|
<a href={{post.url}}><h3>{{post.title}}</h3></a>
|
||||||
|
|
||||||
|
{% for talk in post.talks %}
|
||||||
|
|
||||||
|
<div class="talk col-md-4">
|
||||||
|
|
||||||
|
<div class="artist-media">
|
||||||
|
{% if {{talk.media_artist_url}} %}
|
||||||
|
<img src={{talk.media_artist_url}}></img>
|
||||||
|
{% else %}
|
||||||
|
<img class="artist_media" src="/assets/no_artist_media.png"></img>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="talk_detail">
|
||||||
|
<h3><a class="button hvr-sweep-to-top" href={{talk.artist_website}} target="_blank">{{talk.artist}}</a></h3>
|
||||||
|
<h4>{{talk.title}}</h4>
|
||||||
|
<p>{{talk.description}}</p>
|
||||||
|
<a href={{talk.video_url}}>Video</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="talk col-md-4">
|
|
||||||
<div class="artist-media">
|
|
||||||
{% if {{talk.media_artist_url}} %}
|
|
||||||
<img src={{talk.media_artist_url}}></img>
|
|
||||||
{% else %}
|
|
||||||
<img class="artist_media" src="/assets/no_artist_media.png"></img>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
<a href={{talk.artist_website}} target="_blank">{{talk.artist}}</a>
|
|
||||||
<p>{{talk.title}}</p>
|
|
||||||
{% if {{talk.video_url}} %}
|
|
||||||
<a href={{post.video_artist_url}}>Video</a>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endfor%}
|
{% endfor%}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endfor%}
|
{% endfor%}
|
||||||
|
|
||||||
<div class="row pagination">
|
|
||||||
|
|
||||||
<!-- Pagination links -->
|
|
||||||
<div class="pagination">
|
|
||||||
{% if paginator.previous_page %}
|
|
||||||
<a href="{{ paginator.previous_page_path }}" class="previous">Previous</a>
|
|
||||||
{% else %}
|
|
||||||
<span class="previous">Previous</span>
|
|
||||||
{% endif %}
|
|
||||||
<span class="page_number ">Page: {{ paginator.page }} of {{ paginator.total_pages }}</span>
|
|
||||||
{% if paginator.next_page %}
|
|
||||||
<a href="{{ paginator.next_page_path }}" class="next">Next</a>
|
|
||||||
{% else %}
|
|
||||||
<span class="next ">Next</span>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- <div class="row pagination">
|
||||||
|
|
||||||
|
<div class="pagination">
|
||||||
|
{% if paginator.previous_page %}
|
||||||
|
<a href="{{ paginator.previous_page_path }}" class="previous">Previous</a>
|
||||||
|
{% else %}
|
||||||
|
<span class="previous">Previous</span>
|
||||||
|
{% endif %}
|
||||||
|
<span class="page_number ">Page: {{ paginator.page }} of {{ paginator.total_pages }}</span>
|
||||||
|
{% if paginator.next_page %}
|
||||||
|
<a href="{{ paginator.next_page_path }}" class="next">Next</a>
|
||||||
|
{% else %}
|
||||||
|
<span class="next ">Next</span>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div> -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
20
js/custom.js
Normal file
20
js/custom.js
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
$(document).ready(function(){
|
||||||
|
|
||||||
|
var currentEvent = "038";
|
||||||
|
|
||||||
|
$('.event-'+currentEvent).show();
|
||||||
|
|
||||||
|
$('.event-selector li').on("mouseover",function(){
|
||||||
|
$(this).attr("text-size","40px");
|
||||||
|
});
|
||||||
|
|
||||||
|
$('.event-selector li').on("click",function(){
|
||||||
|
var number = $(this).text();
|
||||||
|
console.log(number);
|
||||||
|
});
|
||||||
|
|
||||||
|
function loadEvent(eventNumber){
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
});
|
||||||
Loading…
Add table
Add a link
Reference in a new issue