Update website
This commit is contained in:
parent
3aa96185d0
commit
48d2eca4e3
2 changed files with 13 additions and 11 deletions
18
index.html
18
index.html
|
|
@ -1308,6 +1308,7 @@
|
|||
<li><a href="#languages">Languages</a></li>
|
||||
<li><a href="#screenshots">Screenshots</a></li>
|
||||
<li><a href="#installation">Installation</a></li>
|
||||
<li><a href="https://docs.tududi.com">Docs</a></li>
|
||||
<li class="theme-switch">
|
||||
<span class="theme-switch-label"><i class="fas fa-moon"></i></span>
|
||||
<label class="switch">
|
||||
|
|
@ -1340,8 +1341,15 @@
|
|||
<img src="screenshots/mobile-all-dark.png" alt="tududi - Mobile Dark Mode" class="mobile-overlay mobile-overlay-dark">
|
||||
</div>
|
||||
<div class="hero-buttons">
|
||||
<a href="https://github.com/chrisvel/tududi" class="primary-button">View on GitHub</a>
|
||||
<a href="#installation" class="secondary-button">Quick Install</a>
|
||||
<a href="https://docs.tududi.com" class="secondary-button">
|
||||
<i class="fas fa-book"></i>
|
||||
Documentation
|
||||
</a>
|
||||
<a href="https://github.com/chrisvel/tududi" class="secondary-button">
|
||||
<i class="fab fa-github"></i>
|
||||
View on GitHub
|
||||
</a>
|
||||
<a href="#installation" class="primary-button">Quick Install</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1742,8 +1750,8 @@
|
|||
<h2>Take Control of Your Productivity</h2>
|
||||
<p>Join thousands of users who've chosen privacy and control over their task management. Start your self-hosted <strong>tududi</strong> instance today and experience distraction-free productivity.</p>
|
||||
<div class="cta-buttons">
|
||||
<a href="https://github.com/chrisvel/tududi" class="cta-white">View on GitHub</a>
|
||||
<a href="https://github.com/chrisvel/tududi/issues" class="cta-outline">Report Issues</a>
|
||||
<a href="https://docs.tududi.com" class="cta-white">Read the Docs</a>
|
||||
<a href="https://github.com/chrisvel/tududi" class="cta-outline">View on GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -1825,7 +1833,7 @@
|
|||
<div class="footer-column">
|
||||
<h3>Resources</h3>
|
||||
<ul class="footer-links">
|
||||
<li><a href="https://github.com/chrisvel/tududi#-getting-started">Documentation</a></li>
|
||||
<li><a href="https://docs.tududi.com"><i class="fas fa-book"></i> Documentation</a></li>
|
||||
<li><a href="https://github.com/users/chrisvel/projects/2">Roadmap</a></li>
|
||||
<li><a href="https://github.com/chrisvel/tududi/issues">Issues</a></li>
|
||||
<li><a href="https://github.com/chrisvel/tududi#-contributing">Contributing</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue