Merge pull request 'Stuffs' (#2) from dev into origin
Reviewed-on: https://codeberg.orgBingus_Violet/Violets-Purgatory#2
This commit is contained in:
commit
7ae7e9bd4b
2 changed files with 7 additions and 5 deletions
|
@ -21,12 +21,11 @@
|
|||
|
||||
<body>
|
||||
<h1>Welcome to Violet's Purgatory</h1>
|
||||
<p><a href="https://blog.violets-purgatory.dev/post/The_Codeberg_Incident">Codeberg sync is back no way!!!!</a></p>
|
||||
<div class="fadediv">
|
||||
<div class="container-fluid row" id="card">
|
||||
<h2>Violet</h2>
|
||||
<div style="display: flex; justify-content: center; align-items: center;">
|
||||
<img src="https://api.lanyard.rest/534132311781015564.png" class="pfp">
|
||||
<img src="https://api.lanyard.rest/534132311781015564.png?" class="pfp">
|
||||
<div>
|
||||
<p><a href="pronouns">They/Them</a></p>
|
||||
<p>Game & web developer</p>
|
||||
|
@ -35,11 +34,13 @@
|
|||
</div>
|
||||
<div>
|
||||
<hr>
|
||||
<p class="chip"><a href="./socials">Socials</a></p>
|
||||
<p class="chip"><a href="https://blog.violets-purgatory.dev">Blog</a></p>
|
||||
<p class="chip"><a href="./pronouns">Pronouns</a></p>
|
||||
<p class="chip"><a href="./faq">FAQ</a></p>
|
||||
<p class="chip"><a href="./socials">Socials</a></p>
|
||||
<p class="chip"><a href="./projects">Projects</a></p>
|
||||
<br>
|
||||
<p class="chip"><a href="https://blog.violets-purgatory.dev">Blog</a></p>
|
||||
<p class="chip"><a href="./faq">FAQ</a></p>
|
||||
<p class="chip"><a href="https://beta.violets-purgatory.dev">Beta</a></p>
|
||||
<!-- <p class="chip"><a href="./portfolio">Portfolio</a></p> -->
|
||||
<!-- <p class="chip"><a href="./art">Art</a></p> -->
|
||||
<!-- <p class="chip"><a href="./games">Games</a></p> -->
|
||||
|
|
|
@ -128,6 +128,7 @@ img {
|
|||
border-radius: 15px;
|
||||
border: darkgray 4px solid;
|
||||
width: 60%;
|
||||
aspect-ratio: 1/1;
|
||||
transform: scale(0.9);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue