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

Welcome page text updates following stakeholder demo #175

Merged
merged 5 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
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
Binary file added app/assets/images/cardcatalog.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<body>
<div class="lux">
<library-header app-name="ImageCat" abbr-name="LTR" app-url="<%= root_path %>" theme="dark">
<library-header app-name="Supplementary Catalog" abbr-name="LTR" app-url="<%= root_path %>" theme="dark">
</library-header>
<div id="main-content">
<%= yield %>
Expand Down
23 changes: 9 additions & 14 deletions app/views/welcome/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
<h1>Princeton University Supplementary Catalog</h1>
<h1>Formerly known as the Electronic Card Catalog</h1>
<td>
<%= image_tag("cardcatalog.gif", alt: "card catalog image") %>
<td>

<h2>Formely known as the Electronic Card Catalog</h2>
<p>This dictionary catalog contains records for items cataloged before 1980.</p>

<p>This catalog contains records for items cataloged before 1980.

Records are arranged alphabetically with authors, titles, and subjects interfiled.

Please enter a search string to go to the guide card nearest that search string.</p>

<p> GuideCards Link (Temporary): <%= link_to("GuideCards index", guide_cards_path) %></p>
<p>Records are arranged alphabetically with authors, titles, and subjects interfiled.</p>

<p> Please enter a search string to go to the guide card nearest that search string. </p>

<%= form_tag "/search", method: "GET" do %>
<%= text_field_tag :search_term, params[:search_term] %>
<%= submit_tag "Go" %>
<% end %>

<hr>
<p><%= link_to("Filing rules", filing_rules_path) %></p>

<p><%= link_to("Library Locations and Call Number Information", "https://library.princeton.edu/libraries") %></p>

<p>For items cataloged 1980+ and for most serials, consult the <%= link_to("Online Catalog", "https://catalog.princeton.edu/") %>.</p>
<hr>
<p>Send any comments or questions about Electronic Card Catalog here: <%= link_to("Email Us", "https://library.princeton.edu/help/email-us") %></p>