update index and menu

This commit is contained in:
Lili (Tlapka) 2021-10-11 12:28:38 +02:00
parent 368fe32abb
commit 308e31471a
2 changed files with 9 additions and 17 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>PokemonCouture · Phoenix Framework</title>
<title>Pokémon Couture</title>
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
<%= csrf_meta_tag() %>
<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
@ -14,7 +14,7 @@
<section class="container">
<nav role="navigation">
<ul>
<li><a href="https://hexdocs.pm/phoenix/overview.html">Get Started</a></li>
<li><a href="http://localhost:4000/tracker">Clothes tracker</a></li>
<%= if function_exported?(Routes, :live_dashboard_path, 2) do %>
<li><%= link "LiveDashboard", to: Routes.live_dashboard_path(@conn, :home) %></li>
<% end %>

View File

@ -1,37 +1,29 @@
<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>Links</h2>
<h2>Navigation</h2>
<ul>
<li>
<a href="http://localhost:4000/clothes">Clothes page</a>
<a href="http://localhost:4000/tracker">Clothes tracker</a>
</li>
<li>
<a href="http://localhost:4000/tracker">Live clothes tracker</a>
</li>
<li>
<a href="https://github.com/SleepyLili/pokemon-couture">Source</a>
<a href="http://localhost:4000/clothes">List of clothes</a>
</li>
</ul>
</article>
<article class="column">
<h2>Help</h2>
<h2>Links</h2>
<ul>
<li>
<a href="https://elixirforum.com/c/phoenix-forum">Forum</a>
<a href="https://github.com/SleepyLili/pokemon-couture">Source</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>
<a href="https://raru.re/@pasty">My mastodon profile</a>
</li>
</ul>
</article>