From 0b45af7bb43c2a038f09215885ff4cdb87b47a9b Mon Sep 17 00:00:00 2001 From: Eric Simons Date: Fri, 29 Jan 2016 15:52:25 -0800 Subject: [PATCH] final --- pages/auth.html | 38 +++++++ pages/editor.html | 34 +++++++ pages/index.html | 126 +++++++++++------------ pages/partials/_header.html | 13 ++- pages/post.html | 192 ++++++++++++++++++------------------ pages/profile.html | 124 ++++++++++++----------- pages/settings.html | 37 +++++++ scss/auth.scss | 0 scss/editor.scss | 9 ++ scss/home.scss | 59 +++++------ scss/post.scss | 174 ++++++++++++++++---------------- scss/profile.scss | 54 +++++----- scss/settings.scss | 3 + scss/style.scss | 20 ++++ 14 files changed, 525 insertions(+), 358 deletions(-) create mode 100644 pages/auth.html create mode 100644 pages/editor.html create mode 100644 pages/settings.html create mode 100644 scss/auth.scss create mode 100644 scss/editor.scss create mode 100644 scss/settings.scss diff --git a/pages/auth.html b/pages/auth.html new file mode 100644 index 0000000..8a41c2d --- /dev/null +++ b/pages/auth.html @@ -0,0 +1,38 @@ +<%= header %> + +
+
+
+ +
+

Sign up

+

+ Have an account? +

+ + + +
+
+ +
+
+ +
+
+ +
+ +
+
+ +
+
+
+ + +<%= footer %> diff --git a/pages/editor.html b/pages/editor.html new file mode 100644 index 0000000..b9395c2 --- /dev/null +++ b/pages/editor.html @@ -0,0 +1,34 @@ +<%= header %> + +
+
+
+ +
+
+
+ +
+
+ +
+
+ +
+ programming + javascript + webdev +
+
+ +
+
+ +
+
+
+ + +<%= footer %> diff --git a/pages/index.html b/pages/index.html index 43b968c..3e673cc 100644 --- a/pages/index.html +++ b/pages/index.html @@ -1,82 +1,86 @@ <%= header %> -