mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
made contacts page
This commit is contained in:
parent
884b2ea507
commit
623fa7b7fd
16 changed files with 346 additions and 25 deletions
|
@ -22,14 +22,21 @@
|
|||
<p>There's also my Curriculum Vitae and contact info.</p>
|
||||
</div>
|
||||
|
||||
<div :class="$style.buttons">
|
||||
<UiActionButton href="/bio" variant="outline">
|
||||
Read about me
|
||||
<UiButtonGroup :class="$style.buttons">
|
||||
<UiActionButton href="/contacts" variant="primary">
|
||||
Contact me
|
||||
<template v-slot:suffix>
|
||||
<IconsArrowRight width="22" height="22" fill="currentColor" />
|
||||
<IconsSend width="22" height="22" fill="currentColor" />
|
||||
</template>
|
||||
</UiActionButton>
|
||||
</div>
|
||||
|
||||
<UiActionButton href="/about" variant="outline">
|
||||
View Portfolio
|
||||
<template v-slot:suffix>
|
||||
<IconsBook width="22" height="22" fill="currentColor" />
|
||||
</template>
|
||||
</UiActionButton>
|
||||
</UiButtonGroup>
|
||||
</div>
|
||||
|
||||
<div :class="$style.image">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue