From c8341c8751be44103f814ddcb8ecaacbe0e981b6 Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Tue, 11 Oct 2011 13:35:02 -0700 Subject: [PATCH] most pages prepared --- app/views/fragments/_bottom.html.erb | 8 ++++---- app/views/fragments/_top.html.erb | 5 +++-- app/views/pages/about.html.erb | 4 ++-- app/views/pages/contact.html.erb | 8 ++++++++ app/views/pages/help.html.erb | 2 +- app/views/pages/privacy.html.erb | 8 ++++++++ app/views/pages/team.html.erb | 2 +- app/views/pages/terms.html.erb | 8 ++++++++ 8 files changed, 35 insertions(+), 10 deletions(-) create mode 100644 app/views/pages/contact.html.erb create mode 100644 app/views/pages/privacy.html.erb create mode 100644 app/views/pages/terms.html.erb diff --git a/app/views/fragments/_bottom.html.erb b/app/views/fragments/_bottom.html.erb index 5b1c023..fcac8b4 100644 --- a/app/views/fragments/_bottom.html.erb +++ b/app/views/fragments/_bottom.html.erb @@ -1,10 +1,10 @@ diff --git a/app/views/fragments/_top.html.erb b/app/views/fragments/_top.html.erb index a629e50..2b5532a 100644 --- a/app/views/fragments/_top.html.erb +++ b/app/views/fragments/_top.html.erb @@ -8,9 +8,10 @@
  • <%= link_to 'Manage Domains', domains_path, :data => {:pjax => '#main'} %>
  • <% else %>
  • <%= link_to('Home', root_path, :data => {:pjax => '#main'}) %>
  • -
  • <%= link_to('About', page_path('about'), :data => {:pjax => '#main'}) %>
  • -
  • <%= link_to('Team', page_path('team'), :data => {:pjax => '#main'}) %>
  • <% end %> +
  • <%= link_to('About', page_path('about'), :data => {:pjax => '#main'}) %>
  • +
  • <%= link_to('Team', page_path('team'), :data => {:pjax => '#main'}) %>
  • +
  • <%= link_to('Contact', page_path('contact'), :data => {:pjax => '#main'}) %>
  • <%= link_to('Help & Support', page_path('help'), :data => {:pjax => '#main'}) %>
  • diff --git a/app/views/pages/about.html.erb b/app/views/pages/about.html.erb index d77e5f4..e3671df 100644 --- a/app/views/pages/about.html.erb +++ b/app/views/pages/about.html.erb @@ -1,8 +1,8 @@
    -

    What a DNS is service and what can you use it for

    -

    asd

    +

    What a DNS service is, and what can you use it for

    +

    Coming soon!

    diff --git a/app/views/pages/contact.html.erb b/app/views/pages/contact.html.erb new file mode 100644 index 0000000..5520d61 --- /dev/null +++ b/app/views/pages/contact.html.erb @@ -0,0 +1,8 @@ +
    +
    +
    +

    Contact us

    +

    Coming soon!

    +
    +
    +
    diff --git a/app/views/pages/help.html.erb b/app/views/pages/help.html.erb index 18b730f..3628ffc 100644 --- a/app/views/pages/help.html.erb +++ b/app/views/pages/help.html.erb @@ -2,7 +2,7 @@

    Top 20 questions about EntryDNS

    -

    asd

    +

    Coming soon!

    diff --git a/app/views/pages/privacy.html.erb b/app/views/pages/privacy.html.erb new file mode 100644 index 0000000..d7133b2 --- /dev/null +++ b/app/views/pages/privacy.html.erb @@ -0,0 +1,8 @@ +
    +
    +
    +

    Privacy Statement

    +

    Coming soon!

    +
    +
    +
    diff --git a/app/views/pages/team.html.erb b/app/views/pages/team.html.erb index c86c828..84f7f91 100644 --- a/app/views/pages/team.html.erb +++ b/app/views/pages/team.html.erb @@ -2,7 +2,7 @@

    We are two people passionate about technology

    -

    asd

    +

    Coming soon!

    diff --git a/app/views/pages/terms.html.erb b/app/views/pages/terms.html.erb new file mode 100644 index 0000000..b7be747 --- /dev/null +++ b/app/views/pages/terms.html.erb @@ -0,0 +1,8 @@ +
    +
    +
    +

    Terms & Conditions

    +

    Coming soon!

    +
    +
    +