Skip to content

Commit

Permalink
Merging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Oct 2, 2024
1 parent 7c55941 commit 0d611aa
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/fanzine copy.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Cookie Compilation
---
{%include "head.njk" %}
{%include "navigation.njk" %}


<div class="container">
<object data="/media/fanzine.pdf" type="application/pdf" width="100%" height="100%">
<p class="warning">Your web browser doesn't have a PDF reader.</p>
<p class="warning">{% phicon "book-open-text" %} <a href="/media/fanzine.pdf">Click Here to Download the PDF file</a> {% phicon "book-open-text" %}</p>
</object>
</div>

<style>
a {
color: white;
}
.warning {
text-align: center;
padding: 20px;
font-size: 30px;
font-size: 3.5vw;
color: white;
}
.container {
margin-top: 60px;
}
</style>

0 comments on commit 0d611aa

Please sign in to comment.