Skip to content

Commit

Permalink
fanzine & links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules-dejardin committed Oct 2, 2024
1 parent 235dfda commit e2be6d1
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions src/fanzine.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
title: Cookie Compilation
---
{%include "head.njk" %}
{%include "navigation.njk" %}

<div class="container">
<iframe src="/media/fanzine.pdf" width="800em" height="2100"></iframe>
</div>

<style>
.container
{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.card
{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
.title
{
display: block;
padding: 5px 20px;
font-size: 9em;
color: white;
}
.cookie-logo
{
height: 300px;
border-radius: 150px;
}
p
{
color: white;
padding: 10px 15px;
text-align: left;
}
</style>
Binary file added src/media/fanzine.pdf
Binary file not shown.

0 comments on commit e2be6d1

Please sign in to comment.