aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-05-04 18:31:30 -0400
committerThedro Neely <thedroneely@gmail.com>2019-05-04 18:31:30 -0400
commitf0e385f4fd7381c5a2e93c682ed3876fa6ea9d5c (patch)
treef15a779c09b28050a3286c9157be97cb2f053e23 /app/views/index.view.php
parent5d7bbda6f51a05e20ef96742bcb0b9968a4ef025 (diff)
downloadthedroneely.com-f0e385f4fd7381c5a2e93c682ed3876fa6ea9d5c.tar.gz
thedroneely.com-f0e385f4fd7381c5a2e93c682ed3876fa6ea9d5c.tar.bz2
thedroneely.com-f0e385f4fd7381c5a2e93c682ed3876fa6ea9d5c.zip
app/views/index: Make headers small, fix front page links
Diffstat (limited to 'app/views/index.view.php')
-rw-r--r--app/views/index.view.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index c958b5f..acbf5cb 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -48,7 +48,7 @@
<div class="recent__article">
- <h1 class="title has-text-weight-normal">Recent Posts</h1>
+ <h1 class="title is-4 has-text-weight-normal">Recent Posts</h1>
<?php
$recentPosts = new DOMExtract();
@@ -56,7 +56,7 @@
echo $recentPosts->getInnerHTML('recent-article');
?>
- <a href="/post/"
+ <a href="/posts/"
class="front__more is-block has-text-right has-text-centered-mobile">
See All Posts
<?php echo file_get_contents(
@@ -68,7 +68,7 @@
<br>
- <h1 class="title has-text-weight-normal">Recent Projects</h1>
+ <h1 class="title is-4 has-text-weight-normal">Recent Projects</h1>
<?php
$recentProjects = new DOMExtract();
@@ -77,7 +77,7 @@
?>
</div>
- <a href="/project/"
+ <a href="/projects/"
class="front__more is-block has-text-right has-text-centered-mobile">
See All Projects
<?php echo file_get_contents(