Update README
This commit is contained in:
parent
f9d21a60a8
commit
ad0b035864
1 changed files with 24 additions and 1 deletions
25
README.md
25
README.md
|
@ -1,5 +1,28 @@
|
|||
# My portfolio website for using with Codeberg Pages
|
||||
# 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)
|
Loading…
Reference in a new issue