Skip to content

Commit

Permalink
feat: add team to index page
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Sep 25, 2024
1 parent f85b13d commit 82f595d
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,58 @@ const { data } = useQuery({
</div>
</NuxtLink>
</div>
<div>
<h2 class="text-2xl font-semibold">Team</h2>
<ul>
<li class="my-2">
<NuxtLink
to="https://www.uibk.ac.at/geschichte-ethnologie/institut/mitarbeiterinnen/projekt/debertol-markus/"
class="block underline decoration-dotted"
target="_blank"
>
Dr. Markus Debertol
</NuxtLink>
<span class="text-sm">Prinicpal Investigator (Univ. Innsbruck) und Koordinator</span>
</li>
<li class="my-2">
<span class="block">Mag. Dr. Nadja Krajicek, BA MA</span>
<span class="text-sm">Principal Investigator (Tiroler Landesarchiv)</span>
</li>
<li class="my-2">
<NuxtLink
to="https://www.uibk.ac.at/geschichte-ethnologie/institut/mitarbeiterinnen/projekt/laumer-philipp/"
class="block underline decoration-dotted"
target="_blank"
>
Philipp Laumer, MA
</NuxtLink>
<span class="text-sm">Wissenschaftlicher Projektmitarbeiter</span>
</li>
<li class="my-2">
<NuxtLink
to="https://www.oeaw.ac.at/acdh/institute/team/staff-members/birger-schacht"
class="block underline decoration-dotted"
target="_blank"
>
Birger Schacht, BSc
</NuxtLink>
<span class="text-sm">Backend-Entwicklung (ACDH-CH)</span>
</li>
<li class="my-2">
<NuxtLink
to="https://www.oeaw.ac.at/acdh/institute/team/staff-members/katharina-ruth-wuensche"
class="block underline decoration-dotted"
target="_blank"
>
Katharina Wünsche, BSc
</NuxtLink>
<span class="text-sm">Frontend-Entwicklung (ACDH-CH, ab Jänner 2024)</span>
</li>
<li class="my-2">
<span class="block">Peter Senfter, BA</span>
<span class="text-sm">Studentischer Mitarbeiter (bis Oktober 2023)</span>
</li>
</ul>
</div>
</MainContent>
</template>

0 comments on commit 82f595d

Please sign in to comment.