-
Notifications
You must be signed in to change notification settings - Fork 0
/
ar.html
32 lines (32 loc) · 1.09 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>紫苑のポートフォリオ選択ページ</title>
<link rel="stylesheet" href="css/select.css">
<!-- <link rel="stylesheet" href="css/stylesheet.css"> -->
</head>
<body>
<header>
<h1>紫苑のポートフォリオ</h1>
</header>
<div class="contents">
<p style="font-size: 1.2em;">ポートフォリオを見るか、<br>ARを体験するか選んでください。</p>
<main>
<button id="experienceAR">ARを体験する</button>
<div class="description">
<p>名刺の裏のQRコードの上で作成したアバターが踊ります</p>
</div>
<button id="gotoPortfolio">ポートフォリオを見る</button>
<div class="description">
<p>制作したWEBアプリや3DCG関連をまとめています</p>
</div>
</main>
</div>
<footer>
<p>©2024 紫苑</p>
</footer>
<script src="js/select.js"></script>
</body>
</html>