From 51e0c25c2f0f913f3ec756465a8bde7c22b13055 Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 18 Apr 2009 11:35:20 +0000 Subject: [PATCH] small typo correction, add event box to end slide --- linuxwochen2009/slide_end.html | 8 +-- linuxwochen2009/slide_introduction.html | 56 --------------------- linuxwochen2009/slide_opennet_goodpath.html | 2 +- linuxwochen2009/slides.css | 40 ++++++++++++++- linuxwochen2009/slides.js | 6 +++ 5 files changed, 50 insertions(+), 62 deletions(-) delete mode 100644 linuxwochen2009/slide_introduction.html diff --git a/linuxwochen2009/slide_end.html b/linuxwochen2009/slide_end.html index dc70f2d..6ac8c1e 100755 --- a/linuxwochen2009/slide_end.html +++ b/linuxwochen2009/slide_end.html @@ -24,12 +24,14 @@ < Zurück | Weiter > - +
+
27. Oktober 2009
MozCamp Wien
Thema: "Offenes Internet"

Offene Diskussion

-
+
Selbst gestalten statt nur konsumieren! -
+
please don't hurt the web - use open standards
http://www.mozilla.org/about/manifesto
diff --git a/linuxwochen2009/slide_introduction.html b/linuxwochen2009/slide_introduction.html deleted file mode 100644 index e842ccf..0000000 --- a/linuxwochen2009/slide_introduction.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - Das offene Internet und Mozilla - Vorstellung - - - - - - - - - - - - -
Vorstellung
- Inhalt || - Beginn || - < Zurück | - Weiter > -
- -

Vorstellung

- -
-

Robert Kaiser, "KaiRo" <kairo@kairo.at>

-
-
    -
  • Mitglied im Projektmanagement - des SeaMonkey-Projekts als - Projektkoordinator und "Build Engineer"
  • -
  • Deutscher Übersetzer der SeaMonkey/Mozilla-Suite - (seamonkey.at) seit Ende 1999
  • -
  • SeaMonkey/Mozilla-Suite-Theme-Designer - (EarlyBlue, LCARStrek)
  • -
  • Mitwirkender am Mozilla-Code, hauptsächlich in den Bereichen Build-System, - Benutzeroberflächen, Übersetzung und SeaMonkey
  • -
  • Selbständiger EDV-Dienstleister (EPU) seit 2006 - ("KaiRo.at Robert Kaiser IT-Services"), - Arbeitsbereich ist die Entwicklung eines PHP-basierten Community-Systems - und Mitarbeit an SeaMonkey bzw. Mozilla
  • -
  • Mitarbeit im Komittee zur Suche eines neuen Executive Directors für - Mozilla (2007/08)
  • -
  • Wohnhaft in Steyr/OÖ und Wien, Studium für Chemie/Physik Lehramt - an der Universität Wien
  • -
-
-
- - - diff --git a/linuxwochen2009/slide_opennet_goodpath.html b/linuxwochen2009/slide_opennet_goodpath.html index 3500650..0ca3042 100644 --- a/linuxwochen2009/slide_opennet_goodpath.html +++ b/linuxwochen2009/slide_opennet_goodpath.html @@ -31,7 +31,7 @@
diff --git a/linuxwochen2009/slides.css b/linuxwochen2009/slides.css index fc63876..3008ed7 100644 --- a/linuxwochen2009/slides.css +++ b/linuxwochen2009/slides.css @@ -65,7 +65,6 @@ ul:last-child { #slidenav { background: #f02925 url("template/breadcrumbs-background.png") bottom repeat-x; padding: 4px 15px 30px 55px; - padding-top: 4px; font-size: 10px; color: #FFCCCC; } @@ -202,4 +201,41 @@ ul.small > li margin: 0px; padding: 0px; border: 0px; -} \ No newline at end of file +} + +/***** end slide *****/ + +#donthurt { + width: 341px; + height: 400px; +} + +#eventbox { + display: none; + position: absolute; + top: 230px; + margin-top: 5em; + width: 50%; + height: 4em; + left: 25%; + border: 1px solid #FF8080; + background-color: #AA8080; + opacity: 0.8; + -moz-border-radius: .5em; + -moz-box-shadow: #AA8080 1px 1px 3px 2px; +} + +#eventtext { + display: none; + position: absolute; + top: 230px; + margin-top: 5.2em; + width: 50%; + height: 4em; + left: 25%; + text-align: center; + font-weight: bold; + color: #000000; + opacity: 1; + text-shadow: #FFFFFF 2px 2px 2px; +} diff --git a/linuxwochen2009/slides.js b/linuxwochen2009/slides.js index 68dfd9a..60e236a 100644 --- a/linuxwochen2009/slides.js +++ b/linuxwochen2009/slides.js @@ -62,3 +62,9 @@ setTimeout("timerFired()", 1000*(slide_seconds/3)); window.onclick = handleClick; window.onkeypress = handleKeyPress; })(); + +// end slide +function showEvent() { + document.getElementById("eventbox").style.display = "block"; + document.getElementById("eventtext").style.display = "block"; +} \ No newline at end of file -- 2.35.3