diff --git a/lib/dpul_collections_web/components/footer_component.ex b/lib/dpul_collections_web/components/footer_component.ex new file mode 100644 index 00000000..042986c1 --- /dev/null +++ b/lib/dpul_collections_web/components/footer_component.ex @@ -0,0 +1,25 @@ +# lib/my_app_web/components/header_component.ex +defmodule DpulCollectionsWeb.FooterComponent do + use DpulCollectionsWeb, :html + import DpulCollectionsWeb.Gettext + + def footer(assigns) do + ~H""" + + """ + end + end \ No newline at end of file diff --git a/lib/dpul_collections_web/components/layouts/root.html.heex b/lib/dpul_collections_web/components/layouts/root.html.heex index 3d5d85be..fb8415ad 100644 --- a/lib/dpul_collections_web/components/layouts/root.html.heex +++ b/lib/dpul_collections_web/components/layouts/root.html.heex @@ -31,7 +31,7 @@
<%= @inner_content %>
- <%= DpulCollectionsWeb.LuxComponents.footer(assigns) %> + <%= DpulCollectionsWeb.FooterComponent.footer(assigns) %> diff --git a/priv/static/images/university-logo.svg b/priv/static/images/university-logo.svg new file mode 100644 index 00000000..f55e7fe8 --- /dev/null +++ b/priv/static/images/university-logo.svg @@ -0,0 +1,111 @@ + + Princeton University + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file