[geany/talks] 91505d: EN: Starting new slides for an short introduction of Geany
Frank Lanitz
git-noreply at xxxxx
Sun Oct 4 09:09:42 UTC 2015
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Sun, 04 Oct 2015 09:09:42 UTC
Commit: 91505dd9ea1fc1418c007f97eb0c750756a51256
https://github.com/geany/talks/commit/91505dd9ea1fc1418c007f97eb0c750756a51256
Log Message:
-----------
EN: Starting new slides for an short introduction of Geany
Modified Paths:
--------------
en/A_short_introduction/index.html
Modified: en/A_short_introduction/index.html
97 lines changed, 97 insertions(+), 0 deletions(-)
===================================================================
@@ -0,0 +1,97 @@
+<!doctype html>
+<html lang="de">
+
+ <head>
+ <meta charset="utf-8">
+
+ <title>Geany, die leichtgewichtige Entwicklungsumgebung</title>
+
+ <meta name="description" content="Geany — a lightwight IDE">
+ <meta name="author" content="Frank Lanitz">
+
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
+
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
+
+ <link rel="stylesheet" href="reveal.js/css/reveal.css">
+ <link rel="stylesheet" href="reveal.js/css/theme/black.css" id="theme">
+
+ <!-- Code syntax highlighting -->
+ <link rel="stylesheet" href="reveal.js/lib/css/zenburn.css">
+
+ <!-- Printing and PDF exports -->
+ <script>
+ var link = document.createElement( 'link' );
+ link.rel = 'stylesheet';
+ link.type = 'text/css';
+ link.href = window.location.search.match( /print-pdf/gi ) ? 'reveal.js/css/print/pdf.css' : 'reveal/css/print/paper.css';
+ document.getElementsByTagName( 'head' )[0].appendChild( link );
+ </script>
+
+ <!--[if lt IE 9]>
+ <script src="reveal.js/lib/js/html5shiv.js"></script>
+ <![endif]-->
+ </head>
+
+ <body>
+ <!-- Man möge mir das Inline verzeien -->
+ <div style="position: absolute; right: 10px; top: 10px;display: block;"><img height="75pt" src="../../img/geany.svg" alt="Logo von Geany"/></div>
+
+ <div class="reveal">
+ <div class="slides">
+ <section>
+ <h1>Geany</h1>
+ <h2>a lightwight IDE </h2>
+ <img src="../../img/geany.svg" width="200px" alt="Geany-Logo">
+ <p>
+ <small>by <a href="mailto:frank at geany.org">Frank Lanitz</a></small>
+ </p>
+ <p>LinuxDays 2015 <br/> Prague</p>
+ </section>
+ <section>
+ <section>
+ <h1>Topics</h1>
+ </section>
+ <section>
+ <ol>
+ <li>General overview</li>
+ <li>Some Features</li>
+ <li>Meta</li>
+ </ol>
+ </section>
+ </section>
+ </div>
+
+ </div>
+
+ <script src="reveal.js/lib/js/head.min.js"></script>
+ <script src="reveal.js/js/reveal.js"></script>
+
+ <script>
+
+ // Full list of configuration options available at:
+ // https://github.com/hakimel/reveal.js#configuration
+ Reveal.initialize({
+ controls: true,
+ progress: true,
+ history: true,
+ center: true,
+
+ transition: 'slide', // none/fade/slide/convex/concave/zoom
+
+ // Optional reveal.js plugins
+ dependencies: [
+ { src: 'reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
+ { src: 'reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
+ { src: 'reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
+ { src: 'reveal.js/plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
+ { src: 'reveal.js/plugin/zoom-js/zoom.js', async: true },
+ { src: 'reveal.js/plugin/notes/notes.js', async: true }
+ ]
+ });
+
+ </script>
+
+ </body>
+</html>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list