-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
105 lines (94 loc) · 4.31 KB
/
contact.html
File metadata and controls
105 lines (94 loc) · 4.31 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Preview: Android/Google Glass application to preview the movie trailer by image recognition</title>
<meta name="description" content="Preview for glass is a future application for Google Glass which will change your movie life."/>
<link rel="canonical" href="https://www.preview-anything.com/" />
<link rel="author" href="https://google.com/+TakahiroPolyHorikawa" />
<link rel="icon" type="image/png" href="/img/app_icon.png">
<meta property='og:locale' content='en_US'/>
<meta property='og:title' content='Preview: Google Glass/Android application to recognize a movie poster and play its trailer.'/>
<meta property='og:description' content='Preview is a future application for Google Glass which will change your movie life.'/>
<meta property="og:image" content="/img/og.png" />
<meta property='og:url' content='http://www.preview-anything.com/'/>
<meta property='og:site_name' content='Preview'/>
<meta property='og:type' content='article'/>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="/css/styles.css" rel="stylesheet">
<link href="/css/top.css" rel="stylesheet">
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
</head>
<body>
<!-- header start -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation" style="z-index: 10;">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="#"><img src="/img/logo.png" class="app-icon" /></a>-->
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li class="active"><a href="#">Contact</a></li>
</ul>
<ul class="nav navbar-nav pull-right">
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
<!-- header end -->
<div class="container-fluid">
<div class="row" style="margin-top: 40px;">
<div class="col-md-6 col-md-offset-1 section-container">
<div class="section-title">Contact</div>
<div class="section-body">
<div style="font-size: 18px;">
Preview for Glass is developed by <a href="https://plus.google.com/+TakahiroPolyHorikawa/">Takahiro Poly Horikawa.</a><br /><br />
If you have any questions, please email to
<script type="text/javascript">
<!--
function convertMoji2_shtml(t){
var s="",moji="";
for(var i=0;i<t.length;i++){
moji=t.charCodeAt(i);
s +=String.fromCharCode(moji+1);
}
return s;
}
var em_shtml=convertMoji2_shtml(String.fromCharCode(103,110,113,104,106,96,118,96,45,115,96,106,96,103)+String.fromCharCode(104,113,110,63,102,108,96,104,107,45,98,110,108));
document.write("<a href=\"mai"+"lto:"+em_shtml+"\">"+em_shtml+"</a>");
// -->
</script>
</div>
</div>
</div>
</div>
</div>
<!-- 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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48205244-4', 'preview-anything.com');
ga('send', 'pageview');
</script>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = '//apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</body>
</html>