-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·75 lines (69 loc) · 3.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, user-scalable=yes">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Prest</title>
<link rel="icon" href="./Webimg/prest_app.png">
<link rel="apple-touch-icon" href="./Webimg/prest_app.png">
<meta name="description" content="最先端はここにある。カメラ経由で手を認識し、PCのジェスチャ操作を可能にするプレゼンテーション特化型ソフトウェア。">
<meta name="thumbnail" content="./Webimg/prest.png" />
<link rel="stylesheet" href="dist.css">
<link rel="stylesheet" type="text/css" href="style-mac.css">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="https://hyouhyan.com/css/forall.css">
</head>
<body>
<div class="main"></div>
<div class="caption"></div>
<div class="line-vertical1"></div>
<div class="line-vertical2"></div>
<div class="box"></div>
<div><img src="Webimg/prest_str.png" class="font"></div>
<div><video autoplay muted src="Webimg/1_1.mp4" id="vid" ></video></div>
<img src="Webimg/MacBook-H2.png" class="mm">
<img src="Webimg/Mac.png" class="nn">
<img src="Webimg/OS.png" class="OS">
<img src="Webimg/CPU.png" class="CPU">
<img src="Webimg/RAM.png" class="RAM">
<p class="p5">オペレーティングシステム<br>64ビット版Windows 10<br>macOS Big Sur 11</p>
<p class="p6">CPU<br>Intel Core i3<br>Ryzen 3</p>
<p class="p7">RAM<br>4GB以上</p>
<h2 style="text-align: left">あなたの手を、<br>デバイスに。</h2>
<p class="p2">プレゼンのためにコントローラーを用意する必要<br>はもうありません。PRESTを使えば離れていても<br>
コンピューターを操作することができます。</p>
<div class="box2"></div>
<h3 style="text-align: left">画像認識による<br>操作を実現</h3>
<p class="p3">人間の手をカメラで読み取り、特定のジェスチャ<br>ーに対して特定の操作を割り当てることで、
<br>離れた位置での操作を実現しています。</p>
<h4 style="text-align: left">最低システム要件</h4>
<p class="p4">これらの最低システム要件を満たしているPCがあれば、<br>問題なく起動・動作可能です。</p>
<div class="box3"></div>
<div class="box4">
</div>
</div>
</div>
<h1 style="text-align: right">PREST</h1>
<p class="p1">make your hand the device</p>
<p class="p9">さあ、始めましょう。</p>
<div class="BOXY">
<div class="box5">
<a href="./download"><img src="Webimg/Download.png" alt="ダウンロード"></a>
<img src="Webimg/Windows.png" class="Win">
<p class="p10"><br><br><br><br><br> Windows 10<br>ダウンロード</p></div>
<div class="box6">
<a href="./download/mac"><img src="Webimg/Download.png" alt="ダウンロード"></a>
<img src="Webimg/Apple.png" class="apple">
<p class="p11"><br><br><br><br><br> Mac OS<br>ダウンロード</p></div>
<div class="box7">
<a href="./download"><img src="Webimg/Download.png" alt="ダウンロード"></a>
<img src="Webimg/Linux.png" class="Lin">
<p class="p12"><br><br><br><br><br> Linux OS<br>ダウンロード</p></div>
</div>
<footer>
<small>© 2021 <a href="/">Prest</a></small>
</footer>
</body>
</html>