up
This commit is contained in:
parent
beda1849ce
commit
fa47eb6813
24 changed files with 244 additions and 17 deletions
|
|
@ -11,9 +11,11 @@
|
|||
<div>
|
||||
<ul class="nav navbar-nav navbar-center">
|
||||
{% if page.home == true %}
|
||||
<li><a href="#" class="navigator-toggle"><i class="fa fa-bars"></i> Browse</a></li>
|
||||
<li><a href="#" class="navigator-toggle"><i class="fa fa-bars"></i> Upcoming session and more</a>
|
||||
</li>
|
||||
{% else %}
|
||||
<li><a href="/"><i class="fa fa-angle-left"></i> Back</a></li>
|
||||
<li><a href="/"><i class="fa fa-angle-left"></i> Back</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
@ -42,13 +44,55 @@
|
|||
{% for post in site.posts %} {% assign pos = 39 | minus: post.number %} {% for topic in post.topics | split:"," %}
|
||||
<a class="button hvr-sweep-to-top topic" data-scroll-nav="{{pos}}">{{topic}}</a> {% endfor %} {% endfor %}
|
||||
<h4><i class="fa fa-sign-in"></i> Participate</h4>
|
||||
<p>Do you like to share your work as visual artist with our audience? Fill the form on our <a href="/call-for-talks/">
|
||||
<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>
|
||||
<h4><i class="fa fa-sign-in"></i> Stay tuned: Join our newsletter</h4>
|
||||
<!-- Begin MailChimp Signup Form -->
|
||||
<link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
|
||||
<div id="mc_embed_signup">
|
||||
<form action="//scopesessions.us4.list-manage.com/subscribe/post?u=81466f386ca5ae4d818e3f092&id=fa704d0d26" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
||||
<div id="mc_embed_signup_scroll">
|
||||
<div class="mc-field-group">
|
||||
<label for="mce-EMAIL">Email Address
|
||||
<span class="asterisk">*</span>
|
||||
</label>
|
||||
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
|
||||
</div>
|
||||
<div id="mce-responses" class="clear">
|
||||
<div class="response" id="mce-error-response" style="display:none"></div>
|
||||
<div class="response" id="mce-success-response" style="display:none"></div>
|
||||
</div>
|
||||
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
||||
<div style="position: absolute; left: -5000px;">
|
||||
<input type="text" name="b_81466f386ca5ae4d818e3f092_fa704d0d26" tabindex="-1" value="">
|
||||
</div>
|
||||
<div class="clear">
|
||||
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
|
||||
<script type='text/javascript'>
|
||||
(function($) {
|
||||
window.fnames = new Array();
|
||||
window.ftypes = new Array();
|
||||
fnames[0] = 'EMAIL';
|
||||
ftypes[0] = 'email';
|
||||
fnames[1] = 'FNAME';
|
||||
ftypes[1] = 'text';
|
||||
fnames[2] = 'LNAME';
|
||||
ftypes[2] = 'text';
|
||||
}(jQuery));
|
||||
var $mcj = jQuery.noConflict(true);
|
||||
</script>
|
||||
<!--End mc_embed_signup-->
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
{% assign post = site.posts | first%}
|
||||
<h4><i class="fa fa-calendar"></i> {{post.date_text}} / #{{post.number}}</h4>
|
||||
<p>Location: <a class="button hvr-sweep-to-top" href="{{location_website}}">{{post.location}}</a></p>
|
||||
<p>Location: <a class="button hvr-sweep-to-top" href="{{location_website}}">{{post.location}}</a>
|
||||
</p>
|
||||
{% 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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue