-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
29 lines (29 loc) · 1.03 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>HOME</title>
</head>
<body>
<h1>jujunjun110.github.io コンテンツ</h1>
<ul>
<li>
<h2><a href="./crawlingcursor/" target="_blank">crawlingcursor</a></h2>
<p>オブジェクトに追随するカーソル</p>
</li>
<li>
<h2><a href="./japanese-text/" target="_blank">japanese-text</a></h2>
<p>美しい日本語テキスト</p>
</li>
<li>
<h2><a href="./feeling-depth/" target="_blank">feeling-depth</a></h2>
<p>全天球画像+モデルに沿って動くレティクルで立体感を感じる。<br>
<a href="https://connpass.com/event/43707/" target="_blank">TOKYO A-Framer Meetup</a>にて発表したスライドのデモ。</p>
</li>
<li>
<h2><a href="./saikoro/" target="_blank">saikoro</a></h2>
<p>aframe-physics-systemを使った物理演算デモ</p>
</li>
</ul>
</body>
</html>