mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-19 20:26:26 -07:00
Update welcome page
This commit is contained in:
parent
98b9134779
commit
e5e0d6f6df
20 changed files with 792 additions and 125 deletions
35
app/views/layouts/_footer.html.erb
Normal file
35
app/views/layouts/_footer.html.erb
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<div class="container text-nowrap">
|
||||
<footer class="row footer mt-7 row justify-content-between align-items-center">
|
||||
<div class="col">
|
||||
<div class="row align-items-center justify-content-center ">
|
||||
<%= image_tag "logo.svg", size: "150x150", class: "col" %>
|
||||
<div class="col text-center">
|
||||
<p class="fw-bold">Education Commonwealth Project</p>
|
||||
<p>University of Massachusetts Lowell</p>
|
||||
<p>850 Broadway St</p>
|
||||
<p>Lowell, MA 01854</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<section class="row">
|
||||
<article class="col">
|
||||
<%= link_to contacts_path do %>
|
||||
<div class="d-flex flex-column align-items-center">
|
||||
<%= image_tag "mail.svg", size: "100x100" %>
|
||||
<p class="text-center">Contact Us</p>
|
||||
</div>
|
||||
<% end %>
|
||||
</article>
|
||||
<article class="col">
|
||||
<%= link_to "https://twitter.com/EdCommProject", target: :_blank do %>
|
||||
<div class="d-flex flex-column align-items-center">
|
||||
<%= image_tag "twitter.svg" , size: "100x100" %>
|
||||
<p class="text-center">Follow Us</p>
|
||||
</div>
|
||||
<% end %>
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue