aboutsummaryrefslogtreecommitdiff
path: root/html/master.tmpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/master.tmpl.html')
-rw-r--r--html/master.tmpl.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/html/master.tmpl.html b/html/master.tmpl.html
new file mode 100644
index 0000000..275ea40
--- /dev/null
+++ b/html/master.tmpl.html
@@ -0,0 +1,47 @@
+<!DOCTYPE html>
+<html lang="en-US">
+ <head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="author" content="Chelsea Rogers" />
+ <title>{{block "title" .}}Page{{end}} - Chelsea Rogers</title>
+ <meta name="description" content="{{block "description" .}}Alex's personal site{{end}}" />
+ <meta name="keywords" content="{{block "keywords" .}}personal site{{end}}">
+ <link rel="canonical" href="https://www.chelsea-rogers.com{{block "canonical" .}}{{end}}">
+ <link rel="stylesheet" href="/static/style.css" />
+ <link rel="shortcut icon" href="/static/assets/favicon.ico" type="image/x-icon" />
+ </head>
+ <body>
+ <header>
+ <div class="main-nav-position">
+ <input type="checkbox" class="toggler">
+ <div class="hamburger"><div></div></div>
+ <nav aria-labelledby="global-navigation" class="main-nav">
+ <a href="/">HOME</a>
+ <a href="/about">ABOUT</a>
+ <a href="/static/Resume_Chelsea_Rogers.pdf">RESUME</a>
+ </nav>
+ </div>
+ <a href="/" class="logo-w-name">
+ <span class="name">Chelsea Rogers</span>
+ <span class="sub-head">Communication Designer</span>
+ </a>
+ </header>
+
+ <main>
+
+ {{ template "main" . }}
+
+ </main>
+
+ <footer>
+ <img src="/static/assets/logo.svg" alt="Logo" class="footer-logo"/>
+ <address>
+ <p>CONTACT: <a href="mailto:crogers16@ccsdetroit.edu">crogers16@ccsdetroit.edu</a></p>
+ <p>LINKEDIN: <a href="https://linkedin.com/in/chelsea-rogers-b9997a227" target="_blank" rel="noopener noreferrer">linkedin.com/in/chelsea-rogers-b9997a227</a></p></p>
+ <p>RESUME: <a href="/static/Resume_Scerba.pdf">view</a></p>
+ </address>
+ </footer>
+ </body>
+</html>