diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-11-23 21:57:26 +0000 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-11-23 21:57:26 +0000 |
commit | fc99f15bb37f0aefa35069d0a58632b487df4a8b (patch) | |
tree | 684e4d23b04a4f7ba42692e6dfa59dc1597eaedd /header.php | |
parent | 48900db2d6305121e0a00bbcf46b239fb280db82 (diff) | |
parent | 67d2e7e1f3bdc0fc3a6ae6bc8982bb1aa09e074d (diff) | |
download | carpentertutoring-fc99f15bb37f0aefa35069d0a58632b487df4a8b.tar.xz carpentertutoring-fc99f15bb37f0aefa35069d0a58632b487df4a8b.zip |
Merge pull request 'honeypot' (#26) from honeypot into master
Reviewed-on: http://git.53hor.net/53hornet/carpentertutoring/pulls/26
Diffstat (limited to 'header.php')
-rw-r--r-- | header.php | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -255,6 +255,10 @@ :target.modal .card { overflow: auto; } + + .honeypot { + display: none; + } </style> <link rel="preconnect" href="https://fonts.gstatic.com" /> <link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Indie+Flower&family=PT+Sans&display=swap" rel="stylesheet" /> @@ -273,6 +277,8 @@ </head> <body> + <a class="honeypot" href="mailto:honeypot@53hor.net">Honeypot</a> + <nav> <a href="/#contact">Contact Me</a> <a href="/#reviews">Reviews</a> |