-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (66 loc) · 3.75 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
<!DOCTYPE html>
<!--suppress ALL -->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>二龙湖名人录</title>
<link type="image/x-icon" rel="shortcut icon" href="images/avatar.jpg">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="css/twodragonlake.css" type="text/css">
<script src="https://www.gstatic.com/firebasejs/5.5.5/firebase.js"></script>
<!-- Google Analytics -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-100235665-2', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
</head>
<body style="background-image:url(images/background.png);">
<div>
<a href="http://www.apache.org" target="_blank"><img src="images/apache_logo.png" title="Apache" style="height:40px;width:100px" /></a>
<a href="https://www.nasa.gov/" target="_blank"> <img src="images/nasa-logo.svg" title="National Aeronautics and Space Administration"
style="height:40px;width:100px" /></a>
<a href="http://www.mathunion.org/" target="_blank"><img src="images/IMU-Logo2.png" title="International Mathematical Union"
style="height:40px;width:50px" /></a>
<a href="https://www.iaea.org/" target="_blank"><img src="images/iaea.png" title="International Atomic Energy Agency"
style="height:40px;width:50px" /></a>
<a href="https://bc19286139.icoc.vc/" target="_blank"><img src="images/source_plan.png" title="源计划"
style="height:40px;width:100px" /></a>
<a href="http://javatv.cn/" target="_blank"><img src="images/source_plan.png" title="源计划"
style="height:40px;width:100px" /></a>
<a href="http://www.wa000.top/jeesns/" target="_blank"><img src="images/TDLSNS.jpg" title="TwoDragonLake JEESNS"
style="height:40px;width:50px" /></a>
<a href="https://ceaser.wang/" target="_blank"><img src="images/yuzhibo.png" title="TwoDragonLake 南贺神社"
style="height:40px;width:90px" /></a>
<a href="https://incoder.org/" target="_blank"><img src="images/BladeCode.png" title="TwoDragonLake BladeCode"
style="height:40px;width:50px" /></a>
<a href="https://kaifa.dev/" target="_blank"><img src="images/modala.jpg" title="TwoDragonLake Modala"
style="height:40px;width:45px" /></a>
<a href="https://myclusterbox.com/" target="_blank"><img src="images/myclusterbox.png" title="TwoDragonLake Myclusterbox"
style="height:40px;width:100px" /></a>
</div>
<div id="container"></div>
<div id="info" style="height:10px">
<a href="https://github.com/TwoDragonLake" target="_blank">
<h3>二龙湖名人录</h3>
</a>
</div>
<div id="menu">
<button id="table">TABLE</button>
<button id="sphere">SPHERE</button>
<button id="helix">HELIX</button>
<button id="grid">GRID</button>
</div>
<script type="text/javascript" src="js/three.min.js"></script>
<script type="text/javascript" src="js/tween.min.js"></script>
<script type="text/javascript" src="js/TrackballControls.js"></script>
<script type="text/javascript" src="js/CSS3DRenderer.js"></script>
<script type="text/javascript" src="js/twodragonlake.js"></script>
</body>
</html>