made contacts page

This commit is contained in:
Fedor Katurov 2022-11-10 16:21:06 +06:00
parent 884b2ea507
commit 623fa7b7fd
16 changed files with 346 additions and 25 deletions

View file

@ -17,15 +17,11 @@
of doing <b>Typescript</b> and <b>Golang</b> backend.
</p>
<div :class="$style.buttons">
<UiActionButton
href="https://github.com/muerwre"
target="_blank"
variant="primary"
>
<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>
@ -39,7 +35,7 @@
<IconsCode width="22" height="22" fill="currentColor" />
</template>
</UiActionButton>
</div>
</UiButtonGroup>
</div>
</div>
</template>
@ -96,9 +92,5 @@
@include desktop {
margin-top: 20px;
}
& > * {
margin: 0 15px 15px 0;
}
}
</style>