From 6f768d766358ac7de862af3082b325e814e0ba45 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Mon, 25 Mar 2019 21:27:46 -0400 Subject: app/model/HTMLExtract: Add HMTL Extractor Extract posts and projects and add to home page --- app/views/index.view.php | 66 ++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 38 deletions(-) (limited to 'app/views/index.view.php') diff --git a/app/views/index.view.php b/app/views/index.view.php index bff5b9c..6c6fb59 100644 --- a/app/views/index.view.php +++ b/app/views/index.view.php @@ -40,53 +40,43 @@ -
+
-
-
+

Recent Posts

-

- Recent Posts -

+ setSource($_SERVER['DOCUMENT_ROOT'] . '/post/index.html'); + echo $recentPosts->getInnerHTML('recent-article'); + ?> - + + See All Posts + + -
-
- - More posts - -
-
- -
-
- -

- Recent Projects -

+
- +

Recent Projects

-
-
+ setSource($_SERVER['DOCUMENT_ROOT'] . '/project/index.html'); + echo $recentProjects->getInnerHTML('recent-article'); + ?> +
- More projects + + See All Projects + + -
-
+
-
-- cgit v1.2.3