parent
10bf7177e4
commit
5e88c8be1b
@ -1,4 +1,5 @@
|
|||||||
<footer class="d-flex justify-content-center">
|
<footer class="d-flex justify-content-center">
|
||||||
<p class="footer-item">Copyright © 2022</p>
|
<p class="footer-item">Copyright © 2023</p>
|
||||||
<%= link_to "Lowell" , "https://www.lowell.k12.ma.us/" , class: "footer-item footer-link", target: "_blank" %>
|
<%= link_to "ECP" , "https://www.edcommonwealth.org/" , class: "footer-item footer-link", target: "_blank" %>
|
||||||
|
<%= link_to "Contact Us" , "https://www.edcommonwealth.org/contacts" , class: "footer-item footer-link", target: "_blank" %>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
@ -1,31 +1,31 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>HALS</title>
|
<title>HALS</title>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Bitter:400,600,700" rel="stylesheet" type="text/css"/>
|
<link href="https://fonts.googleapis.com/css?family=Bitter:400,600,700" rel="stylesheet" type="text/css"/>
|
||||||
<link href="https://fonts.googleapis.com/css?family=Cabin:400,600,700" rel="stylesheet" type="text/css"/>
|
<link href="https://fonts.googleapis.com/css?family=Cabin:400,600,700" rel="stylesheet" type="text/css"/>
|
||||||
<%= stylesheet_link_tag 'sqm', media: 'all', 'data-turbo-track': 'reload' %>
|
<%= stylesheet_link_tag 'sqm', media: 'all', 'data-turbo-track': 'reload' %>
|
||||||
<%= stylesheet_link_tag 'welcome', media: 'all', 'data-turbo-track': 'reload' %>
|
<%= stylesheet_link_tag 'welcome', media: 'all', 'data-turbo-track': 'reload' %>
|
||||||
<%= javascript_include_tag 'application', 'data-turbo-track': 'reload' %>
|
<%= javascript_include_tag 'application', 'data-turbo-track': 'reload' %>
|
||||||
<%= render partial: 'layouts/google_analytics', locals: { google_analytics_id: @google_analytics_id } %>
|
<%= render partial: 'layouts/google_analytics', locals: { google_analytics_id: @google_analytics_id } %>
|
||||||
<%= render partial: 'layouts/hotjar', locals: { hotjar_id: @hotjar_id } %>
|
<%= render partial: 'layouts/hotjar', locals: { hotjar_id: @hotjar_id } %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<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('sqm_logo.png', alt: 'School Quality Measures Dashboard', class: 'height-56'), welcome_path, class: 'me-7' %>
|
<%= link_to image_tag('logo.svg', alt: 'School Quality Measures Dashboard', size: "200x200"), welcome_path, class: 'me-7' %>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</header>
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<%= yield %>
|
<%= yield %>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<%= render partial: 'layouts/footer' %>
|
<%= render partial: 'layouts/footer' %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in new issue