Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhelp 58 and webhelp 59 menu updates #88

Merged
merged 2 commits into from
Feb 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/views/layouts/_topnavbar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<div class="col">
<div class="cul-cols">
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/services.html">Services &amp; Tools</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/services/faq.html">FAQ</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/using-libraries/alumni.html">For Alumni</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/services/faculty.html">For Faculty</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/services.html#audience=student">For Students</a>
Expand Down Expand Up @@ -157,7 +156,8 @@
<a class="dropdown-item text-white bg-secondary" href="https://copyright.columbia.edu/index.html">Copyright Advisory Services</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/services/digital-scholarship.html">Digital Scholarship</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/research-teaching/getting-started.html">Getting Started with the Libraries</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/services/research-data-services.html">Research Data Services</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/research-teaching/open-scholarship.html">Open Scholarship Services</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/research-teaching/research-data.html">Research Data Services</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/services/subject-guides.html">Subject & Course Guides</a>
<a class="dropdown-item text-white bg-secondary" href="https://library.columbia.edu/research-teaching/workshops.html">Workshops & Training</a>
</div>
Expand Down
Loading