|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | +<title>Compute Ads Intro</title> |
| 6 | + |
| 7 | +<meta name="author" content="Dawei Ma"> |
| 8 | +<meta name="apple-mobile-web-app-capable" content="yes"> |
| 9 | +<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> |
| 10 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
| 11 | + |
| 12 | +<link rel="stylesheet" href="/reveal-js/css/reveal.css"><link rel="stylesheet" href="/reveal-hugo/themes/robot-lung.css" id="theme"><link rel="stylesheet" href="/highlight-js/color-brewer.min.css"> |
| 13 | + |
| 14 | +<style> |
| 15 | +.reveal section img { |
| 16 | + margin: 15px 0px; |
| 17 | + background: rgba(255, 255, 255, 0.12); |
| 18 | + border: none; |
| 19 | + box-shadow:none; |
| 20 | +} |
| 21 | +</style> |
| 22 | + |
| 23 | +<style> |
| 24 | +.img-column { |
| 25 | + float: left; |
| 26 | + width: 40%; |
| 27 | + padding: 5px; |
| 28 | +} |
| 29 | + |
| 30 | + |
| 31 | +.img-side-by-side::after { |
| 32 | + content: ""; |
| 33 | + clear: both; |
| 34 | + display: table; |
| 35 | +} |
| 36 | +</style> |
| 37 | + </head> |
| 38 | + <body> |
| 39 | + <div class="reveal"> |
| 40 | + <div class="slides"> |
| 41 | + |
| 42 | + |
| 43 | + <section><h2 id="在线计算广告">在线计算广告</h2> |
| 44 | +</section><section> |
| 45 | +<blockquote> |
| 46 | +<p>内容待补全</p> |
| 47 | +</blockquote> |
| 48 | +</section> |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +</div> |
| 54 | + |
| 55 | + |
| 56 | + </div> |
| 57 | +<script type="text/javascript" src=/reveal-hugo/object-assign.js></script> |
| 58 | + |
| 59 | +<a href="/reveal-js/css/print/" id="print-location" style="display: none;"></a> |
| 60 | +<script type="text/javascript"> |
| 61 | + var printLocationElement = document.getElementById('print-location'); |
| 62 | + var link = document.createElement('link'); |
| 63 | + link.rel = 'stylesheet'; |
| 64 | + link.type = 'text/css'; |
| 65 | + link.href = printLocationElement.href + (window.location.search.match(/print-pdf/gi) ? 'pdf.css' : 'paper.css'); |
| 66 | + document.getElementsByTagName('head')[0].appendChild(link); |
| 67 | +</script> |
| 68 | + |
| 69 | +<script type="application/json" id="reveal-hugo-site-params">{"history":true,"templates":{"grey":{"background":"#424242","transition":"convex"}}}</script> |
| 70 | +<script type="application/json" id="reveal-hugo-page-params">{"custom_theme":"reveal-hugo/themes/robot-lung.css","highlight_theme":"color-brewer","margin":0.2,"templates":{"hotpink":{"background":"#FF4081","class":"hotpink"}},"transition":"slide","transition_speed":"fast"}</script> |
| 71 | + |
| 72 | +<script src="/reveal-js/js/reveal.js"></script> |
| 73 | + |
| 74 | +<script type="text/javascript"> |
| 75 | + |
| 76 | + |
| 77 | + function camelize(map) { |
| 78 | + if (map) { |
| 79 | + Object.keys(map).forEach(function(k) { |
| 80 | + newK = k.replace(/(\_\w)/g, function(m) { return m[1].toUpperCase() }); |
| 81 | + if (newK != k) { |
| 82 | + map[newK] = map[k]; |
| 83 | + delete map[k]; |
| 84 | + } |
| 85 | + }); |
| 86 | + } |
| 87 | + return map; |
| 88 | + } |
| 89 | + |
| 90 | + var revealHugoDefaults = { center: true, controls: true, history: true, progress: true, transition: "slide" }; |
| 91 | + var revealHugoSiteParams = JSON.parse(document.getElementById('reveal-hugo-site-params').innerHTML); |
| 92 | + var revealHugoPageParams = JSON.parse(document.getElementById('reveal-hugo-page-params').innerHTML); |
| 93 | + |
| 94 | + var options = Object.assign({}, |
| 95 | + camelize(revealHugoDefaults), |
| 96 | + camelize(revealHugoSiteParams), |
| 97 | + camelize(revealHugoPageParams)); |
| 98 | + Reveal.initialize(options); |
| 99 | +</script> |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + <script type="text/javascript" src="/reveal-js/plugin/markdown/marked.js"></script> |
| 105 | + |
| 106 | + <script type="text/javascript" src="/reveal-js/plugin/markdown/markdown.js"></script> |
| 107 | + |
| 108 | + <script type="text/javascript" src="/reveal-js/plugin/highlight/highlight.js"></script> |
| 109 | + |
| 110 | + <script type="text/javascript" src="/reveal-js/plugin/zoom-js/zoom.js"></script> |
| 111 | + |
| 112 | + |
| 113 | + <script type="text/javascript" src="/reveal-js/plugin/notes/notes.js"></script> |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-154678195-3"></script> |
| 122 | + <script> |
| 123 | + window.dataLayer = window.dataLayer || []; |
| 124 | + function gtag(){dataLayer.push(arguments);} |
| 125 | + gtag('js', new Date()); |
| 126 | + |
| 127 | + gtag('config', 'UA-154678195-3'); |
| 128 | + </script> |
| 129 | + |
| 130 | + |
| 131 | + </body> |
| 132 | +</html> |
0 commit comments