Update logo

...and other styling fun and excitement
pull/1/head
Liam Morley 4 years ago
parent a406205e20
commit 193b7bd792

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

@ -77,3 +77,6 @@
background-color: $white; background-color: $white;
} }
.zone-header {
@extend .sub-header-4;
}

@ -21,10 +21,11 @@
box-shadow: 0 0 6px rgba($black, 0.25); box-shadow: 0 0 6px rgba($black, 0.25);
} }
.section { .subcategory-section {
@extend .mt-5; @extend .mt-5;
@extend .bg-color-white; @extend .bg-color-white;
@extend .p-7; @extend .p-7;
box-shadow: 0 0 3px rgba($black, 0.25);
} }
.gauge-graph-lg { .gauge-graph-lg {

@ -25,7 +25,7 @@
<g id="zone-headings"> <g id="zone-headings">
<%= zones.each_with_index do |zone, index| %> <%= zones.each_with_index do |zone, index| %>
<text <text
class="zone-header weight-600" class="zone-header"
x="<%= index * zone_width_percentage + zone_width_percentage / 2.0 %>%" x="<%= index * zone_width_percentage + zone_width_percentage / 2.0 %>%"
y="<%= heading_gutter / 2 %>" y="<%= heading_gutter / 2 %>"
text-anchor="middle" text-anchor="middle"

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -2,7 +2,7 @@
<div class="container"> <div class="container">
<div class="row py-4 justify-content-between align-items-center"> <div class="row py-4 justify-content-between align-items-center">
<div class="col d-flex justify-content-start align-items-center"> <div class="col d-flex justify-content-start align-items-center">
<%= link_to image_tag('logo.png', class: 'height-56 me-7'), root_path %> <%= link_to image_tag('sqm_logo.png', alt: 'MCIEA School Quality Measures Dashboard', class: 'height-56 me-7'), root_path %>
<a class="h3 link me-4 <%= link_weight(path: 'dashboard') %>" href="<%= link_to_dashboard(district: @district, school: @school, academic_year: @academic_year) %>">Dashboard</a> <a class="h3 link me-4 <%= link_weight(path: 'dashboard') %>" href="<%= link_to_dashboard(district: @district, school: @school, academic_year: @academic_year) %>">Dashboard</a>
<a class="h3 link <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a> <a class="h3 link <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
</div> </div>

@ -14,7 +14,7 @@
<h2 class="col-8 body-large"><%= @category.description %></h2> <h2 class="col-8 body-large"><%= @category.description %></h2>
<% @category.subcategories.each do |subcategory| %> <% @category.subcategories.each do |subcategory| %>
<section class="section"> <section class="subcategory-section">
<h2 class="sub-header-2 font-bitter mb-7"><%= subcategory.name %></h2> <h2 class="sub-header-2 font-bitter mb-7"><%= subcategory.name %></h2>
<div class="d-flex justify-space-between align-items-end"> <div class="d-flex justify-space-between align-items-end">

Loading…
Cancel
Save