diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 975ef53..07fc4f8 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -96,3 +96,4 @@ define('EVENT_PRIORITY_HIGH', 10); define('PRODUCT_NAME', 'FloatEV'); +define('INTRODUCTION_1',"Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely."); diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 3b46758..d187cdf 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -6,6 +6,28 @@ class Home extends BaseController { public function index() { - return view('project/index'); + $data['sites'] = $this->getSiteData(); + + return view('project/index',$data); } + + +private function getSiteData(){ + + $data = [ + + ['text'=>'Float EV www-DEV'], + ['text'=>'Thumbnail 2'], + ['text'=>'Thumbnail 3'], + ['text'=>'Thumbnail 4'], + ['text'=>'Thumbnail 5'], + ['text'=>'Thumbnail 6'], + ['text'=>'Thumbnail 7'], + ['text'=>'Thumbnail 8'] + + ]; + + return $data; +} + } diff --git a/app/Views/project/index.php b/app/Views/project/index.php index e356c02..791d0f8 100644 --- a/app/Views/project/index.php +++ b/app/Views/project/index.php @@ -90,7 +90,7 @@
Add some information about the album below, the author, or any other background context. Make it a few sentences long so folks can pick up some informative tidbits. Then, link them off to some social networking sites or contact information.
+=INTRODUCTION_1?>
Something short and leading about the collection below—its contents, the creator, etc. Make it short and sweet, but not too short so folks don’t simply skip over it entirely.
+=INTRODUCTION_1?>
Main call to action Secondary action @@ -135,154 +135,33 @@
This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
+This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.
-