Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previous.html -> /alumni/ #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/nav-internal.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<a class="page-scroll" href="/#speakers">Speakers</a>
</li> -->
<li>
<a href="/previous.html">Alumni</a>
<a href="/alumni">Alumni</a>
</li>
<li>
<a href="/blog">Blog</a>
Expand All @@ -40,4 +40,4 @@
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</nav>
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<a class="page-scroll" href="#speakers">Speakers</a>
</li> -->
<li>
<a href="/previous.html">Alumni</a>
<a href="/alumni">Alumni</a>
</li>
<li>
<a href="/blog">Blog</a>
Expand Down
12 changes: 6 additions & 6 deletions _includes/previous-speakers.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section class="list" id="previous-speakers">

<div class="container-fluid">
<div class="row no-gutter">
<h2 class="section-heading text-center"><span class="highlight">Wichitalks at Roxy's</span></h2>
Expand All @@ -9,7 +9,7 @@ <h3 class="text-center"><span class="highlight">July 13, 2017</span></h3>
{% if post.event == 20170713 %}
<div class="col-lg-4 col-sm-6">
<a href="{{ post.url }}" class="portfolio-box">
<img src="{{ post.image }}" class="img-responsive" alt="{{ post.speaker }}">
<img src="../{{ post.image }}" class="img-responsive" alt="{{ post.speaker }}">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Expand Down Expand Up @@ -37,7 +37,7 @@ <h3 class="text-center"><span class="highlight">September 16, 2016</span></h3>
{% if post.event == 20160916 %}
<div class="col-lg-4 col-sm-6">
<a href="{{ post.url }}" class="portfolio-box">
<img src="{{ post.image }}" class="img-responsive" alt="{{ post.speaker }}">
<img src="../{{ post.image }}" class="img-responsive" alt="{{ post.speaker }}">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Expand All @@ -64,7 +64,7 @@ <h3 class="text-center"><span class="highlight">June 7, 2016</span></h3>
{% if post.event == 20160607 %}
<div class="col-lg-4 col-sm-6">
<a href="{{ post.url }}" class="portfolio-box">
<img src="{{ post.image }}" class="img-responsive" alt="{{ post.speaker }}">
<img src="../{{ post.image }}" class="img-responsive" alt="{{ post.speaker }}">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Expand All @@ -91,7 +91,7 @@ <h3 class="text-center"><span class="highlight">April 13, 2016</span></h3>
{% if post.event == 20160413 %}
<div class="col-lg-4 col-sm-6">
<a href="{{ post.url }}" class="portfolio-box">
<img src="{{ post.image }}" class="img-responsive" alt="{{ post.speaker }}">
<img src="../{{ post.image }}" class="img-responsive" alt="{{ post.speaker }}">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Expand All @@ -118,7 +118,7 @@ <h3 class="text-center"><span class="highlight">January 29, 2016</span></h3>
{% if post.event == 20160129 %}
<div class="col-lg-4 col-sm-6">
<a href="{{ post.url }}" class="portfolio-box">
<img src="{{ post.image }}" class="img-responsive" alt="{{ post.speaker }}">
<img src="../{{ post.image }}" class="img-responsive" alt="{{ post.speaker }}">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Expand Down
3 changes: 2 additions & 1 deletion previous.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
layout: previous-wichitalks
---
permalink: /alumni
---