-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (96 loc) · 5.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Enterprise JavaScript</title>
<meta name="author" content="Rui Tang" />
<link rel="shortcut icon" href="assets/favicon.ico" />
<link rel="stylesheet" href="assets/normalize.css" />
<link rel="stylesheet" href="assets/font.css" />
<link rel="stylesheet" href="assets/default.css" />
<link rel="stylesheet" href="assets/style.css" />
</head>
<body class="impress-not-supported">
<div id="fm1" class="fallback-message hidden">
<p>Your browser <b>doesn't support the features required</b> by impress.js,
so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b> or
<b>Safari</b> browser. Firefox 10 (to be released soon)
will also handle it.</p>
</div>
<div id="fm2" class="fallback-message">
<p>If you have fast machine and recent Google Chrome or Safari installed,
please check <a href="3d/index.html">a bit more "moving" version of that presentation</a></p>
<p style="text-align:center"><big>Otherwise, scroll down to see the slides</big></p>
</div>
<div id="impress">
<div id="title" class="step">
<h1 class="title">enterprise javascript</h1>
</div>
<div id="who-am-i" class="step" data-x="1500" data-y="0" data-rotate="0">
<h2>who am i?</h2>
<h3>name: rui tang | 唐睿</h3>
<h3>wechat|weibo|twitter: tangruidotnet</h3>
<h3>http://tangrui.net</h3>
<h3>https://github.com/tangrui/enterprise-javascript-shenjs2015</h3>
</div>
<div id="enterprise-or-web" class="step" data-x="1500" data-y="0" data-rotate="0">
<h2>enterprise or web</h2>
<h2>that's a question</h2>
</div>
<div id="enterprise-always-java" class="step" data-x="1500" data-y="500" data-rotate="90">
<h2>enterprise development has something to do with java</h2>
</div>
<div id="tiobe" class="step" data-x="1000" data-y="500" data-rotate="90">
<h2>tiobe index</h2>
<img src="assets/tiobe-index.png" alt="Tiobe Index" style="position:relative; left:50%; margin-left:-450px; width:900px; height:456px;" />
</div>
<div id="tiobe-2" class="step" data-x="1000" data-y="500" data-rotate="90">
<h2>tiobe index</h2>
<div style="position:absolute; left:90px; top:222px; width:920px; height:50px; border:3px solid red; z-index:2;"></div>
<div style="position:absolute; left:90px; top:548px; width:920px; height:50px; border:3px solid red; z-index:2;"></div>
<img src="assets/tiobe-index.png" alt="Tiobe Index" style="position:relative; left:50%; margin-left:-450px; width:900px; height:456px;" />
</div>
<div id="js-makes-java-powerful" class="step" data-x="1000" data-y="500" data-z="-1000" data-rotate="90">
<h2>javascript can make java more powerful</h2>
</div>
<div id="run-js-in-jvm" class="step" data-x="1000" data-y="500" data-z="-1500" data-rotate="90">
<h2>run javascript in jvm</h2>
<img src="assets/javascript-in-jvm.png" alt="JavaScript in JVM" style="position:relative; left:50%; margin-left:-375px;" />
</div>
<div id="run-js-in-jvm-2" class="step" data-x="1000" data-y="500" data-z="-1500" data-rotate="90">
<h2>run javascript in jvm</h2>
<img src="assets/javascript-in-jvm-2.png" alt="JavaScript in JVM" style="position:relative; left:50%; margin-left:-375px;" />
</div>
<div id="demo-repl" class="step" data-x="1000" data-y="1000" data-z="-2000" data-rotate="90">
<h2>demo</h2>
<h2>repl</h2>
</div>
<div id="demo-webserver" class="step" data-x="1000" data-y="1500" data-z="-2500" data-rotate="180">
<h2>demo</h2>
<h2>web server</h2>
</div>
<div id="java-stack" class="step" data-x="1000" data-y="500" data-z="-4500" data-rotate="360">
<h2>javascript above java stack</h2>
<img src="assets/backend-architecture.png" alt="Backend Architecture" style="position:relative; left:50%; margin-left:-217px; width:435px; height:529px;" />
</div>
<div id="demo-complex" class="step" data-x="1000" data-y="500" data-z="-4500" data-rotate="360">
<h2>demo</h2>
<h2>more complex</h2>
</div>
<div id="cdeio" class="step" data-x="1000" data-y="500" data-z="-4500" data-rotate="360">
<h2>http://cde.io</h2>
<!--<h2>https://github.com/zyeeda/cdeio-runtime</h2>-->
</div>
<div id="thanks" class="step" data-x="1000" data-y="500" data-z="-4500" data-rotate="0">
<h1>thank you</h1>
<h1>:)</h1>
</div>
</div>
<script src="scripts/impress.js"></script>
<script>impress().init();</script>
</body>
</html>