mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
Update team.md
This commit is contained in:
parent
3284412b68
commit
13b0a23801
1 changed files with 11 additions and 3 deletions
14
docs/team.md
14
docs/team.md
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
layout: clean
|
layout: page
|
||||||
|
sidebar: false
|
||||||
title: The Team
|
title: The Team
|
||||||
---
|
---
|
||||||
<script setup>
|
<script setup>
|
||||||
|
@ -7,7 +8,14 @@ title: The Team
|
||||||
import { teamMembers } from "./_data/team";
|
import { teamMembers } from "./_data/team";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<VPTeamPage>
|
|
||||||
|
<style scoped>
|
||||||
|
.VPTeamPage {
|
||||||
|
margin-bottom: 96px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="VPTeamPage">
|
||||||
<VPTeamPageTitle>
|
<VPTeamPageTitle>
|
||||||
<template #title>The Team</template>
|
<template #title>The Team</template>
|
||||||
<template #lead>
|
<template #lead>
|
||||||
|
@ -26,4 +34,4 @@ title: The Team
|
||||||
<VPTeamMembers size="small" :members="featuredContributors" />
|
<VPTeamMembers size="small" :members="featuredContributors" />
|
||||||
</template>
|
</template>
|
||||||
</VPTeamPageSection> -->
|
</VPTeamPageSection> -->
|
||||||
</VPTeamPage>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue