mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Update logo
...and other styling fun and excitement
This commit is contained in:
parent
a406205e20
commit
193b7bd792
6 changed files with 8 additions and 4 deletions
BIN
app/assets/images/sqm_logo.png
Normal file
BIN
app/assets/images/sqm_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
|
|
@ -77,3 +77,6 @@
|
|||
background-color: $white;
|
||||
}
|
||||
|
||||
.zone-header {
|
||||
@extend .sub-header-4;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,10 +21,11 @@
|
|||
box-shadow: 0 0 6px rgba($black, 0.25);
|
||||
}
|
||||
|
||||
.section {
|
||||
.subcategory-section {
|
||||
@extend .mt-5;
|
||||
@extend .bg-color-white;
|
||||
@extend .p-7;
|
||||
box-shadow: 0 0 3px rgba($black, 0.25);
|
||||
}
|
||||
|
||||
.gauge-graph-lg {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<g id="zone-headings">
|
||||
<%= zones.each_with_index do |zone, index| %>
|
||||
<text
|
||||
class="zone-header weight-600"
|
||||
class="zone-header"
|
||||
x="<%= index * zone_width_percentage + zone_width_percentage / 2.0 %>%"
|
||||
y="<%= heading_gutter / 2 %>"
|
||||
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="row py-4 justify-content-between 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 <%= link_weight(path: 'browse') %>" href="<%= link_to_browse(district: @district, school: @school, academic_year: @academic_year) %>">Browse</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<h2 class="col-8 body-large"><%= @category.description %></h2>
|
||||
|
||||
<% @category.subcategories.each do |subcategory| %>
|
||||
<section class="section">
|
||||
<section class="subcategory-section">
|
||||
<h2 class="sub-header-2 font-bitter mb-7"><%= subcategory.name %></h2>
|
||||
|
||||
<div class="d-flex justify-space-between align-items-end">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue