diff --git a/site/assets/.DS_Store b/site/assets/.DS_Store
new file mode 100644
index 0000000..2e4b77c
Binary files /dev/null and b/site/assets/.DS_Store differ
diff --git a/site/assets/chloe.css b/site/assets/chloe.css
new file mode 100644
index 0000000..0980b83
--- /dev/null
+++ b/site/assets/chloe.css
@@ -0,0 +1,87 @@
+@font-face {
+ font-family: selectric;
+ src: url(/assets/fonts/selectric-light.ttf);
+}
+@font-face {
+ font-family: selectric;
+ src: url(/assets/fonts/selectric-light-italic.ttf);
+ font-style: italic;
+}
+@font-face {
+ font-family: archer;
+ src: url(/assets/fonts/archer-thin.otf);
+}
+@font-face {
+ font-family: archer;
+ src: url(/assets/fonts/archer-thin-italic.otf);
+ font-style: italic;
+}
+@font-face {
+ font-family: archer;
+ src: url(/assets/fonts/archer-book.otf);
+ font-weight: bold;
+}
+@font-face {
+ font-family: archer;
+ src: url(/assets/fonts/archer-book-italic.otf);
+ font-weight: bold;
+ font-style: italic;
+}
+
+body {
+ font-family: archer;
+}
+
+.container {
+ width: 600px;
+ margin: 2em auto;
+}
+
+.header {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ align-items: center;
+
+ border-bottom: 1px solid #000;
+}
+
+.header .name {
+ font-family: selectric;
+ font-style: italic;
+ font-size: 4em;
+}
+
+.header .contact {
+ text-align: right;
+ font-weight: bold;
+}
+
+.header, .body {
+ padding: 0.5em;
+}
+
+.section .descriptor {
+ font-size: 1.5em;
+ font-weight: bold;
+}
+
+.section .block {
+ margin: 0.5em;
+}
+
+.section .block .title {
+ text-align: right;
+ font-style: italic;
+ font-weight: bold;
+}
+
+ul {
+ list-style-type: circle;
+}
+
+.proficiencies .block {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-evenly;
+}
\ No newline at end of file
diff --git a/site/assets/fonts/.DS_Store b/site/assets/fonts/.DS_Store
new file mode 100644
index 0000000..5008ddf
Binary files /dev/null and b/site/assets/fonts/.DS_Store differ
diff --git a/site/assets/fonts/archer-book-italic.otf b/site/assets/fonts/archer-book-italic.otf
new file mode 100644
index 0000000..af3f763
Binary files /dev/null and b/site/assets/fonts/archer-book-italic.otf differ
diff --git a/site/assets/fonts/archer-book.otf b/site/assets/fonts/archer-book.otf
new file mode 100644
index 0000000..e38154a
Binary files /dev/null and b/site/assets/fonts/archer-book.otf differ
diff --git a/site/assets/fonts/archer-thin-italic.otf b/site/assets/fonts/archer-thin-italic.otf
new file mode 100644
index 0000000..817ac79
Binary files /dev/null and b/site/assets/fonts/archer-thin-italic.otf differ
diff --git a/site/assets/fonts/archer-thin.otf b/site/assets/fonts/archer-thin.otf
new file mode 100644
index 0000000..7fe9b93
Binary files /dev/null and b/site/assets/fonts/archer-thin.otf differ
diff --git a/site/assets/fonts/selectric-light-italic.ttf b/site/assets/fonts/selectric-light-italic.ttf
new file mode 100644
index 0000000..6ac0d7a
Binary files /dev/null and b/site/assets/fonts/selectric-light-italic.ttf differ
diff --git a/site/assets/fonts/selectric-light.ttf b/site/assets/fonts/selectric-light.ttf
new file mode 100644
index 0000000..777934e
Binary files /dev/null and b/site/assets/fonts/selectric-light.ttf differ
diff --git a/site/index.html b/site/index.html
index 92c7099..d9fac85 100644
--- a/site/index.html
+++ b/site/index.html
@@ -1,17 +1,132 @@
-
+ Chloe Herd
+
+
+
-
- Chloe Herd
-
-
-
- Still building...
-
+
+
+
+
+
+ Work Experience
+
+
+
+ 2023 - Present – Full-Stack Engineer, Safelite, Columbus OH.
+
+
+
+ -
+ Implemented new designs for a greenfield rewrite of an e-commerce order form, using Vue.js and .NET.
+
+ -
+ Worked closely with product owners to quickly pivot development based on feedback and product goals.
+
+ -
+ Ran and updated Azure DevOps pipelines, facilitating seamless deployment of applications to multiple environments.
+
+ -
+ Worked in tandem with other teams to build an ecosystem of independent but interconnected business applications.
+
+
+
+
+
+
+
+ Education
+
+
+
+ 2020 – B.S. Computer Science, University of Virginia
+
+
+
+
+
+ Technologies
+
+
+
+ C#
+
+
+ Javascript
+
+
+ Typescript
+
+
+ Python
+
+
+ Java
+
+
+ HTML5
+
+
+ CSS3
+
+
+ C++
+
+
+ Bash
+
+
+
+
+ Vue.js
+
+
+ React
+
+
+ Vuex
+
+
+ Redux
+
+
+ Node.js
+
+
+ Docker
+
+
+ .NET
+
+
+ Azure DevOps
+
+
+ Git
+
+
+
+
+
\ No newline at end of file