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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue