changed links to open in new tab

This commit is contained in:
Gamosoft 2025-12-04 10:55:10 +01:00
parent 80f4fbdc73
commit 7faeff1799
1 changed files with 5 additions and 5 deletions

View File

@ -493,7 +493,7 @@
<div class="container">
<header>
<div class="header-buttons">
<a href="https://ko-fi.com/gamosoft" class="kofi-mini" target="_blank" rel="noopener noreferrer" aria-label="Support on Ko-fi">
<a href="https://ko-fi.com/gamosoft" class="kofi-mini" target="_blank" rel="noopener" aria-label="Support on Ko-fi">
<span></span>
<span>Support</span>
</a>
@ -510,7 +510,7 @@
<div class="hero-content">
<h2>Take Control of Your Notes</h2>
<p>A lightweight, privacy-focused note-taking application with powerful features: LaTeX math equations, Mermaid diagrams, smart tags, custom templates, code highlighting, and more. Write, organize, and discover your notes with a beautiful, modern interface—all running on your own server.</p>
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button">Get Started on GitHub →</a>
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">Get Started on GitHub →</a>
</div>
</div>
@ -710,15 +710,15 @@
<div class="hero-content">
<h2>Ready to Get Started?</h2>
<p>Join the self-hosting community and take back control of your notes today.</p>
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button">View on GitHub →</a>
<a href="https://github.com/gamosoft/NoteDiscovery" class="cta-button" target="_blank" rel="noopener">View on GitHub →</a>
</div>
</div>
<footer>
<p>Made with ❤️ for the self-hosting community</p>
<p>
<a href="https://github.com/gamosoft/NoteDiscovery" class="github-link">Star on GitHub</a>
<a href="https://github.com/gamosoft/NoteDiscovery/issues" class="github-link">Report Issues</a>
<a href="https://github.com/gamosoft/NoteDiscovery" class="github-link" target="_blank" rel="noopener">Star on GitHub</a>
<a href="https://github.com/gamosoft/NoteDiscovery/issues" class="github-link" target="_blank" rel="noopener">Report Issues</a>
</p>
</footer>
</div>