pokemon-couture/lib/pokemon_couture_web/templates/page/index.html.eex

39 lines
1.0 KiB
Elixir
Raw Normal View History

2021-06-28 11:14:14 +02:00
<section class="phx-hero">
2021-07-07 12:40:37 +02:00
<h1><%= gettext "Welcome to %{name}!", name: "Pokémon Couture" %></h1>
<p>Tracking tool for clothes in Pokémon Sun & Moon.</p>
2021-06-28 11:14:14 +02:00
</section>
<section class="row">
<article class="column">
2021-07-07 12:40:37 +02:00
<h2>Links</h2>
2021-06-28 11:14:14 +02:00
<ul>
<li>
2021-07-07 12:40:37 +02:00
<a href="http://localhost:4000/clothes">Clothes page</a>
2021-06-28 11:14:14 +02:00
</li>
2021-09-15 12:53:32 +02:00
<li>
<a href="http://localhost:4000/tracker">Live clothes tracker</a>
</li>
2021-06-28 11:14:14 +02:00
<li>
2021-07-07 12:40:37 +02:00
<a href="https://github.com/SleepyLili/pokemon-couture">Source</a>
2021-06-28 11:14:14 +02:00
</li>
</ul>
</article>
<article class="column">
<h2>Help</h2>
<ul>
<li>
<a href="https://elixirforum.com/c/phoenix-forum">Forum</a>
</li>
<li>
<a href="https://webchat.freenode.net/?channels=elixir-lang">#elixir-lang on Freenode IRC</a>
</li>
<li>
<a href="https://twitter.com/elixirphoenix">Twitter @elixirphoenix</a>
</li>
<li>
<a href="https://elixir-slackin.herokuapp.com/">Elixir on Slack</a>
</li>
</ul>
</article>
</section>