-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 🔥 fuck it we're doing git last
- Loading branch information
Showing
4 changed files
with
86 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
<main> | ||
<header class="h-card"> | ||
<img | ||
src="https://media.wetdry.world/accounts/headers/107/056/519/414/414/906/original/70fe7d75d3eb5dcb.png" | ||
class="banner" | ||
alt="Etcetera's banner" | ||
/> | ||
<div> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 173.8 275.72" | ||
height="50" | ||
style="background: white;padding:5px;aspect-ratio: 1/1;border-radius: 5px;" | ||
class="pfp" | ||
> | ||
<g transform="translate(-14.71 -21.92)" fill="black"> | ||
<circle cx="51.84" cy="48.35" r="21.6" /> | ||
<circle cx="49.33" class="middle" cy="139.79" r="34.62" /> | ||
<circle cx="134.49" cy="152.6" r="21.6" class="middle" /> | ||
<circle cx="141.87" cy="68.56" r="46.65" /> | ||
<circle cx="117.39" cy="241.5" r="56.14" class="bottom" /> | ||
</g> | ||
</svg> | ||
<h1 class="p-name">Etcetera</h1> | ||
<small>@[email protected]</small> | ||
<p class="p-note">Software of dubious quality.</p> | ||
<dl class="stats"> | ||
<dt>Followers</dt> | ||
<dd>10</dd> | ||
<!-- <dt>Following</dt> | ||
<dd>0</dd> --> | ||
<dt>Posts</dt> | ||
<dd>0</dd> | ||
</dl> | ||
<dl class="meta"> | ||
<dt>Developer blog (technical info about our software)</dt> | ||
<dd><a rel="me" href="https://jack.cetera.uk">https://jack.cetera.uk</a></dd> | ||
<dt>Website</dt> | ||
<dd><a rel="me" class="verified" href="https://cetera.uk">https://cetera.uk</a></dd> | ||
<dt>Free as in</dt> | ||
<dd>freedom</dd> | ||
</dl> | ||
</div> | ||
</header> | ||
</main> | ||
|
||
<style> | ||
h1 { | ||
font-size: 1.5em; | ||
margin: 0; | ||
} | ||
.banner { | ||
width: 100%; | ||
} | ||
.pfp { | ||
margin-top: -30px; | ||
} | ||
header { | ||
width: 300px; | ||
display: block; | ||
} | ||
header div { | ||
margin-left: 10px; | ||
} | ||
.stats { | ||
display: grid; | ||
grid-template-columns: 1fr 1fr; | ||
} | ||
.stats dt { | ||
font-weight: bold; | ||
} | ||
.stats dd { | ||
font-family: monospace; | ||
} | ||
.meta dt { | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
white-space: nowrap; | ||
} | ||
.verified { | ||
color: #6acb5d; | ||
} | ||
</style> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.