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; text-align: left;
background-color: rgb(240,240,240); background-color: rgb(240,240,240);
} }
p#intro{
/* color: DarkViolet; */
padding: 0 3em;
}
p#deadlines{ p#deadlines{
padding-left: 2.5em; padding-left: 2.5em;
font-style: italic; font-style: italic;

@ -2,7 +2,7 @@
<html lang=en> <html lang=en>
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no"> <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> <style>{%block style %}{% endblock %}</style>
{%block extrahead %}{% endblock %} {%block extrahead %}{% endblock %}
</head> </head>
@ -10,4 +10,4 @@
{%block content %} {%block content %}
{% endblock %} {% endblock %}
</body> </body>
</html> </html>

@ -4,11 +4,11 @@
<link rel="stylesheet" href="{%static 'call/guestbook.css' %}"> <link rel="stylesheet" href="{%static 'call/guestbook.css' %}">
{% endblock %} {% endblock %}
{% block content %} {% 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"> <div id="content">
{% for creature in page_obj %} {% for creature in page_obj %}
<img class="creature" src="{{creature.image.url}}" title="{{creature.caption}}"> <img class="creature" src="{{creature.image.url}}" title="{{creature.caption}}">
{% endfor %} {% endfor %}
</div> </div>
<div class="pagination"> <div class="pagination">
@ -17,17 +17,20 @@
<a href="?page=1">&laquo; first</a> <a href="?page=1">&laquo; first</a>
<a href="?page={{ page_obj.previous_page_number }}">previous</a> <a href="?page={{ page_obj.previous_page_number }}">previous</a>
{% endif %} {% endif %}
<span class="current"> <span class="current">
Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}. Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}.
</span> </span>
{% if page_obj.has_next %} {% if page_obj.has_next %}
<a href="?page={{ page_obj.next_page_number }}">next</a> <a href="?page={{ page_obj.next_page_number }}">next</a>
<a href="?page={{ page_obj.paginator.num_pages }}">last &raquo;</a> <a href="?page={{ page_obj.paginator.num_pages }}">last &raquo;</a>
{% endif %} {% endif %}
</span> </span>
</div> </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> <script src="{% static 'call/guestbook.js' %}"></script>
{% endblock %} {% endblock %}

@ -11,11 +11,11 @@
<div id=root class=rootloading> <div id=root class=rootloading>
<div id="info"> <div id="info">
<p> <p id="intro">
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. 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>
<p>XPUB is looking for new students! Come and join us!<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 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>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><strong>Application deadlines</strong>:</p>
<p> <p>
<ul> <ul>
@ -27,7 +27,7 @@
<p><strong>Open days</strong>:</p> <p><strong>Open days</strong>:</p>
<p> <p>
<ul> <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> <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> </ul>
</p> </p>
@ -37,7 +37,7 @@
</p> </p>
</div> </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> <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> <canvas id=c width=16 height=16></canvas>
<!-- <div id=caption>HERE CAPTION</div> --> <!-- <div id=caption>HERE CAPTION</div> -->
@ -66,7 +66,7 @@
<div id="buttons" style="text-align: center"> <div id="buttons" style="text-align: center">
<button id=animbtn style="display: none">...</button> <button id=animbtn style="display: none">...</button>
<button id=randomizebtn>randomize</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>
</div> </div>

Loading…
Cancel
Save