Explorar o código

Add about view

Daniel Supernault %!s(int64=7) %!d(string=hai) anos
pai
achega
8631669dc3
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      resources/views/site/about.blade.php

+ 12 - 0
resources/views/site/about.blade.php

@@ -0,0 +1,12 @@
+@extends('site.partial.template')
+
+@section('section')
+
+  <div class="title">
+    <h3 class="font-weight-bold">About</h3>
+  </div>
+  <hr>
+  <section>
+    <p class="lead">PixelFed is a federated image sharing platform, powered by the <a href="#">ActivityPub</a> protocol.</p>
+  </section>
+@endsection