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

36 lines
1019 B
Elixir

<section class="phx-hero">
<h1><%= gettext "Welcome to %{name}!", name: "Pokémon Couture" %></h1>
<p>Tracking tool for clothes in Pokémon Sun & Moon.</p>
<p>After you create an account, you can use the Clothes tracker page below.</p>
</section>
<section class="row">
<article class="column">
<h2>Navigation</h2>
<ul>
<li>
<%= link "Clothes tracker", to: Routes.live_path(@conn, PokemonCoutureWeb.ClothesTrackerLive) %>
</li>
<li>
<%= link "List of clothes", to: Routes.clothes_path(@conn, :index) %>
</li>
</ul>
</article>
<article class="column">
<h2>Links</h2>
<ul>
<li>
<a href="https://github.com/SleepyLili/pokemon-couture">Source</a>
</li>
<li>
<a href="https://raru.re/@pasty">My mastodon profile</a>
</li>
</ul>
</article>
</section>
<section class="phx-attributions">
<h2> Attributions </h2>
<p>The icon at the top is a pikachu by WEBTECHOPS LLP from the Noun Project.</p>
</section>