this repo has no description
1<!DOCTYPE html>
2<html lang="en-US">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <meta name="description" content="lilac.pink">
7 <title>lilac.pink</title>
8 <link href="style.css" rel="stylesheet">
9 </head>
10 <body>
11 <main>
12 <section class="me">
13 <img src="assets/yemou.svg" class="logo">
14 <h1>Haiyo, I'm yemou</h1>
15 <ul class="info">
16 <li>21</li>
17 <li>They/Them</li>
18 <li>Student</li>
19 </ul>
20 <p>🦑 You've got to be squidding me!</p>
21 <p>Computer Science Major at Kennesaw State University</p>
22 </section>
23 <section class="contact">
24 <h1 id="contact">Contact Me</h1>
25 <p>Email me: <a href="mailto:contact@lilac.pink">contact@lilac.pink<a/></p>
26 <p>Message me on Matrix: <a href="https://matrix.to/#/@yemou:butwho.org">@yemou:butwho.org</a></p>
27 <p>You can also find me on <a href="https://links.lilac.pink">these other platforms</a></p>
28 </section>
29 </main>
30 <footer>
31 <p>
32 Report accessibility concerns to <a href="mailto:accessibility@lilac.pink">accessibility@lilac.pink</a>
33 or to <a href="https://github.com/yemouu/pink.lilac.links/issues">GitHub</a>
34 </p>
35 <p>View source on <a href="https://github.com/yemouu/pink.lilac">GitHub</a></p>
36 </footer>
37 </body>
38</html>