changed links to open in new tab
This commit is contained in:
parent
80f4fbdc73
commit
7faeff1799
|
|
@ -493,7 +493,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<header>
|
<header>
|
||||||
<div class="header-buttons">
|
<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>☕</span>
|
||||||
<span>Support</span>
|
<span>Support</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
@ -510,7 +510,7 @@
|
||||||
<div class="hero-content">
|
<div class="hero-content">
|
||||||
<h2>Take Control of Your Notes</h2>
|
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -710,15 +710,15 @@
|
||||||
<div class="hero-content">
|
<div class="hero-content">
|
||||||
<h2>Ready to Get Started?</h2>
|
<h2>Ready to Get Started?</h2>
|
||||||
<p>Join the self-hosting community and take back control of your notes today.</p>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>Made with ❤️ for the self-hosting community</p>
|
<p>Made with ❤️ for the self-hosting community</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/gamosoft/NoteDiscovery" class="github-link">Star on GitHub</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">Report Issues</a>
|
<a href="https://github.com/gamosoft/NoteDiscovery/issues" class="github-link" target="_blank" rel="noopener">Report Issues</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue