diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-09-23 21:56:24 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-09-23 21:56:24 -0400 |
commit | a930dc361e1d6932ed9b3f4454ecdff95f124514 (patch) | |
tree | 784f639335c7c9f382647a7ed80b4fe7bf96a015 /header.php | |
parent | 209f3ccd2fec03f0fddfe7765e6b466bbc624380 (diff) | |
download | carpentertutoring-a930dc361e1d6932ed9b3f4454ecdff95f124514.tar.xz carpentertutoring-a930dc361e1d6932ed9b3f4454ecdff95f124514.zip |
feat: 2022 pricing and location refresh
Also policies.
Diffstat (limited to 'header.php')
-rw-r--r-- | header.php | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -3,8 +3,7 @@ <head> <title> - Tutoring Excellence Online and in Hampton Roads, VA - Carpenter Tutoring, - LLC + Tutoring Excellence Online and in Suffolk, VA - Carpenter Tutoring, LLC </title> <style> /* Colors */ @@ -82,6 +81,11 @@ font-family: "Indie Flower", cursive; } +em { + + color: var(--darkteal); +} + section { font-size: 1.5em; margin: 0; @@ -271,12 +275,12 @@ <link rel="stylesheet" href="/widescreen.css" /> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta name="description" content="Tutoring Excellence Online and in Hampton Roads, VA" /> + <meta name="description" content="Tutoring Excellence Online and in Suffolk, VA" /> <meta property="og:description" content="Tutoring excellence online and in-person" /> <meta property="og:image" content="http://carpentertutoring.com/assets/logo.webp" /> <meta property="og:image:secure_url" content="https://carpentertutoring.com/assets/logo.webp" /> <meta property="og:site_name" content="Carpenter Tutoring" /> - <meta property="og:title" content="Tutoring Excellence Online and in Hampton Roads, VA - Carpenter Tutoring, LLC" /> + <meta property="og:title" content="Tutoring Excellence Online and in Suffolk, VA - Carpenter Tutoring, LLC" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://carpentertutoring.com" /> </head> @@ -292,4 +296,4 @@ <a href="/#"><img alt="logo" src="/assets/logo-simple.png" /></a> </nav> - <main>
\ No newline at end of file + <main> |