From 26d1b0f11818867501b08e77dde46f18c8c518fc Mon Sep 17 00:00:00 2001 From: Julie Lala Date: Wed, 4 Jun 2014 01:40:55 -0400 Subject: splitting apart some of the views --- views/app.html | 80 +----------------------------- views/edit-profile.html | 42 +--------------- views/front.html | 110 ++---------------------------------------- views/partials/meta.ejs | 22 +++++++++ views/partials/newproject.ejs | 18 +++++++ views/partials/scripts.ejs | 41 ++++++++++++++++ views/partials/signin.ejs | 63 ++++++++++++++++++++++++ views/profile.html | 42 ++-------------- views/signed-out.html | 109 +++-------------------------------------- 9 files changed, 161 insertions(+), 366 deletions(-) create mode 100644 views/partials/meta.ejs create mode 100644 views/partials/newproject.ejs create mode 100644 views/partials/scripts.ejs create mode 100644 views/partials/signin.ejs diff --git a/views/app.html b/views/app.html index ba58e82..c853744 100755 --- a/views/app.html +++ b/views/app.html @@ -1,29 +1,8 @@ - - - - - - - - - - - - - - - vvalls - - - + [[ include partials/meta ]]
@@ -221,61 +200,6 @@ - - - - - - - - - - - - - - - - - - +[[ include partials/scripts ]] diff --git a/views/edit-profile.html b/views/edit-profile.html index 2c16148..2e50458 100644 --- a/views/edit-profile.html +++ b/views/edit-profile.html @@ -1,30 +1,8 @@ - - - - - - - - - - - - - - - vvalls - - - - + [[ include partials/meta ]]
@@ -105,21 +83,5 @@
- - - - - - - - - - - - - - - - - +[[ include partials/scripts ]] diff --git a/views/front.html b/views/front.html index 899bca1..a959e93 100755 --- a/views/front.html +++ b/views/front.html @@ -1,38 +1,14 @@ - - - - - - - - - - - - - - - vvalls - - - + [[ include partials/meta ]] -
@@ -70,70 +46,8 @@ View More - - - - + + [[ inclue partials/signin ]] - - - - - - - - - - - - - - - - - +[[ include partials/scripts ]] diff --git a/views/partials/meta.ejs b/views/partials/meta.ejs new file mode 100644 index 0000000..32a3318 --- /dev/null +++ b/views/partials/meta.ejs @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/views/partials/newproject.ejs b/views/partials/newproject.ejs new file mode 100644 index 0000000..6f99b14 --- /dev/null +++ b/views/partials/newproject.ejs @@ -0,0 +1,18 @@ +
+ X +
+ +
+

Choose Room Template

+ + + + + + +
+
+ +
+
+
\ No newline at end of file diff --git a/views/partials/scripts.ejs b/views/partials/scripts.ejs new file mode 100644 index 0000000..6d652de --- /dev/null +++ b/views/partials/scripts.ejs @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/views/partials/signin.ejs b/views/partials/signin.ejs new file mode 100644 index 0000000..535b24c --- /dev/null +++ b/views/partials/signin.ejs @@ -0,0 +1,63 @@ + + + diff --git a/views/profile.html b/views/profile.html index 0f73722..bcc4ea9 100644 --- a/views/profile.html +++ b/views/profile.html @@ -1,29 +1,8 @@ - - - - - - - - - - - - - - - vvalls - - - + [[ include partials/meta ]]
@@ -159,21 +138,6 @@ - - - - - - - - - - - - - - - - - +[[ include partials/scripts ]] + diff --git a/views/signed-out.html b/views/signed-out.html index ce1c990..aff8e26 100755 --- a/views/signed-out.html +++ b/views/signed-out.html @@ -1,29 +1,8 @@ - - - - - - - - - - - - - - - vvalls - - - + [[ include partials/meta ]]
@@ -42,86 +21,10 @@ Facebook Twitter
- - - - - +
- - - - - - - - - - - - - - - - + [[ include partials/signin ]] + + +[[ include partials/scripts ]] -- cgit v1.2.3-70-g09d2