add cool icon and attribution text

This commit is contained in:
Lili (Tlapka) 2021-10-11 13:27:35 +02:00
parent baf7775b98
commit 88e1322ace
3 changed files with 10 additions and 2 deletions

View File

@ -42,13 +42,16 @@ select {
.phx-hero input { .phx-hero input {
background: #ffffff; background: #ffffff;
} }
.phx-attributions {
font-weight: 200;
}
.phx-logo { .phx-logo {
min-width: 300px; min-width: 300px;
margin: 1rem; margin: 1rem;
display: block; display: block;
} }
.phx-logo img { .phx-logo img {
width: auto; width: 13.5rem;
display: block; display: block;
} }

View File

@ -22,7 +22,7 @@
<%= render "_user_menu.html", assigns %> <%= render "_user_menu.html", assigns %>
</nav> </nav>
<a href="<%= Routes.page_path(@conn, :index) %>" class="phx-logo"> <!-- TODO: needs a way to show the proper link --> <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> </a>
</section> </section>
</header> </header>

View File

@ -28,3 +28,8 @@
</ul> </ul>
</article> </article>
</section> </section>
<section class="phx-attributions">
<h2> Attributions </h2>
<p>Top icon is a pikachu by WEBTECHOPS LLP from the Noun Project.</p>
</section>