]> Untitled Git - purplebirdman.git/blobdiff - www/index.html
Tweaking CSS colors and index
[purplebirdman.git] / www / index.html
index dc4ff15084582b4e6e0246519b11b0a81a499c8d..25629cdcdaa11f176d0ef2d43361032e912aa380 100644 (file)
@@ -1,17 +1,21 @@
 <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">
+    <center>
+    <h1>purplebirdman</h1>
+    <p>
+        Hey! I'm a comic guy who makes stuff with the help of my supporters
+    </p>
+    <li class="link third-color"><a href="https://patreon.com/purplebirdman">Patreon</a></li>
+    <li class="link third-color"><a href="https://thepurplebirdman.gumroad.com">Gumroad</a></li>
+    <li class="link third-color"><a href="https://www.furaffinity.net/user/falconmccooper">FurAffinity</a></li>
+    <li class="link third-color"><a href="https://bsky.app/profile/purplebirdman.com">BlueSky</a></li>
+    <li class="link third-color"><a href="http://t.me/purplebirdman">Telegram</a></li>
+    </center>
+</div>
 </body>
 </html>