]> Untitled Git - purplebirdman.git/blobdiff - www/index.html
Added color palette swapping
[purplebirdman.git] / www / index.html
index 802992c4220de19a90767f3000a79a31b98d0df7..331e30268599c4408b5426d122a510ac1a23e74a 100644 (file)
@@ -1 +1,29 @@
-Hello world
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="css/colors.css" />
+<link rel="stylesheet" type="text/css" href="css/index.css" />
+</head>
+<body class="first-color">
+<div class="card second-color">
+    <h1>purplebirdman</h1>
+    <p>
+        Hey! I'm a comic guy who makes stuff with the help of my supporters
+    </p>
+    <div class="links third-color">
+        Places to find and support my work
+        <ul>
+            <li class="link fourth-color"><a href="https://patreon.com/purplebirdman">Patreon</a></li>
+            <li class="link fourth-color"><a href="https://thepurplebirdman.gumroad.com">Gumroad</a></li>
+            <li class="link fourth-color"><a href="https://www.furaffinity.net/user/falconmccooper">FurAffinity</a></li>
+        </ul>
+    </div>
+    <div class="links third-color">
+        Places to find me
+        <ul>
+            <li class="link fourth-color"><a href="https://bsky.app/profile/purplebirdman.com">BlueSky</a></li>
+            <li class="link fourth-color"><a href="http://t.me/purplebirdman">Telegram</a></li>
+        </ul>
+    </div>
+</div>
+</body>
+</html>