feat: add mockup for static pages

This commit is contained in:
2025-10-29 11:13:31 +13:00
parent 849ebbe7f8
commit b7e1dac66a
11 changed files with 1139 additions and 14 deletions

View File

@ -4,25 +4,25 @@
<footer class="footer sm:footer-horizontal p-10">
<nav>
<h6 class="footer-title">Services</h6>
<a class="link link-hover">Predict</a>
<a class="link link-hover">Search</a>
<a class="link link-hover">Browse</a>
<a class="link link-hover">Modelling</a>
<a class="link link-hover" href="/">Predict</a>
<a class="link link-hover" href="/search">Search</a>
<a class="link link-hover" href="/package">Browse</a>
<a class="link link-hover" href="/model">Modelling</a>
<a href="https://wiki.envipath.org/" target="_blank" class="link link-hover">Documentation</a>
</nav>
<nav>
<h6 class="footer-title">Company</h6>
<a class="link link-hover">About us</a>
<a class="link link-hover">Support</a>
<a class="link link-hover">Contact</a>
<a class="link link-hover">Jobs</a>
<a class="link link-hover" href="/about">About us</a>
<a class="link link-hover" href="/contact">Support</a>
<a class="link link-hover" href="/contact">Contact</a>
<a class="link link-hover" href="/jobs">Jobs</a>
</nav>
<nav>
<h6 class="footer-title">Legal</h6>
<a class="link link-hover" href="https://community.envipath.org/t/envipath-license/109" target="_blank">Terms of use</a>
<a class="link link-hover">Privacy policy</a>
<a class="link link-hover">Cookie policy</a>
<a class="link link-hover" href="#" id="citeButton">Cite enviPath</a>
<a class="link link-hover" href="/terms">Terms of use</a>
<a class="link link-hover" href="/privacy">Privacy policy</a>
<a class="link link-hover" href="/cookie-policy">Cookie policy</a>
<a class="link link-hover" href="/cite">Cite enviPath</a>
</nav>
</footer>
<footer class="footer border-neutral-300 border-t-2 px-10 py-4">