-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (41 loc) · 2.82 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pyon 🐇☕</title>
<link href="styles.css" rel="stylesheet" type="text/css" media="all">
<link rel="icon" href="icon.png">
</head>
<body>
<div id="mainbox">
<!--logo and title-->
<img src="pf.png" width="312" height="312" alt="pyon's profile picture" class="logo">
<h1>hey, im <a href="old.html">valerie</a>.</h1>
<!--description-->
<h3>i spend much of my time online: drawing, talking, listening to music</h3>
<h3>always open to talk, though i am very anxious. (discord: @py.on)</h3>
<h2><a href="https://miamakura.carrd.co/" target="_blank">here's my girlfriend's page too, she is cool :3</a></h2>
<!-- hehe -->
<p class="sorry">hey there mobile/lowres user! im sorry this page isnt as interesting at this width, but i didnt really know how to make this website look nice otherwise. im sorry qwq</p>
<p class="sorry">feel free to have this bunny on your way out!</p>
<img src="bnu.png" width="250" height="183" alt="nice bunny" class="sorry">
<p></p>
<!--social links-->
<!--bluesky-->
<a href="https://bsky.app/profile/latte.party" target="_blank">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>bluesky</title>
<path d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.815 2.736 3.713 3.66 6.383 3.364.136-.02.275-.039.415-.056-.138.022-.276.04-.415.056-3.912.58-7.387 2.005-2.83 7.078 5.013 5.19 6.87-1.113 7.823-4.308.953 3.195 2.05 9.271 7.733 4.308 4.267-4.308 1.172-6.498-2.74-7.078a8.741 8.741 0 0 1-.415-.056c.14.017.279.036.415.056 2.67.297 5.568-.628 6.383-3.364.246-.828.624-5.79.624-6.478 0-.69-.139-1.861-.902-2.206-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8Z"/>
</svg>
</a>
<!--ko-fi-->
<a href="https://ko-fi.com/pyonlatte" target="_blank">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>ko-fi</title>
<path d="M23.881 8.948c-.773-4.085-4.859-4.593-4.859-4.593H.723c-.604 0-.679.798-.679.798s-.082 7.324-.022 11.822c.164 2.424 2.586 2.672 2.586 2.672s8.267-.023 11.966-.049c2.438-.426 2.683-2.566 2.658-3.734 4.352.24 7.422-2.831 6.649-6.916zm-11.062 3.511c-1.246 1.453-4.011 3.976-4.011 3.976s-.121.119-.31.023c-.076-.057-.108-.09-.108-.09-.443-.441-3.368-3.049-4.034-3.954-.709-.965-1.041-2.7-.091-3.71.951-1.01 3.005-1.086 4.363.407 0 0 1.565-1.782 3.468-.963 1.904.82 1.832 3.011.723 4.311zm6.173.478c-.928.116-1.682.028-1.682.028V7.284h1.77s1.971.551 1.971 2.638c0 1.913-.985 2.667-2.059 3.015z"/>
</svg>
</a>
</div>
</body>
</html>