-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·83 lines (69 loc) · 3.64 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>WYAM Studio home page | Website | mobile web</title>
<meta name="description" content="" />
<meta name="author" content="WYAM Studio" />
<link href="http://static.lohasus.com/static/pic/entry/l/00/6f/impress-demo.css" rel="stylesheet" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
</head>
<body class="impress-not-supported">
<div class="fallback-message">
<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>, <b>Safari</b> or <b>Firefox</b> browser.</p>
</div>
<div id="impress">
<div id="title" class="step" data-x="0" data-y="0" data-scale="4">
<h1>WYAM <span class="footnote">Studio</span></h1>
<span class="footnote">按下键盘▼</span>
</div>
<div id="its-in-3d" class="step" data-x="6200" data-y="4300" data-z="-100" data-rotate-x="-40" data-rotate-y="10" data-scale="2">
<p> *<span class="have">who</span> <span class="you">W</span><span class="noticed">e</span> <span class="its">a</span><span class="in">r</span><b>e</b>?</p>
</div>
<div id="ing" class="step" data-x="3500" data-y="-850" data-rotate="270" data-scale="6">
<p>一支<b class="positioning">专业的</b>, <b class="rotating">设计</b> 和 <b class="scaling">开发</b> 运营团队 </p>
</div>
<div id="imagination" class="step" data-x="6700" data-y="-300" data-scale="6">
<p>我们<b></b>为谁<b class="imagination">服务</b>?</p>
</div>
<div id="its" class="step" data-x="850" data-y="3000" data-rotate="90" data-scale="5">
<a href="http://www.xinweicook.com"><img src="http://www.xinweicook.com/images/logo.png"></a>
</div>
<div class="step" data-x="1420" data-y="2300" data-rotate="10" data-scale="2">
<a href="#"><img style="width:400px" src="http://static.lohasus.com/static/pic/entry/l/00/6f/lanxiangshu.png"></a>
</div>
<div id="big" class="step" data-x="3500" data-y="2100" data-rotate="180" data-scale="6">
<a href="http://www.lohasus.com"><img src="http://www.lohasus.com/public/images/index/[email protected]?v=1.2"></a>
</div>
<div class="step" data-x="2300" data-y="1100" data-rotate="75" data-scale="7">
<a href="http://www.teambition.com"><img src="https://dn-project-site.qbox.me/images/[email protected]"></a>
</div>
<div id="tiny" class="step" data-x="2825" data-y="2325" data-z="-3000" data-rotate="300" data-scale="1">
<p>还有<b>太多</b> ...</p>
</div>
<div id="source" class="step" data-x="6300" data-y="2000" data-rotate="20" data-scale="4">
<p>如何联系我们?</p>
<q>邮箱:<a href="mailto:[email protected]">[email protected]</a></q>
<p>电话:15901948804</p>
</div>
<div id="one-more-thing" class="step" data-x="6000" data-y="4000" data-scale="2">
<p>期待您的来电....</p>
</div>
<div id="overview" class="step" data-x="3000" data-y="1500" data-scale="10"></div>
</div>
<div class="hint">
<p>Use a spacebar or arrow keys to navigate</p>
</div>
<script>
if ("ontouchstart" in document.documentElement) {
document.querySelector(".hint").innerHTML = "<p>Tap on the left or right to navigate</p>";
}
</script>
<script src="http://static.lohasus.com/static/pic/entry/l/00/6f/impress.js"></script>
<script>impress().init();</script>
</body>
</html>