Skip to content

Commit

Permalink
changed names for buttons and reshuffled cartegories. May in the end …
Browse files Browse the repository at this point in the history
…replace the whole thing with one big SVG.
  • Loading branch information
nekrut committed Oct 13, 2023
1 parent 302fb92 commit 9472df2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@

<b-row id="profiles" class="justify-content-md-center">
<HomeProfile
title="SCIENTISTS"
title="Researchers"
link="#researchers"
img="/images/undraw-illustrations/galaxy-for-scientists.svg"
alt="Galaxy for scientists"
/>
<HomeProfile
title="TRAINERS"
title="Data Analysts"
link="/learn/"
img="/images/undraw-illustrations/galaxy-for-trainers.svg"
img="/images/undraw-illustrations/galaxy-for-developers.svg"
alt="Galaxy for trainers"
/>
<HomeProfile
title="TOOL AUTHORS"
title="Students"
link="/tools/"
img="/images/undraw-illustrations/galaxy-for-tool-developers.svg"
alt="Galaxy for tool authors"
/>
<HomeProfile
title="DEVELOPERS"
title="Instructors"
link="/develop/"
img="/images/undraw-illustrations/galaxy-for-developers.svg"
img="/images/undraw-illustrations/galaxy-for-trainers.svg"
alt="Galaxy for developers"
/>
<HomeProfile
title="ADMINS"
title="Developers"
link="/admin"
img="/images/undraw-illustrations/galaxy-for-admins.svg"
alt="Galaxy for admins"
Expand Down

0 comments on commit 9472df2

Please sign in to comment.