From 84618c6f94a4ced5ca67852ee7dfbd0fa964255f Mon Sep 17 00:00:00 2001 From: perennial Date: Tue, 1 Oct 2024 23:57:33 +1000 Subject: [PATCH] about page indentation --- assets/views/about.jet.html | 175 +++++++++++++++++------------------- 1 file changed, 84 insertions(+), 91 deletions(-) diff --git a/assets/views/about.jet.html b/assets/views/about.jet.html index 26f1a5e..6178e01 100644 --- a/assets/views/about.jet.html +++ b/assets/views/about.jet.html @@ -1,104 +1,97 @@ {{- extends "layout/default" }} {{- block body() }} -
-
-

About PixivFE

+
+

About PixivFE

+
-
-
-

PixivFE is an open-source alternative frontend for Pixiv, allowing you to enjoy artwork without unnecessary distractions.

-

This instance is hosted by the owner of {{ .DomainName }}. If you're interested in hosting PixivFE yourself, please visit the source repository for more information.

- - - -

Why use PixivFE?

-

- It's impossible to use Pixiv without JavaScript enabled. For - privacy-minded folks, preventing JavaScript analytics and IP-based tracking - is important, but apart from using a VPN and uBlock/uMatrix, it's - impossible. Despite being behind a VPN and using heavy-duty adblockers, you - can get accurately tracked with your browser's fingerprint, no JavaScript required. -

-

- Using an instance of Pixiv, you can browse - Pixiv without JavaScript while retaining your privacy. In addition to - respecting your privacy, PixivFE is on average around twice as light (in terms of data transfered) than - Pixiv, and serves pages faster (e.g. artworks load 2x faster). -

- +
+
+

PixivFE is an open-source alternative frontend for Pixiv, allowing you to enjoy artwork without unnecessary distractions.

+

This instance is hosted by the owner of {{ .DomainName }}. If you're interested in hosting PixivFE yourself, please visit the source repository for more information.

+ + + +

Why use PixivFE?

+

It's impossible to use Pixiv without JavaScript enabled. For privacy-minded folks, preventing JavaScript analytics and IP-based tracking is important, but apart from using a VPN and uBlock/uMatrix, it's impossible. Despite being behind a VPN and using heavy-duty adblockers, you can get accurately tracked with your browser's fingerprint, no JavaScript required.

+

Using an instance of Pixiv, you can browse Pixiv without JavaScript while retaining your privacy. In addition to respecting your privacy, PixivFE is on average around twice as light (in terms of data transfered) than Pixiv, and serves pages faster (e.g. artworks load 2x faster).

+
-
-
-
-

Server Information

-
-
- -
-

Version

-
- -

{{ .Version }}

-

The current version of PixivFE running on this server

-
+
+
+
+
+

Server Information

+
+
+ +
+ +

Version

+
+ +

{{ .Version }}

+

The current version of PixivFE running on this server

+
- {{- if .Revision != "" }} -
-
-

Revision

-
- -

{{ .Revision }}

-

The specific revision of PixivFE source code in use

-
- {{- end }} + {{- if .Revision != "" }} +
+
+ +

Revision

+
+ +

+ {{ .Revision }} +

+

The specific revision of PixivFE source code in use

+
+ {{- end }} -
-
-

Server start time (UTC)

-
-

{{ .Time }}

-

The date and time when PixivFE was last started on this server

-
+
+
+ +

Server start time (UTC)

+
+

{{ .Time }}

+

The date and time when PixivFE was last started on this server

+
-
-
-

Default image proxy server

-
-

{{ .ImageProxy }}

-

The image proxy server used to retrieve images from i.pximg.net

-
+
+
+ +

Default image proxy server

+
+

{{ .ImageProxy }}

+

The image proxy server used to retrieve images from i.pximg.net

+
-
-
-

Accept-Language header

+
+
+ +

Accept-Language header

+
+

{{ .AcceptLanguage }}

+

The preferred natural language and locale when making requests to the Pixiv API

+
+
+
-

{{ .AcceptLanguage }}

-

The preferred natural language and locale when making requests to the Pixiv API

-
-
-
-
+
+
{{- end }}