Skip to content

Commit

Permalink
added title to learn more links in concentrations page
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm15002 committed Aug 31, 2016
1 parent 1e93a89 commit b42ad24
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion dist/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,6 @@ Make this look cool with parallax webgl awesomeness

.concentrationInfo__button {
display: block;
width: 50%;
font-weight: bold;
color: #EF7C02;
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/app.min.css

Large diffs are not rendered by default.

Empty file added single-about-us.php
Empty file.
1 change: 0 additions & 1 deletion src/scss/base/pages/concentrations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ $backgrounds: ('2dAnimation', '3dAnimation', 'businessStrategies', 'digitalHuman
}
.concentrationInfo__button {
display:block;
width:50%;
font-weight:bold;
color:$concentrations-color;
text-decoration:none;
Expand Down
2 changes: 1 addition & 1 deletion templates/page-concentrations.twig
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<li>{{ topic }}</li>
{% endfor %}
</ul>
<a href="{{ concentration.permalink }}" class="concentrationInfo__button">Learn More</a>
<a href="{{ concentration.permalink }}" class="concentrationInfo__button">Learn More About {{concentration.title}}</a>
</article>
{% endfor %}
</section>
Expand Down
Empty file added templates/single-about-us.twig
Empty file.

0 comments on commit b42ad24

Please sign in to comment.