Skip to content

Commit

Permalink
Fix rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Jul 5, 2023
1 parent 182576a commit 296cf85
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions templates/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="translate-y-[-9rem]">
<div class="relative flex pb-10">
<div class="hill"></div>
<img class="w-28 m-auto z-10" src="/static/rustacean-flat-happy.svg" alt="Ferris the Crab">
<img class="w-28 m-auto z-10" src="/static/ferris/rustacean-flat-happy.svg" alt="Ferris the Crab">
</div>
<div class="bg-[#f0ece8] friendship-footer text-center">
<h3 class="text-3xl font-bold py-6">Thanks our sponsors</h3>
Expand Down Expand Up @@ -93,21 +93,21 @@ <h3 class="uppercase">
<a class="my-2 block hover:underline" href="{{ item.url }}">{{ item.name }}</a>
{% endfor -%}
</div>
{% endfor -%}
</div>
{% endfor -%}
</div>
</div>
<div class="absolute bottom-0 left-0 right-0 p-16 bg-[#0f1125] text-slate-400 text-xs">
<div class="text-center text-xs text-slate-400">
<img class="mx-auto mb-4 h-8"
src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png" alt="cc-by-nc-sa" />
The content of the magazine is licensed under the <a class="underline"
href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
CC BY-NC-SA 4.0 LICENSE
</a> by default unless otherwise specified.
</div>
<div class="text-xs text-slate-400 text-center mt-12">
Copyright © 2023 {{ site.name }}
</div>
</div>
<div class="absolute bottom-0 left-0 right-0 p-16 bg-[#0f1125] text-slate-400 text-xs">
<div class="text-center text-xs text-slate-400">
<img class="mx-auto mb-4 h-8" src="https://mirrors.creativecommons.org/presskit/buttons/88x31/png/by-nc-sa.png"
alt="cc-by-nc-sa" />
The content of the magazine is licensed under the <a class="underline"
href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
CC BY-NC-SA 4.0 LICENSE
</a> by default unless otherwise specified.
</div>
<div class="text-xs text-slate-400 text-center mt-12">
Copyright © 2023 {{ site.name }}
</div>
</div>

0 comments on commit 296cf85

Please sign in to comment.