From f3ae4a54f0959eb7d5692a570e4d1848faee5d97 Mon Sep 17 00:00:00 2001 From: ravi Date: Sun, 17 Apr 2011 11:37:00 -0400 Subject: [PATCH] 10 commit --- app/views/layouts/products.html.erb | 7 ---- app/views/products/index.html.erb | 41 ++++----------------- app/views/products/index1.erb | 57 +++++++++++++++++++++++++++++ public/stylesheets/style.css | 8 +++- 4 files changed, 70 insertions(+), 43 deletions(-) create mode 100644 app/views/products/index1.erb diff --git a/app/views/layouts/products.html.erb b/app/views/layouts/products.html.erb index 4f074f9..3402539 100644 --- a/app/views/layouts/products.html.erb +++ b/app/views/layouts/products.html.erb @@ -8,13 +8,6 @@

SV Groceries

-
- Login - Register - - -
- diff --git a/app/views/products/index.html.erb b/app/views/products/index.html.erb index 0c725f1..42f9b90 100644 --- a/app/views/products/index.html.erb +++ b/app/views/products/index.html.erb @@ -1,45 +1,18 @@
- +
-
- - - - - - -
- - - -
- The essence of the Indian culture is deeply rooted in time-honored family traditions, a sense of community and home cooked meals. The beauty of our culture and our cuisine brings us together. We consider it our social responsibility to keep our traditions alive and share them with family and friends. We is committed to bringing our customers the best in traditions and food, the best of India +

+ Please Check back our website for opening date, promotions & offers. +

-
- -
- -
- - -
- + - \ No newline at end of file + + diff --git a/app/views/products/index1.erb b/app/views/products/index1.erb new file mode 100644 index 0000000..92f9fa4 --- /dev/null +++ b/app/views/products/index1.erb @@ -0,0 +1,57 @@ + + +
+ +
+
+ + + + + + +
+ + + + + +
+
+ The essence of the Indian culture is deeply rooted in time-honored family traditions, a sense of community and home cooked meals. The beauty of our culture and our cuisine brings us together. We consider it our social responsibility to keep our traditions alive and share them with family and friends. We is committed to bringing our customers the best in traditions and food, the best of India +
+
+ +
+ +
+ +
+ + +
+ + + + + + + + +
+ Login + Register + + +
+ diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index b4da9aa..e3cd8f8 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -52,7 +52,10 @@ td { h1 { color:white; } - +h2{ + position:center; + color:blue; +} #image_gallery{ position:absolute; top:350px; @@ -100,10 +103,11 @@ h1 { #text{ position:absolute; left:400px; - top:400px; + top:350px; text-align:justify; font-family:"cursive",Zapf Chancery, cursive; line-height:2em; height:40px; width:600px; + }