diff --git a/deck/deck.css b/deck/deck.css index 99290bb..c1b01ba 100644 --- a/deck/deck.css +++ b/deck/deck.css @@ -7,6 +7,7 @@ body{background:#929292;font-family:"Helvetica Neue",Arial,sans-serif;text-align section{width:1024px;height:768px;position:absolute;top:50%;left:50%;margin-left:-512px;margin-top:-384px;border-radius:8px;-o-border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;background:white;-moz-box-shadow:0px 0px 2px 2px #ccc;-webkit-box-shadow:0px 0px 2px 2px #ccc;box-shadow:0px 0px 2px 2px #ccc;}section.main_title h1{margin-top:140px;font-size:256px;} section.main_title h2{margin-top:20px;font-size:56px;} section.title h1{margin-top:310px;font-size:40px;} +section.top_title h1{margin-top:22px;margin-bottom:15px;font-size:36px;} section.code_title h1{font-family:"Courier New",monospace;margin-top:310px;font-size:42px;} section.code_slide h1{font-family:"Courier New",monospace;margin-top:22px;font-size:36px;} section.code_slide div.codes{position:absolute;left:10px;bottom:10px;right:517px;top:90px;}section.code_slide div.codes textarea{font-family:"Courier New",monospace;text-align:left;width:100%;height:100%;border:1px solid #ccc;font-size:16px;padding:4px 4px;resize:none;}section.code_slide div.codes textarea.init{display:none;} @@ -20,3 +21,4 @@ section svg{width:100%;height:100%;}section svg rect{fill:#ccc;stroke:gray;strok section svg text{font:16px sans-serif;} section a{color:steelblue;} section a:not(:hover){text-decoration:none;} +section .mmx{position:absolute;left:50%;margin-left:-150px;bottom:3px;} diff --git a/deck/deck.less b/deck/deck.less index a5acb78..4470013 100644 --- a/deck/deck.less +++ b/deck/deck.less @@ -112,6 +112,14 @@ section { } } + &.top_title { + h1 { + margin-top: 22px; + margin-bottom: 15px; + font-size: 36px; + } + } + &.code_title { h1 { font-family: "Courier New", monospace; @@ -236,4 +244,11 @@ section { a:not(:hover) { text-decoration: none; } + + .mmx { + position: absolute; + left: 50%; + margin-left: -300px / 2; + bottom: 3px; + } } diff --git a/images/MMX-logo.png b/images/MMX-logo.png new file mode 100644 index 0000000..9d260e6 Binary files /dev/null and b/images/MMX-logo.png differ diff --git a/images/inspect.png b/images/inspect.png new file mode 100644 index 0000000..ba8ec83 Binary files /dev/null and b/images/inspect.png differ diff --git a/images/svgbook.png b/images/svgbook.png new file mode 100644 index 0000000..83992e5 Binary files /dev/null and b/images/svgbook.png differ diff --git a/index.html b/index.html index 37f1e3f..3f0e104 100644 --- a/index.html +++ b/index.html @@ -544,13 +544,15 @@

Data Driven Documents

-
+

Where to learn more about SVG?

- Fill me with SVG book slide and inspect screeenshot + +

Questions?

+