Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jandsonrj committed Aug 8, 2024
1 parent 22d39d0 commit 7a9237d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions daiquiri/templates/core/base_navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
</ul>
</li>
<li>
<a href="/metadata/2mass">{% trans '2MASS' %}</a>
<a href="/metadata/twomass">{% trans '2MASS' %}</a>
<ul class="sub-menu">
<li>
<a href="/metadata/2mass/2mass">2mass</a>
<a href="/metadata/twomass/twomass.twomass_psc">twomass_psc</a>
</li>
</ul>
</li>
Expand Down
18 changes: 9 additions & 9 deletions daiquiri/templates/core/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2 style="text-align: center">Overview</h2>
<p style="font-size: 18px; color: #283663;">Data Access</p>
<p>Interface to perform queries on the database.</p>
<p>
<a class="btn btn-default" href="/query/" role="button">View details »</a>
<a class="btn btn-default" href="/query/" role="button">Query »</a>
</p>
</div>
<div class="col-md-3">
Expand All @@ -58,19 +58,19 @@ <h2 style="text-align: center">Overview</h2>
<p style="font-size: 18px; color: #283663;">Science Server</p>
<p>Visualization tools to explore astronomical images and catalogs.</p>
<p>
<a class="btn btn-default" href="https://scienceserver-dev.linea.org.br/" taget="_blank" role="button">View details »</a>
<a class="btn btn-default" href="https://scienceserver-dev.linea.org.br/" target="_blank" role="button">Open »</a>
</p>
</div>
<div class="col-md-3">
{% if not user.is_authenticated %}
<svg xmlns="http://www.w3.org/2000/svg" height="55" width="62" viewBox="0 0 512 512">
<svg xmlns="http://www.w3.org/2000/svg" height="55" width="62" viewBox="0 0 512 512">
<!-- !Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc. -->
<path fill="#283663" d="M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z" />
</svg>
<p style="font-size: 18px; color: #283663;">Login</p>
<p>Login to access the data and tools.</p>
<path fill="#283663" d="M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z" />
</svg>
<p style="font-size: 18px; color: #283663;">Login</p>
<p>Login to access the data and tools.</p>
{% if not user.is_authenticated %}
<p>
<a class="btn btn-default" href="/login" role="button">View details »</a>
<a class="btn btn-default" href="/login" role="button">Login »</a>
</p>
{% endif %}
</div>
Expand Down

0 comments on commit 7a9237d

Please sign in to comment.