Skip to content

Commit

Permalink
front page finished
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadSuperHero committed Jun 26, 2013
1 parent 25e6928 commit 499f744
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 31 deletions.
38 changes: 7 additions & 31 deletions app/views/pages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<p class="find_out_more">
<a href="/more_info.html" class="btn primary">
Find out more &raquo;
<%= t('pages.home.find_more') %>
</a>
</p>
</div>
Expand All @@ -48,7 +48,7 @@

<p class="find_out_more">
<a href="/more_info.html#freedom" class="btn primary">
Find out more &raquo;
<%= t('pages.home.find_more') %>
</a>
</p>
</div>
Expand All @@ -58,7 +58,7 @@

<p class="find_out_more">
<a href="/more_info.html#privacy" class="btn primary">
Find out more &raquo;
<%= t('pages.home.find_more') %>
</a>
</p><br>&nbsp;<br>&nbsp;

Expand Down Expand Up @@ -101,7 +101,7 @@
</p>
<p class="find_out_more">
<a href="http://podupti.me/" class="btn primary" data-backdrop="true" data-controls-modal="my-modal">
Sign up
<%= t('pages.home.register') %>
</a>
</p>
</div>
Expand Down Expand Up @@ -142,7 +142,7 @@
</p>
<p class="find_out_more">
<a href="/more_info.html#aspects" class="btn primary">
Find out more &raquo;
<%= t('pages.home.find_more') %>
</a>
</p>
</div>
Expand All @@ -155,7 +155,7 @@
</p>
<p class="find_out_more">
<a href="/more_info.html#features" class="btn primary">
Find out more &raquo;
<%= t('pages.home.find_more') %>
</a>
</p>
</div>
Expand All @@ -168,7 +168,7 @@
</p>
<p class="find_out_more">
<a href="/get_involved.html#ways_to_help" class="btn primary">
Find out more &raquo;
<%= t('pages.home.find_more') %>
</a>
</p>
</div>
Expand Down Expand Up @@ -204,28 +204,4 @@
<h3>
Join an open pod.
</h3>
</div>
<div class="modal-body">
<p>
The Diaspora&#42; ecosystem consists of numerous pods, which all connect together
to form our new social web.
</p>
<p>
On the next page, you’ll see a list of the open pods. There are stats for each,
showing how long it's been running and how much 'down-time' if any it has. Simply
pick one, click on the link or that pod (in the left-hand column) and follow the
simple steps on that pod’s home page to create your account.
</p>
<p>
Note: You may find that some of these pods are not open to the public.
In that case, we encourage you to try another one.
</p>
</div>
<div class="modal-footer">
<a href="http://podupti.me" target="_blank">
Click here to choose a pod to join.
</a>
<p class="note">
Note: podupti.me is a community resource and not run by the core team.
</p>
</div>
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ en:
home:
headline: 'Welcome to Diaspora*'
welcome_paragraph: 'The online social world where you are in control.'
find_more: "Find out more »"
register: "Sign up »"
key_philosophies: 'Diaspora* is based on three key philosophies:'
decentralization: 'Decentralization'
decentralization_about: 'Instead of everyone’s data being contained on huge central servers owned by a large organization, local servers (‘pods’) can be set up anywhere in the world. You choose which pod to register with - perhaps your local pod - and seamlessly connect with the Diaspora* community worldwide.'
Expand Down

0 comments on commit 499f744

Please sign in to comment.