Skip to content

Commit

Permalink
homepage workshops & links to sponsor listing
Browse files Browse the repository at this point in the history
  • Loading branch information
lauramoore committed Nov 22, 2018
1 parent 006ddb7 commit 92d3880
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 21 deletions.
21 changes: 21 additions & 0 deletions _includes/mailing_list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<div class="row">
<div class="col-xs-12">
<div class="copy">
<p>The goal of the Devnexus Conference is to connect developers from all over the world, provide affordable education, and promote Open Source values.</p>
<div>
<form
action="https://ajug.us7.list-manage.com/subscribe/post?u=0b3b17489713c9e7c62595dd3&amp;id=51e5b6d965"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form"
class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Stay up to date with the <span class="tm-dev">&lt;dev/&gt;</span>olution!</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- 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;" aria-hidden="true"><input type="text" name="b_0b3b17489713c9e7c62595dd3_51e5b6d965" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button float-right"></div>
</div>
</form>
</div>
</div>
</div>
</div>
22 changes: 4 additions & 18 deletions _includes/marketing-video.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,10 @@ <h1>WHAT IS DEVNEXUS?</h1>
</div>
</div>

{% assign workshops = site.events | where:"track","workshop" %}
<div class="row">
<div class="col-xs-12">
<div class="copy">
<p>The goal of the Devnexus Conference is to connect developers from all over the world, provide affordable education, and promote Open Source values.</p>
<div>
<form
action="https://ajug.us7.list-manage.com/subscribe/post?u=0b3b17489713c9e7c62595dd3&amp;id=51e5b6d965"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form"
class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Stay up to date with the <span class="tm-dev">&lt;dev/&gt;</span>olution!</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- 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;" aria-hidden="true"><input type="text" name="b_0b3b17489713c9e7c62595dd3_51e5b6d965" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button float-right"></div>
</div>
</form>
<h1 class="featured-header">WORKSHOPS</h1>
{% include event_thumb_speaker_background.html collection=workshops %}
</div>
</div>
<a href="/presentations" class="btn btn-square btn-square btn-speakers center-block">SEE ALL SESSIONS</a>
</div>
</div>
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ul class="nav navbar-nav navbar-right">
<li class="nav-link"><a href="/speakers/">SPEAKERS</a></li>
<li class="nav-link"><a href="/presentations">TRACKS</a></li>
<li class="nav-link"><a href="/sponsors">SPONSORS</a></li>
<li class="nav-link"><a href="/#sponsorlist">SPONSORS</a></li>
<li class="nav-link"><a href="/conference-info">CONFERENCE INFO</a></li>
{% if site.registration == "open" %}
<li class="nav-link"><a class="btn btn-register" href="{{site.links.register}}">REGISTER!</a></li>
Expand Down
8 changes: 6 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ registration:
{% include marketing-video.html %}

<div class="row">
<!--
<div class="featured-header">
<a class="action-header" href="https://ajug.typeform.com/to/BTa7bZ">Interested in Sponsoring Devnexus 2019?</a>
</div>
{% include sponsor-listing.md rendering="sponsor-thumb.html" %}
</div>
-->
<a name="sponsorlist"></a>
<h1 class="featured-header">2019 SPONSORS</h1>
{% include sponsor-listing.md rendering="sponsor-thumb.html" %}
</div>

0 comments on commit 92d3880

Please sign in to comment.