-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (49 loc) · 3.46 KB
/
index.html
File metadata and controls
51 lines (49 loc) · 3.46 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Fig Tree</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h2 class="light">Welcome to <strong>The Fig Tree</strong>!</h2>
</header>
<main>
<p>This site is here as a helper to the
<a href="https://figment.pet/">Figment pet site</a>, inspired by sites like <a href="http://www.jellyneo.net/">Jellyneo</a>, <a href="http://www.animalcrossingcommunity.com/">Animal Crossing Community</a>, and the now-departed Tektek.org. Hopefully it can make your time playing Figment a little bit easier!
</p>
<p>
This site will go through a few iterations as I build up (and learn how to build!) new features. The first will be a <em>listing of all shop items</em> on a single page, so you can Ctrl+F to search them, with links to which shop page the item is on! Later on, The Fig Tree will become a site where you can save wishlists and search for users to trade with. At this stage, while Figment is still in alpha, the purpose of this site is basically to fill in for some of the functionality (like searching shop items) that Figment hasn't implemented quite yet in the main site.
</p>
<div id="left-links">
<h4>Official Figment Links</h4>
<ul>
<li><a href="https://figment.pet/">Figment Pet Game</a></li>
<li><a href="https://www.patreon.com/figmentpet">Patreon</a></li>
<li><a href="https://gumroad.com/figmentpet">Gumroad</a></li>
<li><a href="https://discordapp.com/invite/gYfp8g">Discord</a></li>
<li><a href="https://www.instagram.com/figmentpet/">Instagram</a></li>
<li><a href="https://figmentpet.tumblr.com/">Tumblr</a></li>
<li><a href="https://www.facebook.com/figmentpet">Facebook</a></li>
<li><a href="https://twitter.com/figmentpet">Twitter</a></li>
<li><a href="https://leefy.itch.io/figment">Itch.io</a></li>
</ul>
</div>
<div id="right-links">
<h4>Unofficial Community Links</h4>
<ul>
<li><a href="https://figment-pet.fandom.com/wiki/Figment_Wiki">Wiki</a>: The Figment wiki is not officially maintained by Figment, but strives to have accurate, canonical information.</li>
<li><a href="https://acorisage.neocities.org/museum/sculptures/sculpture-room.html">Fanterra Museum Project</a>: This is a non-canon fan project by <a href="https://figment.pet/profile/789">Sage</a> imagining some original lore for the world of Fanterra, told through the format of exploring a digital museum!</li>
<!--<li><a href=""></a></li>-->
</ul>
</div>
</main>
<div id="footer">
<footer>
This site is maintained by <a href="https://figment.pet/profile/454">Entropy (#454)</a>. This is a fan project, and I am not affiliated with Figment in any official way. Feel free to contact me about this site, or anything else, via Figment, <a href="https://twitter.com/kblogq">Twitter</a>, <a href="https://github.com/caesiumtea/figtree">Github</a> (if the site's ever broken, you can file an issue here!), or on Discord as entropy#4419. All feedback about the site is welcome, especially constructive criticism.
</footer>
</div>
</body>
</html>