ADD: ProPapier
ProPapier added to projects
This commit is contained in:
parent
63bad70649
commit
0c1999bb6e
4 changed files with 32 additions and 16 deletions
|
@ -28,14 +28,12 @@
|
|||
<article class="z-2 card flex-col gap-sm margin-top">
|
||||
<h3>Wenn ich mal ausgebucht bin</h3>
|
||||
<p>Dann buch doch einfach einen der tollen Menschen aus meinem Netzwerk!</p>
|
||||
<ul class="social-media">
|
||||
<li v-for="({icon, name, ...rest}) in socials" :key="rest.href">
|
||||
<a v-bind="rest" target="_blank">
|
||||
<Icon :name="icon" :alt="rest['aria-label']" size="1.5em" mode="svg" />
|
||||
<span>{{ name }}</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ClientOnly>
|
||||
<div class="network margin-top">
|
||||
<Person ref="persons" v-for="person in network" v-bind="person" />
|
||||
</div>
|
||||
</ClientOnly>
|
||||
</article>
|
||||
</section>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue