summaryrefslogtreecommitdiff
path: root/web/template/index.tmpl
blob: f70f29388cf110cde072ec6760af7c0924681eb7 (plain)
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
{{- /*
	GoToSocial
	Copyright (C) 2021-2023 GoToSocial Authors admin@gotosocial.org

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU Affero General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU Affero General Public License for more details.

	You should have received a copy of the GNU Affero General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/ -}}

{{ template "header.tmpl" .}}
<section class="excerpt-top">
	home to <span class="count">{{.instance.Stats.user_count}}</span> users
		who posted <span class="count">{{.instance.Stats.status_count}}</span> statuses,
		federating with  <span class="count">{{.instance.Stats.domain_count}}</span> other instances.
</section>
<main class="lightgray">
	<section>
		<div className="short-description">
			{{.instance.ShortDescription |noescape}}
		</div>
	</section>
	<section class="apps">
		<p>
			GoToSocial does not provide its own webclient, but implements the Mastodon client API.
			You can use this server through a variety of other clients:
		</p>
		<div class="applist">
			<div class="entry">
				<svg role="img" aria-labelledby="pinaforeTitle pinaforeDesc" class="logo redraw" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10000 10000">
					<title id="pinaforeTitle">The Pinafore logo</title>
					<desc id="pinaforeDesc">A stylised boat in flat design</desc>
					<path d="M9212 5993H5987V823c1053 667 2747 2177 3225 5170zM3100 2690A12240 12240 0 01939 6035h2161zm676 7210h2448a3067 3067 0 003067-3067H5052V627a527 527 0 00-1052 0v6206H709a3067 3067 0 003067 3067z"></path>
				</svg>
				<div>
					<h2>Pinafore</h2>
					<p>Pinafore is a web client designed for speed and simplicity.</p>
					<a href="https://pinafore.social/" target="_blank" rel="noopener">Use Pinafore</a>
				</div>
			</div>
			<div class="entry">
				<img class="logo" src="/assets/tusky.svg" alt="The Tusky mascot, a cartoon elephant tooting happily"/>
				<div>
					<h2>Tusky</h2>
					<p>Tusky is a lightweight mobile client for Android.</p>
					<a href="https://tusky.app" target="_blank" rel="noopener">Get Tusky</a>
				</div>
			</div>
			<div class="entry">
				<img class="logo" src="/assets/mastodon.svg" alt="The Mastodon logo, the character M in a speech bubble">
				<div>
					<h2>More clients</h2>
					<p>Or try one of the clients listed on the official Mastodon page.</p>
					<a href="https://joinmastodon.org/apps" target="_blank" rel="noopener">Get Mastodon apps</a>
				</div>
			</div>
		</div>
	</section>
</main>
{{ template "footer.tmpl" .}}