forked from enviPath/enviPy
Remove fields from navbar
This commit is contained in:
@ -18,13 +18,14 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<nav>
|
<nav>
|
||||||
<h6 class="footer-title">Legal</h6>
|
<h6 class="footer-title">Legal</h6>
|
||||||
<a class="link link-hover">Terms of use</a>
|
<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">Privacy policy</a>
|
||||||
<a class="link link-hover">Cookie policy</a>
|
<a class="link link-hover">Cookie policy</a>
|
||||||
<a class="link link-hover">Cite enviPath</a>
|
<a class="link link-hover" href="#" id="citeButton">Cite enviPath</a>
|
||||||
</nav>
|
</nav>
|
||||||
</footer>
|
</footer>
|
||||||
<footer class="footer border-neutral-300 border-t-2 px-10 py-4">
|
<footer class="footer border-neutral-300 border-t-2 px-10 py-4">
|
||||||
|
<div class="flex flex-row justify-between w-full items-start">
|
||||||
<aside class="grid-flow-col items-center">
|
<aside class="grid-flow-col items-center">
|
||||||
<svg class="fill-neutral-content flex-shrink-0 h-14 m-2" viewbox="0 0 65 65" >
|
<svg class="fill-neutral-content flex-shrink-0 h-14 m-2" viewbox="0 0 65 65" >
|
||||||
<use
|
<use
|
||||||
@ -38,6 +39,8 @@
|
|||||||
Biodegredation prediction since 2015.
|
Biodegredation prediction since 2015.
|
||||||
</p>
|
</p>
|
||||||
</aside>
|
</aside>
|
||||||
|
<aside class="text-sm text-base-200 mt-2"><span class="text-xs tracking-tight">Version</span> <span class="text-base font-bold">{{ meta.version }}</span></aside>
|
||||||
|
</div>
|
||||||
<nav class="md:place-self-center md:justify-self-end">
|
<nav class="md:place-self-center md:justify-self-end">
|
||||||
<div class="grid grid-flow-col gap-4">
|
<div class="grid grid-flow-col gap-4">
|
||||||
<a href="https://www.youtube.com/@envipath7231" target="_blank">
|
<a href="https://www.youtube.com/@envipath7231" target="_blank">
|
||||||
|
|||||||
@ -34,20 +34,6 @@
|
|||||||
<div class="navbar-end">
|
<div class="navbar-end">
|
||||||
<ul class="menu menu-horizontal px-1">
|
<ul class="menu menu-horizontal px-1">
|
||||||
<button type="button" class="inline-flex items-center gap-1 rounded-full bg-gray-950/2 px-2 py-1 inset-ring inset-ring-gray-950/8 dark:bg-white/5 dark:inset-ring-white/2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="-ml-0.5 size-4 fill-gray-600 dark:fill-gray-500"><path fill-rule="evenodd" d="M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z" clip-rule="evenodd"></path></svg><kbd class="hidden font-sans text-xs/4 text-gray-500 dark:text-gray-400 [.os-macos_&]:block">⌘K</kbd><kbd class="hidden font-sans text-xs/4 text-gray-500 not-[.os-macos_&]:block dark:text-gray-400">Ctrl K</kbd></button>
|
<button type="button" class="inline-flex items-center gap-1 rounded-full bg-gray-950/2 px-2 py-1 inset-ring inset-ring-gray-950/8 dark:bg-white/5 dark:inset-ring-white/2"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" class="-ml-0.5 size-4 fill-gray-600 dark:fill-gray-500"><path fill-rule="evenodd" d="M9.965 11.026a5 5 0 1 1 1.06-1.06l2.755 2.754a.75.75 0 1 1-1.06 1.06l-2.755-2.754ZM10.5 7a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z" clip-rule="evenodd"></path></svg><kbd class="hidden font-sans text-xs/4 text-gray-500 dark:text-gray-400 [.os-macos_&]:block">⌘K</kbd><kbd class="hidden font-sans text-xs/4 text-gray-500 not-[.os-macos_&]:block dark:text-gray-400">Ctrl K</kbd></button>
|
||||||
<li><a href="https://community.envipath.org/" id="communityLink">Community</a></li>
|
|
||||||
<li>
|
|
||||||
<details>
|
|
||||||
<summary>Info</summary>
|
|
||||||
<ul class="bg-base-100 rounded-t-none p-2 w-48 z-50">
|
|
||||||
<li><a href="https://community.envipath.org/t/envipath-license/109" id="licenceLink">Licences</a></li>
|
|
||||||
<li class="divider"></li>
|
|
||||||
<li><a target="_blank" href="https://wiki.envipath.org/" id="wikiLink">Documentation Wiki</a></li>
|
|
||||||
<li><a href="#" id="citeButton">How to cite enviPath</a></li>
|
|
||||||
<li class="divider"></li>
|
|
||||||
<li><a>Version: {{ meta.version }}</a></li>
|
|
||||||
</ul>
|
|
||||||
</details>
|
|
||||||
</li>
|
|
||||||
{% if meta.user.username == 'anonymous' %}
|
{% if meta.user.username == 'anonymous' %}
|
||||||
<li><a href="#signup" id="loginButton">Login</a></li>
|
<li><a href="#signup" id="loginButton">Login</a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|||||||
@ -129,7 +129,10 @@
|
|||||||
to predict likely biotransformation pathways and products. Explore our tools
|
to predict likely biotransformation pathways and products. Explore our tools
|
||||||
and contribute to advancing environmental biotransformation research.
|
and contribute to advancing environmental biotransformation research.
|
||||||
</p>
|
</p>
|
||||||
<a href="/about" class="float-right btn btn-ghost-neutral">Read More</a>
|
<div class="flex flex-row gap-4 float-right">
|
||||||
|
<a href="/about" class="btn btn-ghost-neutral">Read More</a>
|
||||||
|
<a href="/about" class="btn btn-neutral">Publications</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user