From 3305efce2dbd9a62e465bf9e478cef27d140c647 Mon Sep 17 00:00:00 2001 From: funix Date: Mon, 30 Aug 2021 10:13:50 +0200 Subject: [PATCH] open/clse --- scripts/App.js | 8 ++++---- styles/style.css | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/App.js b/scripts/App.js index 374001b..fc3868e 100644 --- a/scripts/App.js +++ b/scripts/App.js @@ -6,28 +6,28 @@ // Open window icon (on background 'desktop') // Close window button (on 'window' itself) +$(document).ready(function(){ -$(document).ready(function(){ let corpi = { 0: { id:'xpub', - glyph: ' ', + glyph: '🖨️', title: 'var xpub', content: 'window.open() at PNF will be an interface for our XPUB program to speak/communicate to/with the public inside and outside of the physical space. We adjust, using windows in the street and in the browser in order to be able to communicate. This frames it as a "discursive/dialogical interface" through which attitudes, perspectives, backgrounds and situations are explored together in a program consisting of: presentations, workshops, publication launches, conversations and performances; both online and offline.' }, 1: { id:'interface', - glyph: ' ', + glyph: '📀', title: 'const interface', content: 'A window is a framing device, an interface through which we can look inside, to spaces where small groups meet, and outside to the world beyond. Screens and windows delineate boundaries between public and private. Working with(in) a limitation, a frame(work), a situation, a context means adjusting our work to the state of affairs; it changes our way of thinking/framing it. We adjust, in order to be able to communicate within a temporary window of time, reframing our intentions and seeking opportunities to share some real-time realness.' }, 2: { id:'greetings', - glyph: ' ', + glyph: '📌', title: 'let greetings', content: 'We are pleased to invite you to window.open(), a day-long festival, held by students and alumni of the Master of Experimental Publishing (XPUB) at Page Not Found.' }, diff --git a/styles/style.css b/styles/style.css index a631e46..b184b2d 100644 --- a/styles/style.css +++ b/styles/style.css @@ -88,11 +88,12 @@ button{ .icon{ - width: 50px; - height: 50px; + width: 70px; + height: 70px; border: white solid 2px; margin: 2%; z-index: 1; + /* font-size: 50px ; */ }