]> purplebirdman git - purplebirdman.git/blobdiff - www/index.html
Added color palette swapping
[purplebirdman.git] / www / index.html
index dc4ff15084582b4e6e0246519b11b0a81a499c8d..331e30268599c4408b5426d122a510ac1a23e74a 100644 (file)
@@ -1,17 +1,29 @@
 <html>
-<body>
-<center>
-<p>
-<br><h1>purplebirdman</h1></br>
-<br><h3>Places you can find me</h3></br>
-</p>
-<p>
-<br><a href="https://patreon.com/purplebirdman">Patreon</a></br>
-<br><a href="https://thepurplebirdman.gumroad.com">Gumroad</a></br>
-<br><a href="https://www.furaffinity.net/user/falconmccooper">FurAffinity</a></br>
-<br><a href="https://bsky.app/profile/purplebirdman.com">BlueSky</a></br>
-<br><a href="http://t.me/purplebirdman">Telegram</a></br>
-</p>
-</center>
+<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>