28 lines
No EOL
741 B
Markdown
28 lines
No EOL
741 B
Markdown
# My ~~personal~~ portfolio website
|
|
|
|
This is my portfolio website, listing my work and ways to contact. Written in plain HTML and CSS.
|
|
|
|
<a class="gtk-button-pill" href="/index-avatar.html">Visit my website</a>
|
|
|
|
<style>
|
|
.gtk-button-pill {
|
|
position: relative;
|
|
width: 30vw;
|
|
height: 44px;
|
|
border-radius: 22px;
|
|
background-color: rgba(53, 132, 228, 1);
|
|
color: white;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 0px;
|
|
padding: 0px 32px;
|
|
margin-bottom: 1cm;
|
|
flex-wrap: nowrap;
|
|
}
|
|
</style>
|
|
|
|
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page) |