From 74e2c508cbfe433cf0bba4d3211a5bf20c615167 Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Sun, 24 Mar 2024 16:37:48 -0700 Subject: [PATCH] Add contact card --- package.json | 2 -- src/assets/css/style.css | 12 ++++++++++++ src/card/contact.md | 10 ++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 src/card/contact.md diff --git a/package.json b/package.json index c4fe3ed..1d4c110 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,8 @@ "name": "orionreed", "version": "1.0.0", "description": "Orion Reed's personal website", - "main": "index.js", "type": "module", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", "dev": "npx @11ty/eleventy --serve", "build": "npx @11ty/eleventy" }, diff --git a/src/assets/css/style.css b/src/assets/css/style.css index ba9e48a..8926a69 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -50,3 +50,15 @@ ul { color: rgba(0, 0, 0, 0.322); } } + +@media (max-width: 600px) { + body { + padding: 2em; + } + header { + margin-bottom: 1em; + } + ul { + list-style-position: inside; + } +} diff --git a/src/card/contact.md b/src/card/contact.md new file mode 100644 index 0000000..bbe37b0 --- /dev/null +++ b/src/card/contact.md @@ -0,0 +1,10 @@ +--- +layout: layout.html +--- + +# Contact + +Twitter: [@OrionReedOne](https://twitter.com/OrionReedOne) +Mastodon: [orion@hci.social](https://hci.social/@orion) +Email: [me@orionreed.com](mailto:me@orionreed.com) +GitHub: [OrionReed](https://github.com/orionreed) \ No newline at end of file