mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-16 02:35:54 -07:00
Update welcome page
This commit is contained in:
parent
98b9134779
commit
e5e0d6f6df
20 changed files with 792 additions and 125 deletions
|
|
@ -10,7 +10,9 @@
|
|||
<%= 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"> %>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;1,400&family=League+Spartan:wght@400;700&display=swap" rel="stylesheet">
|
||||
<%= render partial: 'layouts/google_analytics', locals: { google_analytics_id: @google_analytics_id } %>
|
||||
</head>
|
||||
|
||||
|
|
@ -18,22 +20,7 @@
|
|||
<%= render partial: 'layouts/nav' %>
|
||||
<%= yield %>
|
||||
|
||||
<!-- Footer-->
|
||||
<footer class=" bg-dark-blue row justify-content-center align-items-center">
|
||||
<div class="col-12 col-md-3 py-5 ms-5 text-center 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-12 col-md-3 py-5 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-12 col-md-3 py-5 me-5"><p class="text-center text-white">Copyright © <span class="fw-bold">ECP 2023</span></p></div>
|
||||
</footer>
|
||||
<%= render partial: 'layouts/footer' %>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue