first vue

This commit is contained in:
Rodolphe Marbot 2022-07-05 20:49:49 +02:00
parent 978de52a09
commit c6c3d20cac
10 changed files with 65 additions and 64 deletions

View file

@ -13,15 +13,12 @@
<header>
<section class="container">
<nav>
<ul>
<li><a href="https://hexdocs.pm/phoenix/overview.html">Get Started</a></li>
<%= if function_exported?(Routes, :live_dashboard_path, 2) do %>
<li><%= link "LiveDashboard", to: Routes.live_dashboard_path(@conn, :home) %></li>
<% end %>
</ul>
<div>
</div>
<%= link "L'association", to: "/association" %>
</nav>
<a href="https://reaproche.fr/" class="phx-logo">
<img src={Routes.static_path(@conn, "/images/phoenix.png")} alt="Phoenix Framework Logo"/>
<a href="https://reaproche.fr/" class="reaproche-logo">
<img src={Routes.static_path(@conn, "/images/Logo Orange.png")} alt="Reaproche Logo"/>
</a>
</section>
</header>