-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathar.html
168 lines (108 loc) · 6.66 KB
/
ar.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Title Tag -->
<title>FutureTech Group</title>
<!-- <<Mobile Viewport Code>> -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- <<Attched Stylesheets>> -->
<link rel="stylesheet" href="css/theme.css" type="text/css" />
<link rel="stylesheet" href="css/media.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
<link href='http://fonts.useso.com/css?family=Open+Sans:400,300,600,700,800,600italic' rel='stylesheet' type='text/css'>
<!-- <<Attched Javascripts>> -->
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<!--引用百度地图API-->
<style type="text/css">
html,body{margin:0;padding:0;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
</style>
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=7dp0sDVGCNpadeC5MXX0eaZN"></script>
</head>
<body>
<!-- \\ Begin Holder \\ -->
<div class="DesignHolder">
<!-- \\ Begin Frame \\ -->
<div class="LayoutFrame">
<!-- \\ Begin Header \\ -->
<header class="header">
<div class="Center">
<!-- \\ Begin Top Bar \\ -->
<div class="Top_Bar">
<div class="site-logo">
<a href="#"><figure><img src="http://main-pics.oss-cn-hangzhou.aliyuncs.com/ft_logo.png" alt="Image"></figure></a>
</div>
<!-- \\ Begin Navigation \\ -->
<nav class="Navigation">
<ul>
<li class="active"><a href="index.html"><span>home</span></a></li>
<!-- <li class="gap"><a href="#About"><span>about</span></a></li> -->
<li class="gap gap1"><a href=""><span>AR Products</span></a></li>
</ul>
<figure><img src="http://main-pics.oss-cn-hangzhou.aliyuncs.com/triangle-img.png" alt="Image" class="triangle"></figure>
</nav>
<!-- // End Navigation // -->
<div class="clear"></div>
</div>
<!-- // End Top Bar // -->
<!-- \\ Begin Product Section \\ -->
<div class="Product_sec">
<ul>
<li>
<div class="right">
<div class="img">
<figure><img src="http://main-pics.oss-cn-hangzhou.aliyuncs.com/googleglass.jpg" alt="Image"></figure>
</div>
<div class="Details">
<h3>谷歌眼镜 <span>Google Project Glass</span> </h3>
<p> Google Project Glass是一款增强现实型<br>穿戴式智能眼镜。这款眼镜集智能手机、<br>GPS、相机于一身,在用户眼前展现实时信息,<br>只要眨眨眼就能拍照上传、<br>收发短信、查询天气路况等操作。
</p>
<a href="subs/google_glass.html" class="button">Learn more</a>
</div>
</div>
</li>
<li>
<div class="left">
<div class="img">
<figure><img src="http://main-pics.oss-cn-hangzhou.aliyuncs.com/hololens_2.jpg" alt="Image"></figure>
</div>
<div class="Details">
<h3>Microsoft HoloLens <span></span> </h3>
<p>
HoloLens没有为用户呈现一个完全不同的世界,<br>而是将某些计算机生成的效果叠加于现实世界之上。<br>用户仍然可以行走自如,随意与人交谈,<br>全然不必担心撞到墙。<br>你可以通过手势与虚拟3D对象交互。
</p>
<a href="subs/Microsoft HoloLens.html" class="button">Learn more</a>
</div>
</div>
</li>
</ul>
</div>
<!-- // End Product Section // -->
<a href="index.html"><figure><img src="http://main-pics.oss-cn-hangzhou.aliyuncs.com/arrow-back-img.png" alt="Arrow" class="arrow"></figure></a>
</div>
</header>
<!-- // End Header // -->
<!-- \\ Begin Container \\ -->
<div id="Container">
<!-- \\ Begin Footer \\-->
<footer>
<div class="Center">
<form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="POST" target="_blank" accept-charset="GBK">
<input name="optEmail" type="hidden" value="13796620268"> <p>Copyright © 2015 FutureTech Group 京ICP备15061858号</p>
<input name="pay" type="image" src="http://main-pics.oss-cn-hangzhou.aliyuncs.com/alipay.png" width="100" />
<input name="payAmount" type="hidden" value="2.33">
<input id="title" name="title" type="hidden" value="支持我们的实验性项目(^_^)">
<input name="memo" type="hidden" value="谢谢您的支持 如方便敬请留下个人信息">
</form>
</div>
</footer>
<!-- // End Footer // -->
</div>
<!-- // End Layout Frame // -->
</div>
<!-- // End Design Holder // -->
</body>
</html>