diff --git a/resources/views/site/about-custom.blade.php b/resources/views/site/about-custom.blade.php new file mode 100644 index 000000000..615c2e067 --- /dev/null +++ b/resources/views/site/about-custom.blade.php @@ -0,0 +1,119 @@ +@extends('layouts.anon') + +@section('content') +
+
+

About

+

{{$page->title ?? 'Pixelfed is an image sharing platform, an ethical alternative to centralized platforms.'}}

+
+
+
+
+
+
+ {!! $page->content !!} +
+
+
+
+
+

{{$stats['posts']}}

+

Posts

+
+
+ +
+
+

{{$stats['users']}}

+

Users

+
+
+ + @if($stats['admin']) +
+
+

+ + @{{$stats['admin']->username}} + +

+

Instance Admin

+
+
+ @endif +
+
+
+
+
+
+
+
+
+
+
+

+ Ad Free +

+

No Ads or Trackers

+
+
+
+
+
+
+

+ Chronological +

+

Timelines in order

+
+
+
+
+
+
+

+ Federated +

+

A network of millions

+
+
+
+
+
+
+

+ Discover +

+

Discover popular posts

+
+
+
+
+
+
+

+ Photo Filters +

+

Add an optional filter

+
+
+
+
+
+
+

+ Stories +

+

Coming Soon!

+
+
+
+
+
+
+@endsection + +@push('meta') + +@endpush \ No newline at end of file diff --git a/resources/views/site/about.blade.php b/resources/views/site/about.blade.php index 502e97cfc..04f505118 100644 --- a/resources/views/site/about.blade.php +++ b/resources/views/site/about.blade.php @@ -2,134 +2,133 @@ @section('content')
-
-

About

-

Pixelfed is an image sharing platform, an ethical alternative to centralized platforms.

-
+
+

About

+

Pixelfed is an image sharing platform, an ethical alternative to centralized platforms.

+
-
-
- - - username - -
-
- -
- -
-
-
-
-

{{$stats['posts']}}

-

Posts

-
-
+
+
+ + + username + +
+
+ +
+ +
+
+
+
+

{{$stats['posts']}}

+

Posts

+
+
-
-
-

{{$stats['users']}}

-

Users

-
-
+
+
+

{{$stats['users']}}

+

Users

+
+
- @if($stats['admin']) -
-
-

- - @{{$stats['admin']->username}} - -

-

Instance Admin

-
-
- @endif -
+ @if($stats['admin']) +
+
+

+ + @{{$stats['admin']->username}} + +

+

Instance Admin

+
+
+ @endif +
-
-
-
-
-
-

- Ad Free -

-

No Ads or Trackers

-
-
-
-
-
-
-

- Chronological -

-

Timelines in order

-
-
-
-
-
-
-

- Federated -

-

A network of millions

-
-
-
-
-
-
-

- Discover -

-

Discover popular posts

-
-
-
-
-
-
-

- Photo Filters -

-

Add an optional filter

-
-
-
-
-
-
-

- Stories -

-

Coming Soon!

-
-
-
-
+
+
+
+
+

+ Ad Free +

+

No Ads or Trackers

+
+
+
+
+
+
+

+ Chronological +

+

Timelines in order

+
+
+
+
+
+
+

+ Federated +

+

A network of millions

+
+
+
+
+
+
+

+ Discover +

+

Discover popular posts

+
+
+
+
+
+
+

+ Photo Filters +

+

Add an optional filter

+
+
+
+
+
+
+

+ Stories +

+

Coming Soon!

+
+
+
+
@endsection