forked from diaspora/diaspora-project-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tips.html.erb
28 lines (25 loc) · 968 Bytes
/
tips.html.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<% content_for :page_title, t('pages.tips.menu_title') %>
<% content_for :wrapper_class, "index_page" %>
<div id="masthead", class="hero">
<div class="container">
<h1><%= t 'pages.tips.headline' %></h1>
<h2><%= t 'pages.tips.byline' %></h2>
</div>
</div>
<div class="container">
<div class="row top_spacing">
<div class="span2">
</div>
<div class="span12">
<p><%= t 'pages.tips.intro' %></p>
<h3><%= t 'pages.tips.profile' %></h3>
<p><%= t 'pages.tips.profile_ex' %></p>
<h3><%= t 'pages.tips.notepad' %></h3>
<p><%= t 'pages.tips.notepad_ex1' %><strong><%= t 'pages.tips.notepad_ex2' %></strong><%= t 'pages.tips.notepad_ex3' %></p>
<p> </p>
<p align="center"><%= link_to t('pages.tutorials.headline'), tutorials_url %> | <%= link_to t('pages.tutorials.started_head'), getting_started1_url %></p>
</div>
<div class="span2">
</div>
</div>
</div>