merged changes from mb, work on animation export view
parent
ea3ee94371
commit
8abed680b3
@ -0,0 +1,59 @@
|
||||
{% extends "call/base.html" %}
|
||||
{% load static %}
|
||||
{% block extrahead %}
|
||||
<link rel="stylesheet" href="{% static 'call/guestbook.css'%}">
|
||||
<style>
|
||||
body {
|
||||
background: hsl({{bg_hue|default:"0"}}deg {{bg_sat|default:"0"}}% {{bg_lightness|default:"66"}}%);
|
||||
margin: 0;
|
||||
}
|
||||
@page {
|
||||
/* size: 2160px 3840px; */
|
||||
size: {{width}}px {{height}}px;
|
||||
margin: 0;
|
||||
}
|
||||
.flex-container {
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
#page {
|
||||
position: absolute;
|
||||
left: 0; right: 0;
|
||||
top: 0; bottom: 0;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<div id="page">
|
||||
<div class="flex-container">
|
||||
<div id="info" style="font-family: serif !important">
|
||||
<p>
|
||||
The <a href="https://xpub.nl/" target="extern">Master Experimental Publishing (XPUB)</a> at the <a href="https://pzwart.nl/" target="extern">Piet Zwart Institute</a> in Rotterdam (NL) is a two-year master focused on the acts of making things public and creating publics in the age of post-digital networks.
|
||||
</p>
|
||||
<p>XPUB is looking for new students! Come & join us!<p>
|
||||
<p>Use the <em>XPUB Community Builder</em> below to put yourself on our digital guestbook, join an upcoming open day either online or in-person, and APPLY!</p>
|
||||
<p><a href="https://www.pzwart.nl/application/deadlines/" target="extern">Application deadlines</a>:</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li>March 4, 2024 (non-EU final + EU priority deadline)</li>
|
||||
<li>May 8, 2024 (final EU deadline)</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p><a href="https://www.pzwart.nl/blog/open-day/" target="extern">Open days</a>:</p>
|
||||
<p>
|
||||
<ul>
|
||||
<li>ONLINE: <a href="mailto:pzi.coordinators@hr.nl?subject=XPUB Open Day (online)&body=Hello, I will join the online open day on the February 11th on 10:00 CET or 16:00 CET" target="_blank">February 11, 2024, 10:00 + 16:00 CEST</a></li>
|
||||
<li>IN PERSON:<a href="https://www.pzwart.nl/blog/open-day/" target="extern">February 15, 2025</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
<button style="background: yellow" id="apply" onclick="window.open('https://www.pzwart.nl/experimental-publishing/apply/', 'extern')">Apply</button>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue