(Let's try book covers instead.) |
No edit summary |
||
Line 1: | Line 1: | ||
<h1 style="color:#006179; margin-bottom: 2rem;">MOBIUS Documentation Library</h1> | <h1 style="color:#006179; margin-bottom: 2rem;">MOBIUS Documentation Library</h1> | ||
<div style="display: | <div class="book-container" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; padding: 1rem;"> | ||
<!-- FOLIO | |||
<div style=" | <!-- FOLIO Manual --> | ||
<div class="book-card" style="background: white; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s ease;"> | |||
< | <a href="[[FOLIO WIKI]]" style="text-decoration: none; color: inherit;"> | ||
<div class="book-cover" style="height: 300px; background: #006179; display: flex; justify-content: center; align-items: center; padding: 1rem;"> | |||
<img src="/api/placeholder/200/300" alt="FOLIO Manual Cover" style="max-width: 100%; height: auto;" /> | |||
<div class="book-title" style="position: absolute; color: white; text-align: center; font-size: 1.5rem; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.5);"> | |||
FOLIO Manual | |||
< | </div> | ||
</div> | |||
<div class="book-info" style="padding: 1rem; text-align: center;"> | |||
</ | <h3 style="margin: 0.5rem 0; color: #006179;"> FOLIO Documentation</h3> | ||
</ | <p style="color: #666; font-size: 0.9rem;">Complete guide to FOLIO ILS</p> | ||
</div> | |||
</a> | |||
</div> | </div> | ||
<!-- EDS Wiki | <!-- EDS Wiki --> | ||
<div style=" | <div class="book-card" style="background: white; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s ease;"> | ||
<a href="[[EDS wiki]]" style="text-decoration: none; color: inherit;"> | |||
<div class="book-cover" style="height: 300px; background: #1a365d; display: flex; justify-content: center; align-items: center; padding: 1rem;"> | |||
<img src="/api/placeholder/200/300" alt="EDS Manual Cover" style="max-width: 100%; height: auto;" /> | |||
<div class="book-title" style="position: absolute; color: white; text-align: center; font-size: 1.5rem; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.5);"> | |||
< | EDS Manual | ||
</div> | |||
</div> | |||
<div class="book-info" style="padding: 1rem; text-align: center;"> | |||
<h3 style="margin: 0.5rem 0; color: #006179;">EDS Documentation</h3> | |||
<p style="color: #666; font-size: 0.9rem;">EBSCO Discovery Service Guide</p> | |||
</div> | |||
</a> | |||
</div> | </div> | ||
<!-- | <!-- OpenRS Wiki --> | ||
<div style=" | <div class="book-card" style="background: white; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s ease;"> | ||
<a href="[[OpenRS wiki]]" style="text-decoration: none; color: inherit;"> | |||
<div class="book-cover" style="height: 300px; background: #2c5282; display: flex; justify-content: center; align-items: center; padding: 1rem;"> | |||
<img src="/api/placeholder/200/300" alt="OpenRS Manual Cover" style="max-width: 100%; height: auto;" /> | |||
<div class="book-title" style="position: absolute; color: white; text-align: center; font-size: 1.5rem; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.5);"> | |||
OpenRS Manual | |||
</div> | |||
< | </div> | ||
<div class="book-info" style="padding: 1rem; text-align: center;"> | |||
<h3 style="margin: 0.5rem 0; color: #006179;"> OpenRS Documentation</h3> | |||
</ | <p style="color: #666; font-size: 0.9rem;">Resource Sharing System Guide</p> | ||
</ | </div> | ||
</a> | |||
</div> | </div> | ||
<!-- | <!-- Panorama --> | ||
<div style=" | <div class="book-card" style="background: white; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.3s ease;"> | ||
<a href="[[Panorama]]" style="text-decoration: none; color: inherit;"> | |||
< | <div class="book-cover" style="height: 300px; background: #3182ce; display: flex; justify-content: center; align-items: center; padding: 1rem;"> | ||
<img src="/api/placeholder/200/300" alt="Panorama Manual Cover" style="max-width: 100%; height: auto;" /> | |||
<div class="book-title" style="position: absolute; color: white; text-align: center; font-size: 1.5rem; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.5);"> | |||
Panorama | |||
</div> | |||
< | </div> | ||
<div class="book-info" style="padding: 1rem; text-align: center;"> | |||
<h3 style="margin: 0.5rem 0; color: #006179;">Analytics Documentation </h3> | |||
</ | <p style="color: #666; font-size: 0.9rem;">Insights Through Analytics</p> | ||
</ | </div> | ||
</a> | |||
</div> | </div> | ||
</div> | </div> | ||
<div style="text-align: center; margin-top: | <div style="text-align: center; margin-top: 2rem; padding: 1rem; background: #f1f3f9; border-radius: 8px;"> | ||
<h3 style="color: #006179;">Need Help?</h3> | <h3 style="color: #006179;">Need Help?</h3> | ||
<p>Contact the MOBIUS Help Desk at <a href="mailto:help@mobiusconsortium.org">help@mobiusconsortium.org</a></p> | <p>Contact the MOBIUS Help Desk at <a href="mailto:help@mobiusconsortium.org">help@mobiusconsortium.org</a></p> | ||
</div> | </div> | ||
<style> | |||
.book-card:hover { | |||
transform: translateY(-5px); | |||
} | |||
</style> | |||
__HIDE_TITLE__ | __HIDE_TITLE__ |
Revision as of 01:43, 11 December 2024
MOBIUS Documentation Library
Need Help?
Contact the MOBIUS Help Desk at <a href="mailto:help@mobiusconsortium.org">help@mobiusconsortium.org</a>
<style> .book-card:hover {
transform: translateY(-5px);
} </style>