diff --git a/json/pandora.json b/json/pandora.json index 465b890..ab35196 100644 --- a/json/pandora.json +++ b/json/pandora.json @@ -149,6 +149,6 @@ "development": "

To browse or check out the source, take a look at our repository. If you want to report bugs or request features, please use our tracker. For everything else, there's IRC, and our development mailing list. Your feedback is welcome.

pan.do/ra's interface was made with OxJS, a new JavaScript library for web applications. To learn more about OxJS, check out OxJS.org.



A lot of pan.do/ra's server-side functionality has been packaged as a stand-alone library as well. You can get python-ox here.

", "support": "

In case you just need help with installing, configuring or running pan.do/ra yourself, don't hesitate to get in touch with us.

Beyond that, we provide support and offer hosting for individual instances of pan.do/ra. For more details, please send us an e-mail.



", "credits": "

pan.do/ra is being developed and maintained by Jan Gerber and Sebastian Lütgert at 0x2620 in Berlin and Sanjay Bhangar at CAMP in Bombay.

From its early stages on, pan.do/ra has received valuable feedback, especially from Zinnia Ambarpardiwala, Shaina Anand and Ashok Sukumaran.

Last but not least, pan.do/ra would not have been possible without the support of the Bohen Foundation.

", - "contact": "

E-mail: 0x2620@0x2620.org

IRC: irc.freenode.net#pan.do/ra

Twitter: @0x2620

0x2620
Memhardtstrasse 2
10178 Berlin
Germany

" + "contact": "

E-mail: 0x2620@0x2620.org

IRC: irc.freenode.net#pan.do/ra

Twitter: @pandotdoslashra

0x2620
Memhardtstrasse 2
10178 Berlin
Germany

" } } diff --git a/pan do.html b/pan do.html index 815ddf1..0402d76 100644 --- a/pan do.html +++ b/pan do.html @@ -1,7 +1,7 @@ - Pan Do Can Do!™ - Pan Pizza - Classic, Standard or Regular + World-Wide Delivery? Pan Do Can Do! - Pan Pizza - Classic, Standard or Regular + if (++page < 8) { + imageSearch.gotoPage(page); + } + } + window.onresize = function() { + var w = Math.ceil(window.innerWidth / 8), + h = Math.ceil(window.innerHeight / 8), + pizzas = document.getElementsByClassName('pizza'); + for (var i = 0; i < pizzas.length; i++) { + var img = pizzas[i]; + img.style.left = (i % 8) * w + 'px'; + img.style.top = Math.floor(i / 8) * h + 'px'; + img.style.width = w + 'px'; + img.style.height = h + 'px'; + } + }; + }()); + @@ -88,10 +74,11 @@ diff --git a/pan.do.html b/pan.do.html index e46f41e..5e00590 100644 --- a/pan.do.html +++ b/pan.do.html @@ -33,6 +33,9 @@ -o-user-select: none; -webkit-user-select: none; } + .separator { + color: rgba(255, 255, 255, 0.5); + } #main { position: absolute; left: 0; @@ -44,6 +47,15 @@ background: rgba(0, 0, 0, 0.25); text-align: center; } + #header { + position: absolute; + left: 24px; + top: 16px; + right: 24px; + font-size: 13px; + text-align: right; + color: white; + } #logo { position: absolute; left: 0; @@ -51,7 +63,7 @@ right: 0; margin: auto; } - #header { + #line { position: absolute; top: 208px; width: 800px; @@ -96,8 +108,13 @@
- + +
Social bookmarking. Shorten, share and store your links in the cloud.
@@ -111,12 +128,12 @@
@@ -129,6 +146,9 @@ short = document.getElementById('short'), share = document.getElementById('share'), store = document.getElementById('store'); + function go() { + parent.location.href = 'http://pan.do/ra'; + } function submit() { if (long.className === '') { long.value = long.value.replace(/[^\w\-\.:\/\?\&=\#,]/g, ''); @@ -151,7 +171,7 @@ document.onkeypress = null; }; long.onchange = function() { - document.getElementById('result').style.display='none' + document.getElementById('result').style.display = 'none'; }; long.onfocus = function() { if (this.className == 'placeholder') { @@ -167,12 +187,8 @@ } }; shorten.onclick = submit; - share.onclick = function() { - parent.location.href = 'http://pan.do/ra'; - }; - store.onclick = function() { - parent.location.href = 'http://pan.do/ra'; - }; + share.onclick = go; + store.onclick = go; }()); diff --git a/pan.do.jpeg b/pan.do.jpeg new file mode 100644 index 0000000..0327a36 Binary files /dev/null and b/pan.do.jpeg differ diff --git a/pan_do.html b/pan_do.html index 125289a..5ec9cd8 100644 --- a/pan_do.html +++ b/pan_do.html @@ -10,61 +10,56 @@
pan.do
Your gateway to other sites on the Internet.
-
Related Searches



Online Video
Media Archive
Open Source
Greek Mythology
-
Loading...
+
+ Related Searches

+

+ Online Video
+ Media Archive
+ Open Source
+ Greek Mythology +
+
+ News for Pando

+
Loading...
+
-
Sponsored Listings

0x2620
Collaborative Archiving and Networked Distribution
www.0x2620.org

CAMP
Critical Art and Media Practices
www.camputer.org

0xDB
Imaginary Movie Database
www.0xdb.org

Pad.ma
Public Access Digital Media Archive
www.pad.ma
+
+ Sponsored Listings

+ 0x2620
Collaborative Archiving and Networked Distribution
www.0x2620.org

+ 0xDB
Imaginary Movie Database
www.0xdb.org

+ CAMP
Critical Art and Media Practices
www.camputer.org

+ Pad.ma
Public Access Digital Media Archive
www.pad.ma +
\ No newline at end of file