generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
72 lines (64 loc) · 1.77 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
title: Introduction
layout: minimal
nav_order: 0
---
<div class="hero">
<h1>Manyfold</h1>
<p class="text-beta">{{ site.description }}</p>
<a href="https://try.manyfold.app" type="button" name="button" class="btn btn-blue">Try it out</a>
<a href="/get-started/installation" type="button" name="button" class="btn btn-purple">Get Started</a>
</div>
<div class="mx-md-10">
<div class="feature">
<img src="/images/browse.png" />
<div>
<h2>Browse</h2>
<p>View and enjoy your collection, and easily find the models you need; all in full interactive 3D.</p>
</div>
</div>
<div class="feature">
<img src="/images/organise.png" />
<div>
<h2>Categorise</h2>
<p>Sort your models and files by tag, creator, collection, and add
metadata like original source, notes, supported/unsupported,
and more.
</p>
</div>
</div>
<div class="feature">
<img src="/images/share.png" />
<div>
<h2>Share</h2>
<p>
Share content publicly or privately, follow content on other
instances, or anywhere on the Fediverse.
</p>
</div>
</div>
<div class="feature">
<img src="/images/tidy.png" />
<div>
<h2>Tidy</h2>
<p>
Automatically reorganise files on disk based on your tags
or other metadata, with fully customisable renaming options.
</p>
</div>
</div>
<div class="feature">
<img src="/images/troubleshoot.png" />
<div>
<h2>Troubleshoot</h2>
<p>
Easily spot duplicate files, nested models, inefficient formats,
and more to come.
</p>
</div>
</div>
</div>
<div class="mt-5" style="text-align: center">
<a href="https://try.manyfold.app" type="button" name="button" class="btn btn-blue">Try it out</a>
<a href="/get-started/installation" type="button" name="button" class="btn btn-purple">Get Started</a>
</div>