aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/header.resume.php
blob: 92c3a41eb8bb867e49ca19c85e84671d734006ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html
  data-page="resume"
  lang="en-us"
>

<head>

<title>Resume - Thedro Neely</title>

<meta charset="utf-8">
<meta name="description" content="Thedro's Web Development Resume">
<meta name="keywords"    content="Thedro,Neely,Portfolio,Website,Resume">
<meta name="author"      content="Thedro Neely">
<meta name="viewport"    content="width=device-width, initial-scale=1">
<meta name="robots"      content="index,follow">

<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.discovery.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.manifests.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.css.php'; ?>

</head>