aboutsummaryrefslogtreecommitdiff
path: root/views/partials/header.php
blob: 7b8aea7456620a8ca0c1e3af3184e08788f986db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en-us">

<head>

    <meta charset="utf-8">

    <title>Edwin Mattiacci - <?php title();?></title>

    <meta name="author" content="Edwin Mattiacci">
    <meta name="description" content="Edwin Mattiacci Voiceover. Narration, Trailers, Commercials, and More.">
    <meta name="keywords" content="Edwin, Mattiacci, Voice, Voiceover, Narration, Trailers, Commercials">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/favicons.php'; ?>

    <link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet">
    <link href="/css/app.css" rel="stylesheet">
    <link href="/dist/bar-ui.css" rel="stylesheet">

    <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/snippets/rss.php'; ?>

</head>

<body class="overflow-y-scroll">

    <div class="flex min-h-screen">

    <a href="/" class="w-24 min-h-full hidden md:block logo-container border-r"></a>

    <div class="flex flex-col xl:flex-row min-h-screen w-screen ">

    <div class="w-full xl:w-2/5 h-full splash-container"></div>

    <div class="w-full xl:w-3/5 h-full">

    <div class="container p-6 sm:p-10 mx-auto" style="max-width: 40em;">