made changes to info text, changed title of webpage, and small change in marquee text in guestbook

main
mb 1 week ago
parent 8abed680b3
commit 6da6190862

@ -158,6 +158,10 @@ div.caption textarea {
text-align: left;
background-color: rgb(240,240,240);
}
p#intro{
/* color: DarkViolet; */
padding: 0 3em;
}
p#deadlines{
padding-left: 2.5em;
font-style: italic;

@ -2,7 +2,7 @@
<html lang=en>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no">
<title>{% block title %}study at XPUB!{% endblock %}</title>
<title>{% block title %}XPUB is looking for new students!{% endblock %}</title>
<style>{%block style %}{% endblock %}</style>
{%block extrahead %}{% endblock %}
</head>

@ -4,7 +4,7 @@
<link rel="stylesheet" href="{%static 'call/guestbook.css' %}">
{% endblock %}
{% block content %}
<marquee><h1>Welcome XPUB Class of 2025-2027</h1></marquee>
<marquee><h1>Welcome XPUB class of 2025-2027</h1></marquee>
<div id="content">
{% for creature in page_obj %}
<img class="creature" src="{{creature.image.url}}" title="{{creature.caption}}">
@ -28,6 +28,9 @@
{% endif %}
</span>
</div>
<div id="popup">
This is XPUB's guestbook, welcome here and thanks for visiting! If you have any questions, or if you want to remove your entry from the guestbook, you can reach out to You can click on the characters to activate them.
</div>
<script src="{% static 'call/guestbook.js' %}"></script>
{% endblock %}

@ -11,11 +11,11 @@
<div id=root class=rootloading>
<div id="info">
<p>
The <strong>Master Experimental Publishing</strong> (<strong>XPUB</strong>) at the Piet Zwart Institute 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 id="intro">
The <strong>Master Experimental Publishing</strong> (XPUB) at the Piet Zwart Institute 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 and join us!<p>
<p>Use the <em>XPUB Community Builder</em> below to add yourself to our digital guestbook, join an upcoming open day either online or in person, and APPLY!</p>
<p>Are you looking for a place to explore all sorts of media in hands-on and collective ways? Come and join us at XPUB!<p>
<p>Use the <em>XPUB student builder</em> below to add yourself to our digital guestbook, join an upcoming open day either online or in person, and APPLY!</p>
<p><strong>Application deadlines</strong>:</p>
<p>
<ul>
@ -27,7 +27,7 @@
<p><strong>Open days</strong>:</p>
<p>
<ul>
<li><strong>online</strong>: Tuesday, 11 February 2025 (<a href="mailto:pzi.coordinators@hr.nl?subject=XPUB Open Day (online)&amp;body=Hello, I would like to join the online open day on Tuesday 11 February 2025 at 10:00 CET or 17:00 CET (please choose your preferred timeslot)." target="_blank">subscribe</a>)</li>
<li><strong>online</strong>: Tuesday, 11 February 2025 (<a href="https://pad.xpub.nl/p/openday" target="extern">more info</a>)</li>
<li><strong>in person</strong>: Saturday, 15 February 2025 (<a href="https://www.pzwart.nl/blog/open-day/" target="extern">more info</a>)</li>
</ul>
</p>
@ -37,7 +37,7 @@
</p>
</div>
<h2>Join the (digital) Community</h2>
<h2>XPUB student builder</h2>
<p>Add yourself to our digital guestbook!<br>What kind of XPUB student do you want to be?<br>(Activate your character by clicking on it!)</p>
<canvas id=c width=16 height=16></canvas>
<!-- <div id=caption>HERE CAPTION</div> -->
@ -66,7 +66,7 @@
<div id="buttons" style="text-align: center">
<button id=animbtn style="display: none">...</button>
<button id=randomizebtn>randomize</button>
<div id="sendbutton"><button id="send">save to guestbook</button></div>
<div id="sendbutton"><button id="send">add to guestbook</button></div>
</div>
</div>

Loading…
Cancel
Save