aboutsummaryrefslogtreecommitdiff
path: root/app/views/resume.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-11-22 01:47:25 -0500
committerThedro Neely <thedroneely@gmail.com>2018-11-22 01:47:25 -0500
commit945c6fee7c59559fbb1e6f00cebb7e83b8bfa422 (patch)
treed38b49d8114098105360587ac77b67bfdd7d0bcc /app/views/resume.view.php
parent42b0d31422e28eb445735cd8477ef7a4fd0ee769 (diff)
downloadthedroneely.com-945c6fee7c59559fbb1e6f00cebb7e83b8bfa422.tar.gz
thedroneely.com-945c6fee7c59559fbb1e6f00cebb7e83b8bfa422.tar.bz2
thedroneely.com-945c6fee7c59559fbb1e6f00cebb7e83b8bfa422.zip
app/views/partials: Dry up header views by splitting it up into snippets
Minor CSS changes
Diffstat (limited to 'app/views/resume.view.php')
-rw-r--r--app/views/resume.view.php14
1 files changed, 4 insertions, 10 deletions
diff --git a/app/views/resume.view.php b/app/views/resume.view.php
index 1e71523..9be1b31 100644
--- a/app/views/resume.view.php
+++ b/app/views/resume.view.php
@@ -12,15 +12,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow">
- <link href="/rss.xml" rel="feed" type="application/rss+xml" title="Thedro Neely"/>
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php'; ?>
- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
- <link rel="manifest" href="/site.webmanifest">
- <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
- <meta name="msapplication-TileColor" content="#b91d47">
- <meta name="theme-color" content="#ffffff">
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php'; ?>
<style>
@@ -48,7 +42,7 @@
</style>
- <link rel="stylesheet" href="/css/tdro.css">
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/stylesheets.php'; ?>
<link rel="stylesheet" href="/css/bulma-timeline.css">
</head>
@@ -65,7 +59,7 @@
<br>
- <a href="/contact" class="title has-text-weight-light is-size-7 has-text-white text__frame">Contact for Full Resume</a>
+ <a href="/contact/" class="title has-text-weight-light is-size-7 has-text-white text__frame">Contact for Full Resume</a>
<br>