Your contributions and the work of volunteers help keep the Synth Library and its projects running.

If you want to contribute, you can become a member or make a one-time donation. Just generate a QR code or use the information that appears under the code.

If you want to donate instruments, books or other equipment, write to us at info@synthlibrary.cz



/* mobile/style.css additions */ /* Mobile footer styles */ .mobile-footer { background-color: var(--bg-content); padding: 15px; box-shadow: var(--shadow-default); font-size: 0.9em; } .footer-section { margin-bottom: 15px; } .footer-section.contact p, .footer-section.contact a { display: block; margin-top: 5px; text-decoration: none; color: var(--text-color); } .footer-section.newsletter h4 { margin-bottom: 8px; } .footer-section.newsletter input[type="email"] { width: 100%; padding: 8px; margin-bottom: 8px; box-sizing: border-box; } .footer-section.newsletter button { padding: 8px 12px; } .footer-section.support { text-align: center; } .footer-section.support .btn-flat { width: 100%; display: inline-block; }