first vue
This commit is contained in:
parent
978de52a09
commit
c6c3d20cac
10 changed files with 65 additions and 64 deletions
6
lib/reaproche_web/live/page_view_live.ex
Normal file
6
lib/reaproche_web/live/page_view_live.ex
Normal file
|
@ -0,0 +1,6 @@
|
|||
defmodule ReaprocheWeb.PageViewLive do
|
||||
use ReaprocheWeb, :live_view
|
||||
def mount(_params, _, socket) do
|
||||
{:ok, socket}
|
||||
end
|
||||
end
|
43
lib/reaproche_web/live/page_view_live.html.heex
Normal file
43
lib/reaproche_web/live/page_view_live.html.heex
Normal file
|
@ -0,0 +1,43 @@
|
|||
<section class="phx-hero">
|
||||
<h1>Reaproche</h1>
|
||||
<p>Agissons ensemble pour se faire entendre</p>
|
||||
<p>La visite est une étape à part entière des soins</p>
|
||||
<p>Soutenons le droit des visites même en ce contexte sanitaire</p>
|
||||
</section>
|
||||
|
||||
<section class="row">
|
||||
<article class="column">
|
||||
<h2>Resources</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://hexdocs.pm/phoenix/overview.html">Guides & Docs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/phoenixframework/phoenix">Source</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://github.com/phoenixframework/phoenix/blob/v1.6/CHANGELOG.md">v1.6 Changelog</a>
|
||||
</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://web.libera.chat/#elixir">#elixir on Libera Chat (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>
|
||||
<li>
|
||||
<a href="https://discord.gg/elixir">Elixir on Discord</a>
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue