diff --git a/public/_landing/bg.jpg b/public/_landing/bg.jpg new file mode 100644 index 000000000..46b3fb1da Binary files /dev/null and b/public/_landing/bg.jpg differ diff --git a/resources/assets/components/landing/Index.vue b/resources/assets/components/landing/Index.vue index 0059a64e8..d5aa42f81 100644 --- a/resources/assets/components/landing/Index.vue +++ b/resources/assets/components/landing/Index.vue @@ -23,6 +23,7 @@ class="img-fluid rounded" style="width: 100%;max-height: 200px;object-fit: cover;" alt="Server banner image" + height="200" onerror="this.src='/storage/headers/default.jpg';this.onerror=null;"> @@ -57,7 +58,14 @@

Managed By

- +

{{ config.contact.account.display_name }}

diff --git a/resources/assets/js/landing.js b/resources/assets/js/landing.js index 89be5e968..6d903bcb5 100644 --- a/resources/assets/js/landing.js +++ b/resources/assets/js/landing.js @@ -10,7 +10,6 @@ import Loading from 'vue-loading-overlay'; import VueTimeago from 'vue-timeago'; import VueCarousel from 'vue-carousel'; import VueBlurHash from 'vue-blurhash'; -import VueMasonry from 'vue-masonry-css'; import VueI18n from 'vue-i18n'; window.pftxt = require('twitter-text'); import 'vue-blurhash/dist/vue-blurhash.css' @@ -41,7 +40,6 @@ Vue.use(VueCarousel); Vue.use(BootstrapVue); Vue.use(InfiniteLoading); Vue.use(Loading); -Vue.use(VueMasonry); Vue.use(VueI18n); Vue.use(VueTimeago, { name: 'Timeago', diff --git a/resources/assets/sass/landing.scss b/resources/assets/sass/landing.scss index 3865982ec..bfdf69154 100644 --- a/resources/assets/sass/landing.scss +++ b/resources/assets/sass/landing.scss @@ -289,7 +289,7 @@ body { .stat-label { font-size: 12px; font-weight: 700; - color: #64748b; + color: #94a3b8; margin-bottom: 0; text-transform: uppercase; letter-spacing: 0.8px; @@ -329,7 +329,7 @@ body { } .item-label { - color: #475569; + color: #94a3b8; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; diff --git a/resources/views/site/index.blade.php b/resources/views/site/index.blade.php index d3fcfa013..e6753a727 100644 --- a/resources/views/site/index.blade.php +++ b/resources/views/site/index.blade.php @@ -10,19 +10,28 @@ {{ config('app.name', 'Pixelfed') }} - - - - - + + + + + + + + + + + + + - - - + + + + @@ -32,10 +41,6 @@