Skip to content

Commit

Permalink
Merge pull request #1155 from NFDI4Chem/clickable-metrics
Browse files Browse the repository at this point in the history
fix: add links to the homepage metrics
  • Loading branch information
CS76 authored Aug 1, 2024
2 parents 5d09836 + e9cb9dd commit 767eb70
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,9 @@
>
<path
d="M7 3.41a1 1 0 0 0-.668-.943L2.275 1.039a.987.987 0 0 0-.877.166c-.25.192-.398.493-.398.812V12.2c0 .454.296.853.725.977l3.948 1.365A1 1 0 0 0 7 13.596V3.41ZM9 13.596a1 1 0 0 0 1.327.946l3.948-1.365c.429-.124.725-.523.725-.977V2.017c0-.32-.147-.62-.398-.812a.987.987 0 0 0-.877-.166L9.668 2.467A1 1 0 0 0 9 3.41v10.186Z"
></path></svg
><span class="self-baseline text-dark"
></path>
</svg>
<span class="self-baseline text-dark"
>Documentation</span
></a
><a
Expand All @@ -302,8 +303,9 @@
>
<path
d="M8 .198a8 8 0 0 0-8 8 7.999 7.999 0 0 0 5.47 7.59c.4.076.547-.172.547-.384 0-.19-.007-.694-.01-1.36-2.226.482-2.695-1.074-2.695-1.074-.364-.923-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.224 1.873.87 2.33.666.072-.518.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.954 0-.873.31-1.586.823-2.146-.09-.202-.36-1.016.07-2.118 0 0 .67-.214 2.2.82a7.67 7.67 0 0 1 2-.27 7.67 7.67 0 0 1 2 .27c1.52-1.034 2.19-.82 2.19-.82.43 1.102.16 1.916.08 2.118.51.56.82 1.273.82 2.146 0 3.074-1.87 3.75-3.65 3.947.28.24.54.73.54 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.14.46.55.38A7.972 7.972 0 0 0 16 8.199a8 8 0 0 0-8-8Z"
></path></svg
><span class="self-baseline text-dark"
></path>
</svg>
<span class="self-baseline text-dark"
>GitHub</span
></a
><a
Expand Down Expand Up @@ -405,19 +407,28 @@
class="mt-4 grid grid-cols-1 gap-y-12 gap-x-6 sm:grid-cols-3"
>
<p class="text-center">
<span class="block text-2xl font-bold"
>{{ projects }} Projects</span
<a
href="/projects"
class="block text-2xl font-bold"
>
{{ projects }} Projects
</a>
</p>
<p class="text-center">
<span class="block text-2xl font-bold"
>{{ compounds }} Compounds</span
<a
href="/compounds"
class="block text-2xl font-bold"
>
{{ compounds }} Compounds
</a>
</p>
<p class="text-center">
<span class="block text-2xl font-bold"
>{{ spectra }} Spectra</span
<a
href="/spectra"
class="block text-2xl font-bold"
>
{{ spectra }} Spectra
</a>
</p>
<!-- <p>
<span class="block text-2xl font-bold"
Expand Down

0 comments on commit 767eb70

Please sign in to comment.