diff --git a/app/Http/Controllers/SiteController.php b/app/Http/Controllers/SiteController.php index ebe31596..18eb861b 100644 --- a/app/Http/Controllers/SiteController.php +++ b/app/Http/Controllers/SiteController.php @@ -21,7 +21,7 @@ class SiteController extends Controller public function homeGuest() { - return view('welcome'); + return view('site.index'); } public function homeTimeline() diff --git a/resources/views/site/index.blade.php b/resources/views/site/index.blade.php new file mode 100644 index 00000000..50ce2062 --- /dev/null +++ b/resources/views/site/index.blade.php @@ -0,0 +1,172 @@ +@extends('layouts.app') + +@section('content') + + +
+
+

Image Sharing for Everyone

+

A free and ethical photo sharing platform.

+
+
+
+
+
+
+
+
+

+ 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!

+
+
+
+
+
+
+
+
+
+ + + username + +
+
+ +
+ +
+
+
+
+
+
+ +
+
+

Create. Discover. Share.

+

+ A feature rich photo sharing experience
+

+
+
+
+
+
+ +
+
+
+ +
+

Powered by People

+

+ Pixelfed is an open-source, federated platform.
+ You can run your own instance or join one.
+

+{{--

+ About this Instance + Login +

--}} +
+ + +
+
+
+
+@endsection + +@push('meta') + + +@endpush