diff --git a/app.js b/app.js
new file mode 100644
index 00000000..b5de5990
--- /dev/null
+++ b/app.js
@@ -0,0 +1,3 @@
+var app = new Vue({
+ el: "#app"
+});
diff --git a/index.html b/index.html
index 5b747a01..14a57937 100644
--- a/index.html
+++ b/index.html
@@ -1,52 +1,36 @@
-
-
-
- MMPI-2 Scoring
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ MMPI-2 for all
+
+
+
+
+
+
+
+
+
Take the MMPI-2
+
+ The Minnesota Multiphasic Personality Inventory (MMPI) is a standardized psychometric test of adult personality and psychopathology.
+
+
Start
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 00000000..2f8bc476
--- /dev/null
+++ b/style.css
@@ -0,0 +1,82 @@
+/* Space out content a bit */
+body {
+ padding-top: 1.5rem;
+ padding-bottom: 1.5rem;
+}
+
+/* Everything but the jumbotron gets side spacing for mobile first views */
+.header,
+.marketing,
+.footer {
+ padding-right: 1rem;
+ padding-left: 1rem;
+}
+
+/* Custom page header */
+.header {
+ padding-bottom: 1rem;
+ border-bottom: .05rem solid #e5e5e5;
+}
+
+/* Make the masthead heading the same height as the navigation */
+.header h3 {
+ margin-top: 0;
+ margin-bottom: 0;
+ line-height: 3rem;
+}
+
+/* Custom page footer */
+.footer {
+ padding-top: 1.5rem;
+ color: #777;
+ border-top: .05rem solid #e5e5e5;
+}
+
+/* Customize container */
+@media (min-width: 48em) {
+ .container {
+ max-width: 46rem;
+ }
+}
+.container-narrow > hr {
+ margin: 2rem 0;
+}
+
+/* Main message and start button */
+.jumbotron {
+ text-align: center;
+ border-bottom: .05rem solid #e5e5e5;
+}
+.jumbotron .btn {
+ padding: .75rem 1.5rem;
+ font-size: 1.5rem;
+}
+
+/* Supporting content */
+.article {
+ margin: 3rem 0;
+}
+.article p + h4 {
+ margin-top: 1.5rem;
+}
+
+/* Responsive: Portrait tablets and up */
+@media screen and (min-width: 48em) {
+ /* Remove the padding we set earlier */
+ .header,
+ .article,
+ .footer {
+ padding-right: 0;
+ padding-left: 0;
+ }
+
+ /* Space out the masthead */
+ .header {
+ margin-bottom: 2rem;
+ }
+
+ /* Remove the bottom border on the jumbotron for visual effect */
+ .jumbotron {
+ border-bottom: 0;
+ }
+}