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

36 lines
1019 B
Elixir
Raw Permalink 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-10-11 12:28:38 +02:00
<p>After you create an account, you can use the Clothes tracker page below.</p>
2021-06-28 11:14:14 +02:00
</section>
<section class="row">
<article class="column">
2021-10-11 12:28:38 +02:00
<h2>Navigation</h2>
2021-06-28 11:14:14 +02:00
<ul>
<li>
2021-10-11 13:01:33 +02:00
<%= link "Clothes tracker", to: Routes.live_path(@conn, PokemonCoutureWeb.ClothesTrackerLive) %>
2021-06-28 11:14:14 +02:00
</li>
2021-09-15 12:53:32 +02:00
<li>
2021-10-11 13:34:56 +02:00
<%= link "List of clothes", to: Routes.clothes_path(@conn, :index) %>
2021-06-28 11:14:14 +02:00
</li>
</ul>
</article>
<article class="column">
2021-10-11 12:28:38 +02:00
<h2>Links</h2>
2021-06-28 11:14:14 +02:00
<ul>
<li>
2021-10-11 12:28:38 +02:00
<a href="https://github.com/SleepyLili/pokemon-couture">Source</a>
2021-06-28 11:14:14 +02:00
</li>
<li>
2021-10-11 12:28:38 +02:00
<a href="https://raru.re/@pasty">My mastodon profile</a>
2021-06-28 11:14:14 +02:00
</li>
</ul>
</article>
</section>
2021-10-11 13:27:35 +02:00
<section class="phx-attributions">
<h2> Attributions </h2>
2021-10-11 13:34:23 +02:00
<p>The icon at the top is a pikachu by WEBTECHOPS LLP from the Noun Project.</p>
2021-10-11 13:27:35 +02:00
</section>