-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (82 loc) · 2.33 KB
/
index.html
File metadata and controls
89 lines (82 loc) · 2.33 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="index">
<title>
BoxPage
</title>
<link rel="stylesheet" type="text/css" href="css/component.css" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/clect.css">
<style id="jsbin-css">
</style>
</head>
<body>
<div class="container demo-1">
<div class="content">
<div id="large-header" class="large-header">
<canvas id="demo-canvas">
</canvas>
</div>
</div>
</div>
<input type="checkbox" id="zoom-cube">
<input type="radio" name="cube-controller" id="show-front" checked>
<input type="radio" name="cube-controller" id="show-back">
<input type="radio" name="cube-controller" id="show-top">
<input type="radio" name="cube-controller" id="show-bottom">
<input type="radio" name="cube-controller" id="show-left">
<input type="radio" name="cube-controller" id="show-right">
<div class="cube-wrap">
<div class="cube">
<div class="cube-face cube-face-front">
<div class="main-border">
</div>
</div>
<div class="cube-face cube-face-back">
</div>
<div class="cube-face cube-face-top">
<img style="width:500px;height:500px;" src="CNU.png" />
</div>
<div class="cube-face cube-face-left">
</div>
<div class="cube-face cube-face-right">
</div>
<div class="cube-face cube-face-bottom">
<i>
leader's position
</i>
</div>
</div>
</div>
<div class="button-wrap">
<label class="for-front" for="show-front">
Clect
</label>
<label class="for-back" for="show-back">
王
</label>
<label class="for-top" for="show-top">
Five-African
</label>
<label class="for-bottom" for="show-bottom">
郭
</label>
<label class="for-left" for="show-left">
徐
</label>
<label class="for-right" for="show-right">
韩
</label>
</div>
<script src="js/TweenLite.min.js">
</script>
<script src="js/EasePack.min.js">
</script>
<script src="js/rAF.js">
</script>
<script src="js/demo-1.js">
</script>
</body>
</html>