Skip to content

Commit

Permalink
Esri#94 add link
Browse files Browse the repository at this point in the history
  • Loading branch information
jf990 committed Apr 14, 2017
1 parent 9ed0b13 commit 8e8593d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/_macros.html
Expand Up @@ -12,10 +12,10 @@ <h1 class="subdued-links" id="{{ projectInfo.anchor }}">{{ projectInfo.title }}<
{% set project = projectInfo.projects[0] %}
<div class="panel panel-gray">
<div class="column-8 tablet-column-4 phone-column-5">
<img src="{{ project.image }}" />
<a href="{{ project.url }}" alt="{{ project.title }}"><img src="{{ project.image }}" /></a>
</div>
<div class="column-12 tablet-column-6 phone-column-5">
<h4>{{ project.title }}</h4>
<h4><a href="{{ project.url }}">{{ project.title }}</a></h4>
<p>{{ project.description }}</p>
</div>
</div>
Expand Down

0 comments on commit 8e8593d

Please sign in to comment.