Skip to content

Commit

Permalink
Resources page design tweaks (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
theandrewbriggs committed Sep 28, 2017
1 parent 5d26b4d commit bc1369c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/ecep/portal/static/scss/_resources.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* -- General Resources -- */

h1 {
font-size: 3rem;
font-size: 2rem;
}
h2 { font-size: 1.5rem; }
h3, h4 { font-size: 1.25rem; }
Expand Down
8 changes: 4 additions & 4 deletions python/ecep/portal/templates/redesign/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="text-center">{% trans 'Resources' %}</h1>
<div id="resources-play" class="container-fluid bg-white">
<div class="category-block col-md-8 offset-md-2">
<div class="resources-category row">
<div class="category-content col-md-8">
<div class="category-content col-md-8 py-3">
<h1 class="deep-orange">{% blocktrans %}<span class="d-inline"><span class="chalk deep-orange b-deep-orange">I</span></span> Play in Chicago!{% endblocktrans %}</h1>
<p>{% blocktrans %}For young children, time spent playing is time well-spent — especially for their cognitive, socio-emotional, and physical development. The City of Chicago provides a variety of play-based programming that gives kids an environment to explore new experiences and unleash their creativity.{% endblocktrans %}</p>
</div>
Expand Down Expand Up @@ -59,10 +59,10 @@ <h2>Chicago Children's Museum</h2>
</div>

<!-- Learn -->
<div id="resources-learn" class="container-fluid bg-gray">
<div id="resources-learn" class="container-fluid bg-lightest-gray">
<div class="category-block col-md-8 offset-md-2">
<div class="resources-category row">
<div class="category-content col-md-8">
<div class="category-content col-md-8 py-3">
<h1 class="deep-green">{% blocktrans %}<span class="d-inline"><span class="chalk deep-green b-deep-green">I</span></span> Learn in Chicago!{% endblocktrans %}</h1>
<p>{% blocktrans %}Young children absorb new information at an astounding rate — and that doesn’t stop in the classroom. That’s why city agencies focus on creating many avenues for early learning, from kid-friendly literacy support to programs that prime incoming kindergarteners for the school year ahead.{% endblocktrans %}</p>
</div>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h2>Chicago City of Learning</h2>
<div id="resources-grow" class="container-fluid container-bottom bg-white">
<div class="category-block col-md-8 offset-md-2">
<div class="resources-category row">
<div class="category-content col-md-8">
<div class="category-content col-md-8 py-3">
<h1 class="deep-yellow">{% blocktrans %}<span class="d-inline"><span class="chalk deep-yellow b-deep-yellow">I</span></span> Grow in Chicago!{% endblocktrans %}</h1>
<p>{% blocktrans %}Chicago is committed to making young children’s rapid development free of growing pains and full of growing gains. That means creating opportunities to properly nourish and support children during this critical growth period, and to track their progress toward key health and wellness milestones.{% endblocktrans %}</p>
</div>
Expand Down

0 comments on commit bc1369c

Please sign in to comment.