Add contact card
This commit is contained in:
parent
b6492b85e6
commit
74e2c508cb
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
Loading…
Reference in New Issue