-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 2.64 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
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>furthings</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/0ccab23ba7.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type=text/css href="styles/dark.css">
</head>
<body>
<main>
<h1 class="largeTitle centerText bigLines">FURTHINGS COMMISSION HUB</h1>
<h1 class="mediumTitle centerText bigLines">COMMISSIONS ARE: OPEN!</h1>
<a class="smallTitle centerText bigLines underlineHover" href="https://trello.com/b/GwqS2tYQ/reds-queue">CLICK TO VISIT MY QUEUE ></a>
<img class="homeLogo" src="images/whimper.png">
<nav class="homeDirectory">
<a href="pricesheet.html">Commissions</a>
<a href="autoquote.html">Auto Quote</a>
<a href="about.html">About Me</a>
<a href="tos.html">Terms of Service</a>
</nav>
</main>
<footer class="socials">
<!-- email -->
<a href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i></a>
<!-- etsy -->
<a href="https://www.etsy.com/shop/furthingsart"><i class="fa-brands fa-etsy"></i></a>
<!-- youtube -->
<a href="https://www.youtube.com/@furthings"><i class="fa-brands fa-youtube"></i></a>
<!-- bluesky -->
<a href="https://bsky.app/profile/furthings.art"><i class="fa-brands fa-bluesky"></i></a>
<!-- fur affinity -->
<a href="https://www.furaffinity.net/user/furthings#"><img src="images/fa-logo.svg"/></a>
<!-- instagram -->
<a href="https://www.instagram.com/furthingsart/"><i class="fa-brands fa-instagram"></i></a>
<!-- twitter -->
<a href="https://twitter.com/furthings"><i class="fa-brands fa-twitter"></i></a>
<!-- toyhouse -->
<a href="https://toyhou.se/furthings"><img src="images/toyhouse_icon.svg"/></a>
<!-- paypal -->
<a href="https://paypal.me/Avrey"><i class="fa-brands fa-paypal"></i></a>
<!-- kofi -->
<a href="https://ko-fi.com/furthings"><img src="images/kofi-logo.svg"/></a>
<!-- patreon -->
<a href="https://www.patreon.com/furthings/"><i class="fa-brands fa-patreon"></i></a>
<!-- artfight -->
<a href="https://artfight.net/~furthings"><img src="images/af-logo.svg"/></a>
</footer>
</body>
</html>