From 91b1135786cae973bf55812e1b71927638bdf5f7 Mon Sep 17 00:00:00 2001 From: Michel Martens Date: Wed, 28 Mar 2012 21:53:33 -0300 Subject: [PATCH] Change copy. --- views/home.mote | 91 +++++++++++++++++++++++++++++------------------ views/layout.mote | 21 +++++++++-- 2 files changed, 74 insertions(+), 38 deletions(-) diff --git a/views/home.mote b/views/home.mote index fc9f7b6..8350246 100644 --- a/views/home.mote +++ b/views/home.mote @@ -1,35 +1,56 @@ -

Hello, world!

- -

- This is a Cuba app skeleton, - using mote for the views. - This skeleton lives at - github.com/citrusbyte/cuba-app. -

- -

- The page you are looking at was generated by app.rb, - and the template is located at views/home.mote. -

- -

Testing

- -

- There's a user story written for you at test/site.rb. - Start adding whatever you want to test and then run rake test. - - For convenience, you can also run rake, which just invokes - rake test. -

- -

Dependencies

- -

- All of the dependencies ideally should be pushed to the .gems file, - and should be required in shotgun.rb. - - It's not required, but it would ease your life a lot if you use dep - to manage the dependencies. More info - here. -

+
+

Viva Cuba!

+ +

+ A small application developed using + Cuba and Bootstrap. +

+
+ +

+ Get started now! + Clone this app + and get your project started. +

+ +
+
+

What's included

+ +

+ This is a Cuba app skeleton, + using Mote for + the views and Ohm + for the models. The page you are looking at was generated + by app.rb, and the content is located at + views/home.mote. +

+
+ +
+

Testing

+ +

+ There's a user story written for you at + test/site.rb. Start adding whatever you want to + test and then run rake test. For convenience, you + can also run rake, which just invokes rake + test. +

+
+ +
+

Dependencies

+ +

+ All of the dependencies ideally should be pushed to + the .gems file, and should be required in + shotgun.rb. + + It's not required, but it would ease your life a lot if you + use dep to manage the dependencies. More info here. +

+
+
diff --git a/views/layout.mote b/views/layout.mote index 67394a8..acccfdc 100644 --- a/views/layout.mote +++ b/views/layout.mote @@ -13,6 +13,11 @@ padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ } + + footer { + margin-top: 40px; + border-top: 1px solid #EEE; + } @@ -29,7 +34,7 @@ - Site name + Site name + @@ -50,6 +55,16 @@ {{ partial "notices", session: session }} {{ content }} - + + +