miketui/Template
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Copyright - Curls&Contemplation</title> <link rel="stylesheet" type="text/css" href="../styles/fonts.css" /> <link rel="stylesheet" type="text/css" href="../styles/style.css" /> <style type="text/css"> /* Copyright page specific styling */ .copyright-container { text-align: center; padding: 4em 2em; min-height: 80vh; display: flex; flex-direction: column; justify-content: center; } .book-title-copyright { font-family: 'Cinzel Decorative', 'Times New Roman', serif; font-size: 1.3em; color: var(--primary-color); margin-bottom: 0.5em; text-transform: uppercase; letter-spacing: 0.05em; } .book-subtitle-copyright { font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif; font-size: 1.1em; color: var(--secondary-color); margin-bottom: 3em; font-style: italic; } .copyright-info { font-family: 'Montserrat', Arial, sans-serif; font-size: 0.9em; color: var(--primary-color); line-height: 1.8; margin: 2em 0; } .isbn-section { font-family: 'Montserrat', Arial, sans-serif; font-size: 0.9em; color: var(--primary-color); line-height: 1.8; margin: 2em 0; font-weight: bold; } .rights-section { font-family: 'Montserrat', Arial, sans-serif; font-size: 0.85em; color: var(--secondary-color); line-height: 1.6; margin: 2em 0; text-transform: uppercase; letter-spacing: 0.03em; } .publisher-logo { margin: 3em 0 2em 0; } .publisher-info { font-family: 'Montserrat', Arial, sans-serif; font-size: 0.8em; color: var(--secondary-color); margin-top: 2em; } .contact-link { color: var(--accent-color); text-decoration: none; } .contact-link:hover { text-decoration: underline; } </style> </head> <body> <div class="copyright-container"> <!-- Book Title and Subtitle --> <div class="book-title-copyright"> Curls&Contemplation </div> <div class="book-subtitle-copyright"> A Stylist's Interactive Guide to Conscious Beauty and Professional Growth </div> <!-- Copyright Information --> <div class="copyright-info"> © [YEAR] [AUTHOR_NAME]<br/> [PUBLISHER_NAME] </div> <!-- ISBN Section --> <div class="isbn-section"> EBOOK: [EBOOK_ISBN]<br/> PAPERBACK: [PAPERBACK_ISBN]<br/> LARGE PRINT: [LARGE_PRINT_ISBN]<br/> HB: [HARDBACK_ISBN]<br/> AUDIO: [AUDIO_ISBN] </div> <!-- Rights Statement --> <div class="rights-section"> The author's moral rights have been asserted.<br/> All rights reserved. Enquiries: <a href="mailto:[CONTACT_EMAIL]" class="contact-link">[CONTACT_EMAIL]</a> </div> <!-- Publisher Logo/Symbol (optional) --> <div class="publisher-logo"> <!-- You can add a logo image here or use a decorative symbol --> <div style="color: var(--accent-color); font-size: 2em;"> ❦ </div> </div> <!-- Publisher Information --> <div class="publisher-info"> Created with [PUBLISHING_PLATFORM] </div> </div> <!-- TEMPLATE NOTES: (REMOVE IN FINAL) --> <!-- COPYRIGHT PAGE TEMPLATE USAGE: 1. SINGLE PAGE LAYOUT: All content centered and contained on one page 2. FORMAL TYPOGRAPHY: Professional fonts and spacing 3. LEGAL COMPLIANCE: Standard copyright page elements 4. ELEGANT DESIGN: Clean, centered layout with proper hierarchy TO CUSTOMIZE: - Replace [YEAR] with publication year - Replace [AUTHOR_NAME] with your name - Replace [PUBLISHER_NAME] with your publishing company - Replace [EBOOK_ISBN], [PAPERBACK_ISBN], etc. with actual ISBNs - Replace [CONTACT_EMAIL] with your contact email - Replace [PUBLISHING_PLATFORM] with your platform (e.g., "Kindle Direct Publishing") - Add actual publisher logo if desired STANDARD COPYRIGHT PAGE ELEMENTS INCLUDED: - Book title and subtitle - Copyright notice with year and author - Publisher information - ISBN numbers for all formats - Rights statement - Contact information --> </body> </html>