Add contact card

This commit is contained in:
Orion Reed 2024-03-24 16:37:48 -07:00
parent b6492b85e6
commit 74e2c508cb
3 changed files with 22 additions and 2 deletions

View File

@ -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"
},

View File

@ -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;
}
}

10
src/card/contact.md Normal file
View File

@ -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)