2021-05-24 05:09:26 +00:00
<! DOCTYPE html >
< html lang = " { { app()->getLocale() }} " >
< head >
< meta charset = " utf-8 " >
< meta http - equiv = " X-UA-Compatible " content = " IE=edge " >
< meta name = " viewport " content = " width=device-width, initial-scale=1 " >
< meta name = " mobile-web-app-capable " content = " yes " >
2022-05-21 06:14:44 +00:00
< title > {{ config_cache ( 'app.name' ) ? ? 'pixelfed' }} </ title >
< meta property = " og:site_name " content = " { { config_cache('app.name') ?? 'pixelfed' }} " >
< meta property = " og:title " content = " { { config_cache('app.name') ?? 'pixelfed' }} " >
2021-05-24 05:09:26 +00:00
< meta property = " og:type " content = " article " >
< meta property = " og:url " content = " { { route('site.about')}} " >
< meta property = " og:description " content = " { { config_cache('app.short_description')}} " >
< meta name = " medium " content = " image " >
< meta name = " theme-color " content = " #10c5f8 " >
< meta name = " apple-mobile-web-app-capable " content = " yes " >
< link rel = " shortcut icon " type = " image/png " href = " /img/favicon.png?v=2 " >
< link rel = " apple-touch-icon " type = " image/png " href = " /img/favicon.png?v=2 " >
< link href = " { { mix('css/app.css') }} " rel = " stylesheet " >
< style type = " text/css " >
. section - spacer {
height : 13 vh ;
}
</ style >
</ head >
< body >
< main id = " content " >
< div class = " container " >
< p class = " text-right mt-3 " >
< a href = " / " class = " font-weight-bold text-dark " > Home </ a >
< a href = " /site/newsroom " class = " ml-4 font-weight-bold text-dark " > Newsroom </ a >
</ p >
</ div >
< div class = " px-4 py-5 my-5 text-center " >
< a href = " / " >
< img class = " d-block mx-auto mb-4 " src = " /img/pixelfed-icon-color.svg " alt = " " width = " 72 " height = " 57 " >
</ a >
< h1 class = " display-4 font-weight-bold py-3 " > {{ config_cache ( 'about.title' ) ? ? 'Photo Sharing. For Everyone' }} </ h1 >
< div class = " col-lg-6 mx-auto py-3 " >
2022-11-12 15:02:09 +00:00
< p class = " mb-4 font-weight-light text-left " style = " font-size: 26px; line-height: 40px; " >
{ !! config_cache ( 'app.description' ) ? ? config_cache ( 'app.short_description' ) ? ? 'Pixelfed is an image sharing platform, an ethical alternative to centralized platforms.' !! }
</ p >
2019-06-20 01:51:29 +00:00
</ div >
2021-05-24 05:09:26 +00:00
</ div >
< div class = " container " >
< div class = " row align-items-stretch pt-5 " >
< div class = " col " >
< div class = " card h-100 shadow-lg " style = " background-image: url('/_landing/3.jpeg');min-height:400px;border-radius:1rem; " >
</ div >
</ div >
< div class = " col " >
< div class = " card h-100 shadow-lg " style = " background-image: url('/_landing/8.jpeg');min-height:400px;border-radius:1rem; " >
</ div >
2019-06-20 01:51:29 +00:00
</ div >
2021-05-24 05:09:26 +00:00
2019-06-20 01:51:29 +00:00
</ div >
2021-05-24 05:09:26 +00:00
< div class = " row align-items-stretch pt-5 " >
< div class = " col " >
< div class = " card h-100 shadow-lg " style = " background-image: url('/_landing/6.jpeg');min-height:200px;border-radius:1rem;background-size: cover; " >
</ div >
</ div >
< div class = " col " >
< div class = " card h-100 shadow-lg " style = " background-image: url('/_landing/4.jpeg');min-height:200px;border-radius:1rem;background-size: cover; " >
</ div >
</ div >
< div class = " col " >
< div class = " card h-100 shadow-lg " style = " background-image: url('/_landing/7.jpeg');min-height:200px;border-radius:1rem;background-size: cover; " >
</ div >
2019-06-20 01:51:29 +00:00
</ div >
2021-05-24 05:09:26 +00:00
2019-06-20 01:51:29 +00:00
</ div >
2021-05-24 05:09:26 +00:00
< div class = " row align-items-stretch py-5 " >
< div class = " col " >
< div class = " card h-100 shadow-lg " style = " background-image: url('/_landing/1.jpeg');min-height:200px;border-radius:1rem;background-size: cover; " >
</ div >
</ div >
< div class = " col " >
< div class = " card h-100 shadow-lg " style = " background-image: url('/_landing/5.jpeg');min-height:200px;border-radius:1rem;background-size: cover; " >
</ div >
</ div >
2018-12-04 20:46:07 +00:00
2021-05-24 05:09:26 +00:00
< div class = " col " >
< div class = " card h-100 shadow-lg " style = " background-image: url('/_landing/9.jpeg');min-height:200px;border-radius:1rem;background-size: cover; " >
</ div >
2019-06-20 01:51:29 +00:00
</ div >
2021-05-24 05:09:26 +00:00
2019-06-20 01:51:29 +00:00
</ div >
2021-05-24 05:09:26 +00:00
</ div >
2018-12-04 20:46:07 +00:00
2021-05-24 05:09:26 +00:00
@ if ( $rules )
< div class = " section-spacer " ></ div >
< div class = " section-spacer " ></ div >
< div id = " rules " class = " container " >
< div class = " row mb-4 " >
< div class = " col " >
2022-11-12 15:02:09 +00:00
< h1 class = " display-4 font-weight-bold mb-0 text-center " > {{ __ ( 'about.rules' ) }} </ h1 >
2021-05-24 05:09:26 +00:00
</ div >
</ div >
< div class = " row justify-content-center " >
< div class = " col-12 mb-2 col-lg-8 mb-lg-0 " >
< ol >
@ foreach ( $rules as $rule )
< li class = " h3 my-4 " > {{ $rule }} </ li >
@ endforeach
</ ol >
< p class = " h5 text-center pt-4 " > For more information , please review our < a href = " /site/terms " > Terms of Use </ a ></ p >
2019-06-20 01:51:29 +00:00
</ div >
</ div >
</ div >
2021-05-24 05:09:26 +00:00
< div class = " section-spacer " ></ div >
< div class = " section-spacer " ></ div >
@ endif
< section class = " container " >
< div class = " row " >
< div class = " col-12 col-md-8 offset-md-2 " >
< div class = " mt-5 " >
2022-11-12 15:02:09 +00:00
< p class = " text-center display-4 font-weight-bold " > {{ __ ( 'about.featureTitle' ) }} </ p >
2021-05-24 05:09:26 +00:00
</ div >
< div class = " my-2 " >
2022-11-12 15:02:09 +00:00
< p class = " h3 font-weight-light text-muted text-center " > {{ __ ( 'about.featureSubtitle' )}} </ p >
2019-06-20 01:51:29 +00:00
</ div >
</ div >
</ div >
2021-05-24 05:09:26 +00:00
</ section >
< div class = " container my-5 " >
< div class = " row p-4 pb-0 pt-lg-5 align-items-center rounded-3 " >
< div class = " col-lg-6 p-3 p-lg-5 pt-lg-3 " >
2022-11-12 15:02:09 +00:00
< h1 class = " display-4 font-weight-bold lh-1 " > {{ __ ( 'about.albumTitle' )}} </ h1 >
< p class = " h4 font-weight-light " > {{ __ ( 'about.albumSubTitle' )}} </ p >
2021-05-24 05:09:26 +00:00
</ div >
< div class = " col-lg-6 overflow-hidden " >
< img class = " rounded-lg img-fluid filter-inkwell " src = " /_landing/1.jpeg " alt = " " width = " 720 " >
2019-06-20 01:51:29 +00:00
</ div >
</ div >
2021-05-24 05:09:26 +00:00
</ div >
< div class = " section-spacer " ></ div >
< div class = " container my-5 " >
< div class = " row p-4 pb-0 pt-lg-5 align-items-center rounded-3 " >
< div class = " col-lg-6 overflow-hidden " >
< img class = " rounded-lg img-fluid filter-inkwell " src = " /_landing/2.jpeg " alt = " " width = " 720 " >
</ div >
< div class = " col-lg-6 p-3 p-lg-5 pt-lg-3 " >
2022-11-12 15:02:09 +00:00
< h1 class = " display-4 font-weight-bold lh-1 " > {{ __ ( 'about.commentTitle' )}} </ h1 >
< p class = " h4 font-weight-light text-justify " > {{ __ ( 'about.commentSubTitle' ) }} </ p >
2019-06-20 01:51:29 +00:00
</ div >
</ div >
2021-05-24 05:09:26 +00:00
</ div >
< div class = " section-spacer " ></ div >
< div class = " container my-5 " >
< div class = " row p-4 pb-0 pt-lg-5 align-items-center rounded-3 " >
< div class = " col-lg-6 p-3 p-lg-5 pt-lg-3 " >
2022-11-12 15:02:09 +00:00
< h1 class = " display-4 font-weight-bold lh-1 " > {{ __ ( 'about.collectionTitle' )}} </ h1 >
< p class = " h4 font-weight-light text-justify " > {{ __ ( 'about.collectionSubTitle' )}} </ p >
2021-05-24 05:09:26 +00:00
</ div >
< div class = " col-lg-6 overflow-hidden " >
< img class = " rounded-lg img-fluid filter-inkwell " src = " /_landing/3.jpeg " alt = " " width = " 720 " >
2019-06-20 01:51:29 +00:00
</ div >
</ div >
2021-05-24 05:09:26 +00:00
</ div >
< div class = " section-spacer " ></ div >
< div class = " container my-5 " >
< div class = " row p-4 pb-0 pt-lg-5 align-items-center rounded-3 " >
< div class = " col-lg-6 overflow-hidden " >
< img class = " rounded-lg img-fluid filter-inkwell " src = " /_landing/4.jpeg " alt = " " width = " 720 " >
</ div >
< div class = " col-lg-6 p-3 p-lg-5 pt-lg-3 " >
2022-11-12 15:02:09 +00:00
< h1 class = " display-4 font-weight-bold lh-1 " > {{ __ ( 'about.discoverTitle' ) }} </ h1 >
< p class = " h4 font-weight-light text-justify " > {{ __ ( 'about.discoverSubTitle' )}} </ p >
2019-06-20 01:51:29 +00:00
</ div >
</ div >
2021-05-24 05:09:26 +00:00
</ div >
< div class = " section-spacer " ></ div >
< div class = " container my-5 " >
< div class = " row p-4 pb-0 pt-lg-5 align-items-center rounded-3 " >
< div class = " col-lg-6 p-3 p-lg-5 pt-lg-3 " >
2022-11-12 15:02:09 +00:00
< h1 class = " display-4 font-weight-bold lh-1 " > {{ __ ( 'about.filterTitle' )}} </ h1 >
< p class = " h4 font-weight-light text-justify " > {{ __ ( 'about.filterSubTitle' )}} </ p >
2021-05-24 05:09:26 +00:00
</ div >
< div class = " col-lg-6 overflow-hidden " >
< img class = " rounded-lg img-fluid filter-inkwell " src = " /_landing/5.jpeg " alt = " " width = " 720 " >
</ div >
</ div >
</ div >
< div class = " section-spacer " ></ div >
< div class = " container my-5 " >
< div class = " row p-4 pb-0 pt-lg-5 align-items-center rounded-3 " >
< div class = " col-lg-6 overflow-hidden " >
< img class = " rounded-lg img-fluid filter-inkwell " src = " /_landing/6.jpeg " alt = " " width = " 720 " >
</ div >
< div class = " col-lg-6 p-3 p-lg-5 pt-lg-3 " >
2022-11-12 15:02:09 +00:00
< h1 class = " display-4 font-weight-bold lh-1 " > {{ __ ( 'about.storiesTitle' )}} </ h1 >
< p class = " h4 font-weight-light text-justify " > {{ __ ( 'about.storiesSubTitle' )}} </ p >
2021-05-24 05:09:26 +00:00
</ div >
</ div >
</ div >
< div class = " section-spacer " ></ div >
< div class = " section-spacer " ></ div >
< div id = " stats " class = " container " >
< div class = " row mb-4 " >
< div class = " col " >
< p class = " display-3 font-weight-bold " >
< span class = " text-primary " > {{ $user_count }} </ span >
2022-11-12 15:02:09 +00:00
{{ __ ( 'about.countPeople' )}}
2021-05-24 05:09:26 +00:00
< span class = " text-primary " > {{ $post_count }} </ span >
2022-11-12 15:02:09 +00:00
{{ __ ( 'about.countPosts' )}} {{ config_cache ( 'app.name' )}} !
2021-05-24 05:09:26 +00:00
</ p >
@ if ( config_cache ( 'pixelfed.open_registration' ))
< div class = " section-spacer " ></ div >
< p class = " display-4 font-weight-bold mb-0 " >
2022-11-12 15:02:09 +00:00
{ !! __ ( 'about.singupToday' ) !! }
2021-05-24 05:09:26 +00:00
</ p >
@ endif
2019-06-20 01:51:29 +00:00
</ div >
</ div >
</ div >
2018-06-02 18:11:08 +00:00
2021-05-24 05:09:26 +00:00
< div class = " section-spacer " ></ div >
< div class = " section-spacer " ></ div >
</ main >
</ div >
@ include ( 'layouts.partial.footer' )
</ body >
</ html >