diff --git a/claude.css b/claude.css index c91977d..e90354a 100644 --- a/claude.css +++ b/claude.css @@ -1,4 +1,7 @@ -/* Modern Portfolio CSS */ +/* Modern Portfolio CSS + - Initially generated by Anthropic's Claude sonnet 3.5 + - Enhanced and edited by human person Dawn Gabriel (dgabriel.github.io) +*/ :root { --primary-color: #2d3436; --accent-color: #6c5ce7; @@ -97,6 +100,12 @@ li:hover { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); } +footer p { + text-align: center; + font-size: 9pt; + color: #666; +} + @media (max-width: 768px) { body { padding: 1.5rem; diff --git a/index.html b/index.html index 5dd0d0e..0169e68 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@
- I'm a software engineer and intermittant flâneuse. I work on + I'm a software engineer and intermittant flâneuse living in Brooklyn, NY. I work on side projects on occasional Saturday mornings, unless I'm wandering through the city.
This tool was created with Claude using the following prompt:
+ Can you write a program that turns a url into a shareable QR code? I don't want to pay a service.
+ It's possible to do it in html and javascript, then make it available without a server-side component
+ via a github blog.
+