Beyond translation, ChatGPT can propose visual, interactive, and accessibility enhancements for your LibGuides. Explore the examples below and copy the code you need.
Working together to make our LibGuides smarter.
<div style="background:linear-gradient(90deg,#3b82f6,#2563eb); color:#fff; padding:18px; border-radius:12px;">
<h3 style="margin:0 0 6px;font-size:1.4em;">Design & Branding</h3>
<p style="margin:0;opacity:.95;">Working together to make our LibGuides smarter.</p>
</div>
Use generous spacing, 16px+ text, and concise headings.
Keep borders, shadows, and radii consistent across cards.
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;">
<div style="background:#fff7ed;border:1px solid #e5e7eb;border-radius:14px;padding:12px;box-shadow:0 4px 10px rgba(0,0,0,.05);">
<h4 style="margin:0 0 6px;font-size:1.05em;">Readable Layouts</h4>
<p>Use generous spacing, 16px+ text, and concise headings.</p>
</div>
<div style="background:#f0fdf4;border:1px solid #e5e7eb;border-radius:14px;padding:12px;box-shadow:0 4px 10px rgba(0,0,0,.05);">
<h4 style="margin:0 0 6px;font-size:1.05em;">Consistent Styles</h4>
<p>Keep borders, shadows, and radii consistent across cards.</p>
</div>
</div>
<div>
<a href="/writing-prompts/step1" style="display:inline-block;background:#10a37f;color:#fff;padding:10px 14px;border-radius:999px;border:1px solid #0e8f6f;font-weight:600;text-decoration:none;">Start with Your Goal</a>
<a href="/writing-prompts/step2" style="display:inline-block;background:#fff;color:#0e8f6f;padding:10px 14px;border-radius:999px;border:1px solid #0e8f6f;font-weight:600;text-decoration:none;margin-left:10px;">Use Natural Language</a>
</div>
Use database filters (peer-reviewed), subject databases, and targeted keywords.
Visit the Citation page or use Ask a Librarian for one-on-one guidance.
<details style="border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;background:#eef2ff;">
<summary style="cursor:pointer;font-weight:600;">How do I find peer-reviewed articles?</summary>
<p>Use database filters (peer-reviewed), subject databases, and targeted keywords.</p>
</details>
<div style="background:#f0fdf4;border:1px solid #e5e7eb;border-radius:14px;padding:12px;">
<h4 style="margin:0 0 6px;font-size:1.05em;">Quick Tips</h4>
<ul style="margin:6px 0 0 18px;">
<li>Lead with the user’s task.</li>
<li>Keep sentences short.</li>
<li>Test on mobile.</li>
</ul>
</div>
<form role="search" aria-label="On-page helper search" style="display:flex;gap:8px;">
<input type="search" placeholder="Search this guide…" aria-label="Search this guide" style="flex:1;padding:10px 12px;border-radius:10px;border:1px solid #d1d5db;font-size:16px;">
<button type="submit" style="padding:10px 14px;border-radius:10px;border:1px solid #d1d5db;background:#f9fafb;">Search</button>
</form>