ToDo
A loose list on things yet to do with this site
Check Log for things done: https://homeworldlore.net/books/the-site/page/site-updates-and-maintenance-logs
List
Emojis
Symbols - special characters
Review all texts for correct formatting and structure, in particular when it comes to credits and placement of those, based upon https://homeworldlore.net/books/the-site/page/writing-and-formatting-standards . Work with extracted PDF's to get the images inserted in text, like this one: https://homeworldlore.net/books/homeworld-2-lore/page/history-of-hiigara Reduce emphasis on categorization and promote just getting the content up, sorting can be done later. Dangerous.
Check LI CSS, it seems inconsistent.
- vertical space
- sub items
- are taller
- than they should be
Discord
MFA ? Check with users. Better backup, ref: https://www.bookstackapp.com/docs/admin/backup-restore/ Edit php.ini for file management settings, file sizes, allowed file types etc Test Inleed as host... www.bsa.conram.it Images for the menues... how can it be so hard to find suitable images for the diff books? Text only ?
php variables for post-max-size = 64MB, upload-max-filesize = 64MB and memory_limit = 512MB changed as posted here. This affects attachments, uploads and server perfomance.
1. Hero Section or Banner
resources/views/theme/home.blade.php in your active theme.
How: Add a banner with an image or styled header.
Use a CSS class for styling, e.g., .hero-banner { background: url('/path/to/image.jpg'); height: 300px; ... }.
Inject @if conditions for light/dark mode styles.
2. Menu & Navigation
base.blade.php template for universal changes.
Use the sidebar or header containers to place icons or custom buttons.
For mobile, ensure your .mobile-menu-toggle styles are clean and responsive.
Quick Link Sections:
resources/views/theme/home.blade.php to create collapsible or expandable menus.
3. Typography
theme.css or inject font styles in the theme files.
How: Use Google Fonts:
Set font-size hierarchy directly in CSS:
4. Custom Sections
home.blade.php for custom layouts.
How:
.feature-item in your CSS file.
5. Theme & Colors
theme.css for global light/dark mode changes.
How:
6. Interactive Features
7. Mobile Optimization
.mobile-menu-toggle or responsive grid layouts.
How: Use @media queries to adjust layouts:
8. Graphics
<img> tags in the Blade templates.
Optimize SVG files for scalable designs.
9. Footer
base.blade.php.
Example:

