Skip to content

Commit

Permalink
Swith to using the component library
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 15, 2024
1 parent d406930 commit 10d502b
Show file tree
Hide file tree
Showing 9 changed files with 215 additions and 664 deletions.
Binary file removed app/assets/images/ajax-loader.gif
Binary file not shown.
Binary file removed app/assets/images/icon-select-arrow.png
Binary file not shown.
200 changes: 0 additions & 200 deletions app/assets/images/sul-logo-stacked.svg

This file was deleted.

210 changes: 0 additions & 210 deletions app/assets/images/sul-logo.svg

This file was deleted.

174 changes: 0 additions & 174 deletions app/assets/stylesheets/application.css

This file was deleted.

33 changes: 15 additions & 18 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,25 @@
<title>Stacks</title>

<%= favicon_link_tag 'favicon.ico' %>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<%= stylesheet_link_tag "application" %>
<link href="https://www-media.stanford.edu/su-identity/css/su-identity.css" rel="stylesheet">
<%= stylesheet_link_tag "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700" %>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sul-dlss/component-library@v2024-08-13/styles/sul.css" />
<style>
.bg-cardinal {
--stanford-cardinal-rgb: 143, 20, 20;
--bs-dark-rgb: var(--stanford-cardinal-rgb);
}
</style>
<%= content_for(:head) %>
</head>

<body data-analytics-id="<%= Settings.GOOGLE_ANALYTICS_ID %>">
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<div id="su-wrap"> <!-- #su-wrap start -->
<div id="su-content"> <!-- #su-content start -->
<div id="outer-container" class="container-fluid">
<%= render 'shared/top_navbar' %>
<section id="main-container" role="main">
<%= yield %>
</section>
</div>
</div>
</div>

<%= render 'shared/top_navbar' %>
<main id="main-container" class="container py-4" style="height: calc(100vh - 411px)">
<%= yield %>
</main>
<%= render 'shared/su_footer' %>
</body>
</html>
Loading

0 comments on commit 10d502b

Please sign in to comment.