diff --git a/.gitignore b/.gitignore
index 74a9223..fd981fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ _site/
# Ignore folders generated by Bundler
.bundle/
vendor/
+.idea/
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..8a6cbb6
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ page.title }}
+
+
+
+ {{ content }}
+
+
+
+
diff --git a/assets/global.css b/assets/global.css
new file mode 100644
index 0000000..acdf3c5
--- /dev/null
+++ b/assets/global.css
@@ -0,0 +1,37 @@
+@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
+body {
+ background-color: white;
+ font-family: 'Inter', sans-serif;
+ color: black;
+
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+
+main {
+ max-width: 720px;
+ width: 100%;
+}
+
+footer {
+ max-width: 720px;
+ width: 100%;
+
+ padding-bottom: 64px;
+ color: dimgray;
+}
+
+a {
+ color: unset;
+}
+
+@media screen and (min-width: 720px) {
+ main {
+ padding-top: 32px;
+ }
+}
+
+img {
+ max-width: 100%;
+}
diff --git a/index.html b/index.html
deleted file mode 100644
index 557db03..0000000
--- a/index.html
+++ /dev/null
@@ -1 +0,0 @@
-Hello World
diff --git a/index.md b/index.md
new file mode 100644
index 0000000..7c26120
--- /dev/null
+++ b/index.md
@@ -0,0 +1,8 @@
+---
+title: "Brendan Chen"
+layout: default
+---
+
+# Brendan Chen
+
+Hello World