add cool icon and attribution text
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<%= render "_user_menu.html", assigns %>
|
||||
</nav>
|
||||
<a href="<%= Routes.page_path(@conn, :index) %>" class="phx-logo"> <!-- TODO: needs a way to show the proper link -->
|
||||
<img src="<%= Routes.static_path(@conn, "/images/phoenix.png") %>" alt="Phoenix Framework Logo"/>
|
||||
<img src="<%= Routes.static_path(@conn, "/images/pikachu.png") %>" alt="Phoenix Framework Logo"/>
|
||||
</a>
|
||||
</section>
|
||||
</header>
|
||||
|
||||
@@ -28,3 +28,8 @@
|
||||
</ul>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section class="phx-attributions">
|
||||
<h2> Attributions </h2>
|
||||
<p>Top icon is a pikachu by WEBTECHOPS LLP from the Noun Project.</p>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user