Skip to content

Commit 8463e07

Browse files
add logo
1 parent a1e5a66 commit 8463e07

File tree

4 files changed

+5
-35
lines changed

4 files changed

+5
-35
lines changed

assets/static/images/pp-logo.png

10.5 KB
Loading

lib/pointing_party_web/templates/layout/app.html.eex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
<nav role="navigation">
1414
<ul>
1515
<%= if signed_in?(@conn) do %>
16+
<li>Hi, <%= @conn.assigns.username %></li>
1617
<li><%= link "Log Out", to: Routes.session_path(@conn, :delete), method: :delete, class: "nav-link" %></li>
1718
<%= else %>
1819
<li><%= link "Log In", to: Routes.session_path(@conn, :new), class: "nav-link" %></li>
1920
<%= end %>
2021
</ul>
2122
</nav>
22-
<a href="http://phoenixframework.org/" class="phx-logo">
23-
<img src="<%= Routes.static_path(@conn, "/images/phoenix.png") %>" alt="Phoenix Framework Logo"/>
23+
<a href="/" class="phx-logo">
24+
<img src="<%= Routes.static_path(@conn, "/images/pp-logo.png") %>" alt="Phoenix Framework Logo"/>
2425
</a>
2526
</section>
2627
</header>
Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,4 @@
11
<section class="phx-hero">
2-
<h1><%= gettext "Welcome to %{name}!", name: "Phoenix" %></h1>
3-
<p>A productive web framework that<br/>does not compromise speed or maintainability.</p>
4-
</section>
5-
6-
<section class="row">
7-
<article class="column">
8-
<h2>Resources</h2>
9-
<ul>
10-
<li>
11-
<a href="https://hexdocs.pm/phoenix/overview.html">Guides &amp; Docs</a>
12-
</li>
13-
<li>
14-
<a href="https://github.com/phoenixframework/phoenix">Source</a>
15-
</li>
16-
<li>
17-
<a href="https://github.com/phoenixframework/phoenix/blob/v1.4/CHANGELOG.md">v1.4 Changelog</a>
18-
</li>
19-
</ul>
20-
</article>
21-
<article class="column">
22-
<h2>Help</h2>
23-
<ul>
24-
<li>
25-
<a href="https://elixirforum.com/c/phoenix-forum">Forum</a>
26-
</li>
27-
<li>
28-
<a href="https://webchat.freenode.net/?channels=elixir-lang">#elixir-lang on Freenode IRC</a>
29-
</li>
30-
<li>
31-
<a href="https://twitter.com/elixirphoenix">Twitter @elixirphoenix</a>
32-
</li>
33-
</ul>
34-
</article>
2+
<h1>Welcome to Pointing Party!</h1>
3+
<p>A ticket estimation tool backed by the awesome real-time power of Phoenix.</p>
354
</section>

priv/static/images/pp-logo.png

10.5 KB
Loading

0 commit comments

Comments
 (0)