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