diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2022-11-17 22:15:33 -0500 |
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2022-11-17 22:15:33 -0500 |
| commit | e30562edac0b3143416c0035fa9de55709a70ca8 (patch) | |
| tree | 607a8aa0197a67ac09e08016ca35b0ba4da13862 /header.php | |
| parent | 7b47211b5808cea5a4fda6d9628d34e3a4722db3 (diff) | |
| download | carpentertutoring-e30562edac0b3143416c0035fa9de55709a70ca8.tar.xz carpentertutoring-e30562edac0b3143416c0035fa9de55709a70ca8.zip | |
feat: add williamb, update amy pics, combine about and tutors, update policies and subjects
Diffstat (limited to 'header.php')
| -rw-r--r-- | header.php | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -96,6 +96,11 @@ background-color: white; } + section.squarshed { + padding-bottom: 1em; + padding-top: 1em; + } + .button img { margin-right: 1em; } @@ -289,7 +294,6 @@ <nav> <a href="/#contact">Contact Me</a> <a href="/#reviews">Reviews</a> - <a href="/tutors">Tutors</a> <a href="/about">About</a> <a href="/policies">Policies</a> <a href="/#pricing">Pricing</a> |