From 570ca470eb926585ce9be4ee46490abbec4bc685 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 18 Nov 2018 14:35:07 -0700 Subject: [PATCH] Update about view --- resources/views/site/about.blade.php | 117 ++++++++++++++++++++++++--- 1 file changed, 106 insertions(+), 11 deletions(-) diff --git a/resources/views/site/about.blade.php b/resources/views/site/about.blade.php index a8d17eb05..f854344c3 100644 --- a/resources/views/site/about.blade.php +++ b/resources/views/site/about.blade.php @@ -1,16 +1,111 @@ -@extends('site.partial.template') +@extends('layouts.app') -@section('section') - -
-

About

+@section('content') +
+
+

About

+

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

-
-
-

PixelFed is a federated image sharing platform, powered by the ActivityPub protocol.

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

+ 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 + +@endpush \ No newline at end of file