From 3fcc4d98339fb1e01396772b9eecc6d124be5aee Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Fri, 23 Aug 2024 18:45:22 -0500 Subject: [PATCH] basic 'coming soon' marketing site --- resources/views/layouts/main-layout.blade.php | 4 +- resources/views/welcome.blade.php | 293 ++++++++---------- 2 files changed, 126 insertions(+), 171 deletions(-) diff --git a/resources/views/layouts/main-layout.blade.php b/resources/views/layouts/main-layout.blade.php index bf3daab..20300f5 100644 --- a/resources/views/layouts/main-layout.blade.php +++ b/resources/views/layouts/main-layout.blade.php @@ -15,9 +15,9 @@ @livewireStyles - merge(['class']) }}> + merge(['class']) }}> - {{ $body }} + @yield('body', $body ?? '') @livewireScripts diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 5da9b68..3043595 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -1,172 +1,127 @@ - - - - - +@extends('layouts.main-layout', ['attributes' => null]) - {{ config('app.name', 'Laravel') }} - - - - - - - - - -
- -
- +
+
+ + + + + Investbrain + +
+
+
+

Your smartest portfolio

+
+
+ d + h + m + s
- - +
+
+

+ Investbrain is a smart open-source platform that consolidates your portfolios from different brokerages, tracks market performance across your portfolios, and gives you an AI-powered investment best friend. +

+
+

Stay up to date on our progress!

+
+ + +
+ + +
+ + +
+
+
+ + + +
+
+
+ +
+ + \ No newline at end of file