Initial commit: there's still tons of base Phoenix boilerplate to remove, but the...
[tech-radar-editor.git] / web / templates / page / index.html.eex
1 <div class="jumbotron">
2 <h2><%= gettext "Welcome to %{name}", name: "Phoenix!" %></h2>
3 <p class="lead">A productive web framework that<br />does not compromise speed and maintainability.</p>
4 </div>
5
6 <div class="row marketing">
7 <div class="col-lg-6">
8 <h4>Resources</h4>
9 <ul>
10 <li>
11 <a href="http://phoenixframework.org/docs/overview">Guides</a>
12 </li>
13 <li>
14 <a href="https://hexdocs.pm/phoenix">Docs</a>
15 </li>
16 <li>
17 <a href="https://github.com/phoenixframework/phoenix">Source</a>
18 </li>
19 </ul>
20 </div>
21
22 <div class="col-lg-6">
23 <h4>Help</h4>
24 <ul>
25 <li>
26 <a href="http://groups.google.com/group/phoenix-talk">Mailing list</a>
27 </li>
28 <li>
29 <a href="http://webchat.freenode.net/?channels=elixir-lang">#elixir-lang on freenode IRC</a>
30 </li>
31 <li>
32 <a href="https://twitter.com/elixirphoenix">@elixirphoenix</a>
33 </li>
34 </ul>
35 </div>
36 </div>