Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
foundation curriculum
  • Loading branch information
tsm15002 committed Nov 10, 2016
1 parent eed301a commit b9b6645
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
8 changes: 8 additions & 0 deletions dist/css/app.css
Expand Up @@ -2011,6 +2011,14 @@ Make this look cool with parallax webgl awesomeness
.concentrationInfo__button:hover {
text-decoration: underline; }

.foundationCurriculum {
width: 100%;
float: left;
border-top: 1px solid grey; }

.foundationCurriculum__title {
color: #EF7C02; }

.ourWorkTiles {
margin: 2em 0;
overflow-y: hidden; }
Expand Down
2 changes: 1 addition & 1 deletion dist/css/app.min.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/scss/base/pages/concentrations.scss
Expand Up @@ -102,3 +102,13 @@ $backgrounds: ('2dAnimation', '3dAnimation', 'businessStrategies', 'digitalHuman
text-decoration:underline;
}
}

.foundationCurriculum {
width:100%;
float:left;
border-top:1px solid grey;
}

.foundationCurriculum__title {
color:$concentrations-color;
}
7 changes: 7 additions & 0 deletions templates/page-concentrations.twig
Expand Up @@ -30,5 +30,12 @@
</article>
{% endfor %}
</section>

<section class="foundationCurriculum">
<div class="u-container">
<h1 class="foundationCurriculum__title">Foundation Curriculum</h1>
{{ post.content }}
</div>
</section>
</div>
{% endblock %}

0 comments on commit b9b6645

Please sign in to comment.