-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
98 lines (92 loc) · 4.17 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/article#">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HBE6FQ900X"></script>
<script>window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-HBE6FQ900X');</script>
<meta charset="UTF-8">
<title>モノリスAR</title>
<link rel="icon" href="Images/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="Images/apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta http-equiv="content-language" content="ja">
<meta name="description" content="スマホを使って、「モノリス」をAR空間上の好きな場所に出現させることができます!このwebサイトを、スマホ上のSafariやChromeなどのAR対応ブラウザで開いて、モノリスARを体験してみてください!#モノリスAR でツイートしてね!" />
<meta property="og:title" content="モノリスAR" />
<meta property="og:url" content="https://sugijotaro.github.io/MonolithAR/" />
<meta property="og:image" content="https://sugijotaro.github.io/MonolithAR/Images/thumbnail.png" />
<meta property="og:description" content="スマホを使って、「モノリス」をAR空間上の好きな場所に出現させることができます!このwebサイトを、スマホ上のSafariやChromeなどのAR対応ブラウザで開いて、モノリスARを体験してみてください!#モノリスAR でツイートしてね!" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="モノリスAR" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@sugijotaro" />
<meta name="keyword" content="モノリスAR,モノリス,AR,Monolith" />
<meta name="viewport" content="width=600">
<script type="text/javascript" src="script.js"></script>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<header>
<h1>モノリスAR</h1>
</header>
<main>
<h2>なにができるの?🤔</h2>
<p>最近話題の謎の「モノリス」をAR上で出現させることができます!</p>
<a href="https://t.co/fpeB66pXVB" target="_blank" rel="noopener">
<img src="Images/tweet.png" alt=”ライブドアニュースのツイート” width="400px">
</a>
<hr>
<h2>動作環境📱</h2>
<table>
<tbody>
<tr>
<th>対応OS </th>
<td>iOS12以降</td>
<td>Android</td>
</tr>
<tr>
<th>対応端末 </th>
<td>iPhone6s以降</td>
<td><a href="https://developers.google.com/ar/discover/supported-devices#google_play_devices"
target="_blank" rel="noopener">ARCore対応端末</a></td>
</tr>
<tr>
<th>対応アプリ </th>
<td>Safari</td>
<td>Chrome</td>
</tr>
</tbody>
</table>
<hr>
<h2>モノリスをARで見てみよう!👀</h2>
<p>対応端末では右下のボタンからARで見られるよ</p>
<p>撮った写真をSNSでシェアしよう!<br>
ハッシュタグは<a href="https://twitter.com/search?f=tweets&q=%23モノリスAR" target="_blank" rel="noopener"><strong>#モノリスAR</strong></a>
</p>
<!--
<a rel="ar" href="Models/Monolith.usdz">
<img class="pole" src="Images/Monolith.png" width="400px">
</a>
-->
<model-viewer alt="Monolith" src="Models/Monolith.glb" ios-src="Models/Monolith.usdz"
poster="Images/Monolith.png" shadow-intensity="1" camera-controls auto-rotate ar>
</model-viewer>
<div id="qr">
<hr>
<h2>もしかしてPCからご覧になってますか?💻</h2>
<p>下のQRコードからスマートフォン上でご覧ください</p>
<img src="Images/qr.png" alt="このwebサイトへのQRコード https://sugijotaro.github.io/MonolithAR/">
</div>
<hr>
<p>よかったらプルリクしてね!</p>
<a href="https://github.com/sugijotaro/MonolithAR">GitHub</a>
</main>
<footer>
<p></p>
</footer>
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js">
</script>
</body>
</html>