You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.5 KiB
40 lines
1.5 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>EdCommonwealth</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<%= csrf_meta_tags %>
|
|
<%= csp_meta_tag %>
|
|
|
|
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
|
|
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>
|
|
<%# <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> %>
|
|
|
|
<%= render partial: 'layouts/google_analytics', locals: { google_analytics_id: @google_analytics_id } %>
|
|
</head>
|
|
|
|
<body>
|
|
<%= render partial: 'layouts/nav' %>
|
|
<%= yield %>
|
|
|
|
<!-- Footer-->
|
|
<footer class="py-5 bg-dark-blue row">
|
|
<div class="ms-5 col text-start text-white">
|
|
<p class="fw-bold fs-5">University of Massachusetts Lowell</p>
|
|
<p>School of Education</p>
|
|
<p>Coburn Hall</p>
|
|
<p>850 Broadway St, Lowell, MA 01854</p>
|
|
</div>
|
|
|
|
<div class="col text-center color-gray-2">
|
|
<p><span class="color-gray-2 fw-bold"> General Inquiries</span>: julie@edcommonwealth.org</p>
|
|
<p><span class="color-gray-2 fw-bold"> School Quality Measures</span>: peter@edcommonwealth.org</p>
|
|
<p><span class="color-gray-2 fw-bold"> Quality Performance Assessment</span>: dan@edcommonwealth.org</p>
|
|
</div>
|
|
|
|
<div class="col me-5"><p class="text-end text-white">Copyright © <span class="fw-bold">ECP 2023</span></p></div>
|
|
</footer>
|
|
</body>
|
|
</html>
|