From: Robert Kaiser Date: Thu, 2 May 2013 00:50:47 +0000 (+0200) Subject: add graphics to slides X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=commitdiff_plain;h=4c6e740280fd1269464a9a9c50e529fb83f3a21c;hp=233aec207f7c8863b7d6e28c2ef9ce99fc2c407e add graphics to slides --- diff --git a/linuxwochen2013-makey/slides.css b/linuxwochen2013-makey/slides.css index f6adfbf..5e36afc 100644 --- a/linuxwochen2013-makey/slides.css +++ b/linuxwochen2013-makey/slides.css @@ -92,11 +92,11 @@ ul:last-child { } #header-text.neartime { - color: #80AACC; + color: #6080FF; } #header-text.ontime { - color: #80CC80; + color: #40AA40; } #header-text.overtime { @@ -129,7 +129,7 @@ ul:last-child { } #slidenav .nolink { - color: #A0A0A0; + color: #CCCCCC; } article { @@ -177,7 +177,7 @@ article[aria-selected="true"] ~ article { h1, h2, h3, h4 { margin: 0.5em 0; font-weight: bold; - color: #336699; + color: #003366; text-align: center; } diff --git a/linuxwochen2013-mozilla/australis.png b/linuxwochen2013-mozilla/australis.png new file mode 100644 index 0000000..0d54d0a Binary files /dev/null and b/linuxwochen2013-mozilla/australis.png differ diff --git a/linuxwochen2013-mozilla/bananabread.png b/linuxwochen2013-mozilla/bananabread.png new file mode 100644 index 0000000..757c9a0 Binary files /dev/null and b/linuxwochen2013-mozilla/bananabread.png differ diff --git a/linuxwochen2013-mozilla/call.png b/linuxwochen2013-mozilla/call.png new file mode 100644 index 0000000..f6e5a89 Binary files /dev/null and b/linuxwochen2013-mozilla/call.png differ diff --git a/linuxwochen2013-mozilla/contacts.png b/linuxwochen2013-mozilla/contacts.png new file mode 100644 index 0000000..939b28c Binary files /dev/null and b/linuxwochen2013-mozilla/contacts.png differ diff --git a/linuxwochen2013-mozilla/devtools.png b/linuxwochen2013-mozilla/devtools.png new file mode 100644 index 0000000..54b67b1 Binary files /dev/null and b/linuxwochen2013-mozilla/devtools.png differ diff --git a/linuxwochen2013-mozilla/fxos_shot.png b/linuxwochen2013-mozilla/fxos_shot.png new file mode 100644 index 0000000..d3efbda Binary files /dev/null and b/linuxwochen2013-mozilla/fxos_shot.png differ diff --git a/linuxwochen2013-mozilla/index.html b/linuxwochen2013-mozilla/index.html index 462eb32..32a850d 100755 --- a/linuxwochen2013-mozilla/index.html +++ b/linuxwochen2013-mozilla/index.html @@ -59,7 +59,10 @@
  • Inhalt
  • Lizenziert unter CC-BY-SA, 04/2013 Robert Kaiser
  • + src="cc-by-sa-80x15.png"> 04/2013 Robert Kaiser - + "Mozilla", "Firefox" und deren Logos sind + Handelmarken + der Mozilla Foundation. @@ -69,11 +72,13 @@

    15 Jahre Mozilla-Geschichte

    +hack - mozilla.org +

    @@ -81,11 +86,13 @@

    Mozilla Foundation

    +Webmaker / OpenBadges +

    @@ -93,11 +100,13 @@

    Aktuelles: Firefox für Desktop

    +Australis +

    @@ -105,11 +114,13 @@

    Entwickler-Werkzeuge

    +Werkzeuge +

    @@ -117,11 +128,13 @@

    Hintergrundarbeiten, Medien-APIs

    +WebRTC / SocialAPI +

    @@ -129,11 +142,13 @@

    Mobilgeräte

    +Firefox OS +

    @@ -141,11 +156,13 @@

    WebAPI: Web Apps

    +Firefox Marketplace +

    @@ -153,11 +170,13 @@

    WebAPI: Mobil

    +Anruf +

    @@ -165,11 +184,13 @@

    WebAPI: Noch mehr!

    +Kontakte +

    @@ -177,11 +198,13 @@

    Mozilla Persona

    +Persona +

    @@ -189,12 +212,14 @@

    JavaScript-Beschleunigung

    +BananaBread +

    @@ -202,11 +227,13 @@

    Plugins?

    +PDF.js +

    @@ -214,10 +241,12 @@

    Weitere Forschung

    +Rust +

    diff --git a/linuxwochen2013-mozilla/marketplace.png b/linuxwochen2013-mozilla/marketplace.png new file mode 100644 index 0000000..8e64717 Binary files /dev/null and b/linuxwochen2013-mozilla/marketplace.png differ diff --git a/linuxwochen2013-mozilla/mozorg-hack.gif b/linuxwochen2013-mozilla/mozorg-hack.gif new file mode 100755 index 0000000..6d7e2f7 Binary files /dev/null and b/linuxwochen2013-mozilla/mozorg-hack.gif differ diff --git a/linuxwochen2013-mozilla/pdfjs.png b/linuxwochen2013-mozilla/pdfjs.png new file mode 100644 index 0000000..2687566 Binary files /dev/null and b/linuxwochen2013-mozilla/pdfjs.png differ diff --git a/linuxwochen2013-mozilla/persona.png b/linuxwochen2013-mozilla/persona.png new file mode 100644 index 0000000..b13a9a1 Binary files /dev/null and b/linuxwochen2013-mozilla/persona.png differ diff --git a/linuxwochen2013-mozilla/rust.png b/linuxwochen2013-mozilla/rust.png new file mode 100644 index 0000000..d878c0d Binary files /dev/null and b/linuxwochen2013-mozilla/rust.png differ diff --git a/linuxwochen2013-mozilla/slides.css b/linuxwochen2013-mozilla/slides.css index 7316fce..a104e6d 100644 --- a/linuxwochen2013-mozilla/slides.css +++ b/linuxwochen2013-mozilla/slides.css @@ -245,6 +245,17 @@ mark { box-shadow: #6d7581 1px 1px 3px 2px; } +.slidepic { + float: right; + margin-left: .5em; +} + +.ensurepicinbox { + clear: both; + font-size: 1px; + margin: 0; +} + ul > li { margin: 0.5em 0; } diff --git a/linuxwochen2013-mozilla/webmaker_openbadges.png b/linuxwochen2013-mozilla/webmaker_openbadges.png new file mode 100644 index 0000000..e85dfa8 Binary files /dev/null and b/linuxwochen2013-mozilla/webmaker_openbadges.png differ diff --git a/linuxwochen2013-mozilla/webrtc_social.png b/linuxwochen2013-mozilla/webrtc_social.png new file mode 100644 index 0000000..f5f4c19 Binary files /dev/null and b/linuxwochen2013-mozilla/webrtc_social.png differ