mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 13:38:13 -08:00
Add divider to all pages
This commit is contained in:
parent
3cf143f3ef
commit
79ee01f8cc
4 changed files with 2 additions and 10 deletions
1
app/views/layouts/_divider.html.erb
Normal file
1
app/views/layouts/_divider.html.erb
Normal file
|
|
@ -0,0 +1 @@
|
|||
<section class="bg-secondary band my-5"> </section>
|
||||
|
|
@ -6,26 +6,21 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<%= csrf_meta_tags %>
|
||||
<%= csp_meta_tag %>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
|
||||
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
|
||||
<%= javascript_include_tag "application", "data-turbo-track": "reload", defer: true %>
|
||||
|
||||
<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>
|
||||
|
||||
<body>
|
||||
<%= render partial: 'layouts/nav' %>
|
||||
<%= yield %>
|
||||
|
||||
|
||||
<%= render partial: 'layouts/divider' %>
|
||||
<%= render partial: 'layouts/footer' %>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -25,5 +25,3 @@
|
|||
<p> <%= link_to "Download the ECP Frequently Asked Questions", "/" %> </p>
|
||||
</div>
|
||||
</section>
|
||||
<section class="bg-secondary band my-5">
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -13,5 +13,3 @@
|
|||
</article>
|
||||
<% end %>
|
||||
</div>
|
||||
<section class="bg-secondary band my-5">
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue