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 ...@@ -51,9 +51,8 @@ before do
@title = 'UNL Resource Scheduler' @title = 'UNL Resource Scheduler'
@breadcrumbs = [ @breadcrumbs = [
{ {
:href => 'http://www.unl.edu/', :href => 'https://www.unl.edu/',
:text => 'UNL', :text => 'Nebraska',
:title => 'University of Nebraska–Lincoln'
}, },
{ {
:href => '/', :href => '/',
...@@ -192,4 +191,4 @@ get '/kiosk-logout/' do ...@@ -192,4 +191,4 @@ get '/kiosk-logout/' do
} }
end end
Dir.glob("#{ROOT}/routes/*.rb") { |file| require file } Dir.glob("#{ROOT}/routes/*.rb") { |file| require file }
\ No newline at end of file
<nav id="dcf-footer-group-1" role="navigation" aria-labelledby="dcf-footer-group-1-heading"> <nav id="dcf-footer-group-1" role="navigation" aria-labelledby="dcf-footer-group-1-heading">
<div class=""> <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> <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> </div>
</nav> </nav>
<nav id="dcf-footer-group-2" role="navigation" aria-labelledby="dcf-footer-group-2-heading"> <nav id="dcf-footer-group-2" role="navigation" aria-labelledby="dcf-footer-group-2-heading">
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
<li><a href="https://ucomm.unl.edu/">University Communication</a></li> <li><a href="https://ucomm.unl.edu/">University Communication</a></li>
<li><a href="https://its.unl.edu/">Information Technology Services</a></li> <li><a href="https://its.unl.edu/">Information Technology Services</a></li>
</ul> </ul>
</nav> </nav>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment