Hello! 👋
diff --git a/src/assets/gravity.svg b/src/assets/gravity.svg
new file mode 100644
index 0000000..5395ac1
--- /dev/null
+++ b/src/assets/gravity.svg
@@ -0,0 +1,10 @@
+
+
+
\ No newline at end of file
diff --git a/src/card/contact.html b/src/card/contact.html
new file mode 100644
index 0000000..f157b8c
--- /dev/null
+++ b/src/card/contact.html
@@ -0,0 +1,7 @@
+
diff --git a/src/card/contact.md b/src/card/contact.md
deleted file mode 100644
index bbe37b0..0000000
--- a/src/card/contact.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-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
diff --git a/src/css/style.css b/src/css/style.css
index 8926a69..78176f0 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -43,6 +43,22 @@ p {
margin-top: 2em;
margin-bottom: 0em;
}
+
+#toggle-physics {
+ position: absolute;
+ top: 10px;
+ right: 10px;
+ width: 50px;
+ height: 50px;
+ background: none;
+ border: none;
+ cursor: pointer;
+ opacity: 0.5;
+ &:hover {
+ opacity: 1;
+ }
+}
+
ul {
padding-left: 0;
list-style: decimal-leading-zero;