Compare commits
2 commits
5133adace4
...
711f78eb06
Author | SHA1 | Date | |
---|---|---|---|
711f78eb06 | |||
f3a83e04ff |
2 changed files with 14 additions and 16 deletions
3
.prettierrc
Normal file
3
.prettierrc
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"printWidth": 96
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en" prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
@ -15,10 +15,7 @@
|
|||
<header>
|
||||
<div>
|
||||
<h1>charlotte ✨</h1>
|
||||
<p>
|
||||
multi-specialist interdisciplinary technician. polyglot. silly
|
||||
rabbit 🐇
|
||||
</p>
|
||||
<p>multi-specialist interdisciplinary technician. polyglot. silly rabbit 🐇</p>
|
||||
</div>
|
||||
<aside>
|
||||
<img alt="my profile picture" src="/assets/pfp.jpg" />
|
||||
|
@ -26,10 +23,7 @@
|
|||
</header>
|
||||
|
||||
<section id="intro">
|
||||
<p>
|
||||
hi, i'm charlotte! i do multimedia projects with computers. that
|
||||
includes:
|
||||
</p>
|
||||
<p>hi, i'm charlotte! i do multimedia projects with computers. that includes:</p>
|
||||
|
||||
<ul>
|
||||
<li>software</li>
|
||||
|
@ -70,16 +64,17 @@
|
|||
<h2>find me on the web:</h2>
|
||||
|
||||
<ul class="inline-list">
|
||||
<li><a rel="me" href="https://twitter.com/char_bun">twitter</a></li>
|
||||
<li>
|
||||
<a rel="me" href="https://soundcloud.com/char-lt">soundcloud</a>
|
||||
</li>
|
||||
<li>
|
||||
<a rel="me" href="https://trans.enby.town/charlotte">fediverse</a>
|
||||
</li>
|
||||
<li>
|
||||
<a rel="me" href="https://pet.bun.how">bluesky</a>
|
||||
</li>
|
||||
<li><a rel="me" href="https://twitter.com/char_bun">twitter</a></li>
|
||||
<li>
|
||||
<a rel="me" href="https://trans.enby.town/charlotte">fediverse</a>
|
||||
(trans.enby.town)
|
||||
</li>
|
||||
<li>
|
||||
<a rel="me" href="https://soundcloud.com/char-lt">soundcloud</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue