From d513f2b4a35fd21569127aa6a66e8e457deb48d4 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 24 May 2015 03:05:46 +0200 Subject: talks: Initial conversion of the separate webpage --- static/css/main.css | 44 +++++++++++++++++++++++++++++++++++++++ static/css/responsive.css | 16 ++++++++++++++ static/images/border_grey.png | Bin 0 -> 414 bytes static/images/talks-logo.png | Bin 0 -> 7130 bytes static/talks/dune-project.pdf | Bin 0 -> 4415238 bytes static/talks/fumanoids.pdf | Bin 0 -> 5370100 bytes static/talks/git-scm.pdf | Bin 0 -> 518816 bytes static/talks/graphviz.pdf | Bin 0 -> 1350905 bytes static/talks/hardwarehacking.pdf | Bin 0 -> 1310374 bytes static/talks/kde-dev.pdf | Bin 0 -> 1018701 bytes static/talks/mapsforge.pdf | Bin 0 -> 2631725 bytes static/talks/protobuf.pdf | Bin 0 -> 581242 bytes static/talks/selinux.pdf | Bin 0 -> 129296 bytes static/talks/vim.tar.gz | Bin 0 -> 1955476 bytes 14 files changed, 60 insertions(+) create mode 100644 static/images/border_grey.png create mode 100644 static/images/talks-logo.png create mode 100644 static/talks/dune-project.pdf create mode 100644 static/talks/fumanoids.pdf create mode 100644 static/talks/git-scm.pdf create mode 100644 static/talks/graphviz.pdf create mode 100644 static/talks/hardwarehacking.pdf create mode 100644 static/talks/kde-dev.pdf create mode 100644 static/talks/mapsforge.pdf create mode 100644 static/talks/protobuf.pdf create mode 100644 static/talks/selinux.pdf create mode 100644 static/talks/vim.tar.gz (limited to 'static') diff --git a/static/css/main.css b/static/css/main.css index 3cd2462..d71ae21 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -177,3 +177,47 @@ dl, li p { pre { white-space: pre !important; } + +/* spline taks */ +div.talks-box { + background: url(../images/border_grey.png) repeat scroll 0 0 transparent; + padding: 5px; +} + +div.talks-box > div { + background: #fff; + padding: 10px; + margin: 5px; + font-size: 15px; +} + +div.center { + text-align: center; +} + +div.center > div { + padding: 20px; +} + +dd { + margin-bottom: 1em; +} + +.talks { + max-width: 800px; + margin: auto; +} + +.talks small { + display: block; + color: #000; +} + +.talks img { + float: right; +} + +.talks hr { + clear: both; + border-bottom: 3px solid #eee; +} diff --git a/static/css/responsive.css b/static/css/responsive.css index 001b795..8ec4f67 100644 --- a/static/css/responsive.css +++ b/static/css/responsive.css @@ -63,22 +63,38 @@ margin: 6px 0px 10px 0px; } + h1 small { + font-size: 16px; + } + h2 { font-size: 16px; line-height: 1.2; margin: 8px 0px 4px 0px; } + h2 small { + font-size: 13px; + } + h3 { font-size: 14px; line-height: 1.2; margin: 6px 0px 4px 0px; } + h3 small { + font-size: 12px; + } + h4 { font-size: 14px; } + h4 small { + font-size: 12px; + } + h1, h2, h3, h4, h5, h6 { line-height: 1.2; } diff --git a/static/images/border_grey.png b/static/images/border_grey.png new file mode 100644 index 0000000..d83e615 Binary files /dev/null and b/static/images/border_grey.png differ diff --git a/static/images/talks-logo.png b/static/images/talks-logo.png new file mode 100644 index 0000000..ceed54a Binary files /dev/null and b/static/images/talks-logo.png differ diff --git a/static/talks/dune-project.pdf b/static/talks/dune-project.pdf new file mode 100644 index 0000000..846c752 Binary files /dev/null and b/static/talks/dune-project.pdf differ diff --git a/static/talks/fumanoids.pdf b/static/talks/fumanoids.pdf new file mode 100644 index 0000000..4754fbb Binary files /dev/null and b/static/talks/fumanoids.pdf differ diff --git a/static/talks/git-scm.pdf b/static/talks/git-scm.pdf new file mode 100644 index 0000000..f7ae912 Binary files /dev/null and b/static/talks/git-scm.pdf differ diff --git a/static/talks/graphviz.pdf b/static/talks/graphviz.pdf new file mode 100644 index 0000000..8906b31 Binary files /dev/null and b/static/talks/graphviz.pdf differ diff --git a/static/talks/hardwarehacking.pdf b/static/talks/hardwarehacking.pdf new file mode 100644 index 0000000..5d3260e Binary files /dev/null and b/static/talks/hardwarehacking.pdf differ diff --git a/static/talks/kde-dev.pdf b/static/talks/kde-dev.pdf new file mode 100644 index 0000000..65734e1 Binary files /dev/null and b/static/talks/kde-dev.pdf differ diff --git a/static/talks/mapsforge.pdf b/static/talks/mapsforge.pdf new file mode 100644 index 0000000..7a0e1bb Binary files /dev/null and b/static/talks/mapsforge.pdf differ diff --git a/static/talks/protobuf.pdf b/static/talks/protobuf.pdf new file mode 100644 index 0000000..f522cba Binary files /dev/null and b/static/talks/protobuf.pdf differ diff --git a/static/talks/selinux.pdf b/static/talks/selinux.pdf new file mode 100644 index 0000000..48d27ca Binary files /dev/null and b/static/talks/selinux.pdf differ diff --git a/static/talks/vim.tar.gz b/static/talks/vim.tar.gz new file mode 100644 index 0000000..4b05076 Binary files /dev/null and b/static/talks/vim.tar.gz differ -- cgit v1.2.3-1-g7c22