Skip to content

Commit

Permalink
Added link to GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-kriska committed Jan 27, 2022
1 parent 4fdba74 commit 1552910
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="grid gap-4 grid-cols-2 grid-rows-3 p-10 mx-auto">
<div class="grid gap-4 grid-cols-2 grid-rows-2 p-10 mx-auto">
<div id="board" class="row-span-2">
<ul class="list-none p-3 border-solid rounded border-slate-200 border-2 bg-slate-100">
<li class="text-lg">Hello <span class="font-bold"><%= @name %></span></li>
Expand Down
5 changes: 5 additions & 0 deletions lib/rubyslava_elixir_web/templates/layout/root.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@
</section>
</header>
<%= @inner_content %>
<footer class="flex justify-center">
<a class="center" href="https://github.com/oliver-kriska/rubyslava_elixir" target="_blank">
<img src="https://img.shields.io/badge/github-%23181717.svg?&style=for-the-badge&logo=github&logoColor=white" />
</a>
</footer>
</body>
</html>

0 comments on commit 1552910

Please sign in to comment.