Skip to content
Snippets Groups Projects
Commit 5976c8af authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Update breadcrumb and footer text

parent 45a2e26e
No related branches found
No related tags found
No related merge requests found
......@@ -51,9 +51,8 @@ before do
@title = 'UNL Resource Scheduler'
@breadcrumbs = [
{
:href => 'http://www.unl.edu/',
:text => 'UNL',
:title => 'University of Nebraska–Lincoln'
:href => 'https://www.unl.edu/',
:text => 'Nebraska',
},
{
:href => '/',
......@@ -192,4 +191,4 @@ get '/kiosk-logout/' do
}
end
Dir.glob("#{ROOT}/routes/*.rb") { |file| require file }
\ No newline at end of file
Dir.glob("#{ROOT}/routes/*.rb") { |file| require file }
<nav id="dcf-footer-group-1" role="navigation" aria-labelledby="dcf-footer-group-1-heading">
<div class="">
<h3 class="dcf-txt-md dcf-bold dcf-uppercase dcf-lh-3 unl-ls-2 unl-cream" id="dcf-footer-group-1-heading">About UNL Resource Scheduler</h3>
<p>This application is a product of the <a href="https://dxg.unl.edu/">Digital Experience Group at Nebraska</a>. DXG is a partnership of <a href="https://ucomm.unl.edu/">University Communication</a> and <a href="https://its.unl.edu/">Information Technology Services</a>.</p>
<p>This application is a product of the <a href="https://dxg.unl.edu/">Digital Experience Group</a> at <a href="http://www.unl.edu/">Nebraska</a>. DXG is part of <a href="https://ucomm.unl.edu/">University Communication &amp; Marketing</a>.</p>
</div>
</nav>
<nav id="dcf-footer-group-2" role="navigation" aria-labelledby="dcf-footer-group-2-heading">
......@@ -12,4 +12,4 @@
<li><a href="https://ucomm.unl.edu/">University Communication</a></li>
<li><a href="https://its.unl.edu/">Information Technology Services</a></li>
</ul>
</nav>
\ No newline at end of file
</nav>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment