This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (54 loc) · 2.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Roombot</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r126/three.js"
integrity="sha512-aPhrlLlp7Mr8g+MVw6/wMD8PjqqzRNhSM8pHDyyJPmUTJMzKxMmxrjauzQforOaAegN3CIKUTKXJyLwFD57RtA=="
crossorigin="anonymous"></script>
</head>
<body>
<div classname="main">
<img src="/utopia" alt="utopia" style="width: 89pc;height: 50pc;">
</div>
<div class="feature_1" style="position: relative;top: 19pc;transform: skewY(10deg);left: 20pc;">
<img src="/futuristic" alt="futuristicway">
</div>
<div clssname="d01" style="position: relative;width: 6pc;left: 11pc;color: darkslategray;">
<section>
<h3> TranslationPrompt </h3>
<p>
TranslationPrompt translate language very quickly and 90 % accurately.
</p>
</section>
<div classname="d02" style="position: absolute;left: 42pc;top: 11pc;font-size: x-large;">
<span style="position: absolute;top: -8pc;color: slategray;">
2X Fast translation
</span>
<span style="position: absolute;top: -2pc;color: slategray;">
Word to word translation
</span>
<span style="position: absolute;top: 6pc;color: slategray;">
less than ~2sec
</span>
<a href="#" title="Translation" style="position: absolute;left: -19pc;top: 6pc;color: darkslategrey;font-size: xxx-large;">
<i class="fa fa-language" aria-hidden="true"></i>
</a>
</div>
</div>
<div classname="feature_2" style="position: relative;top: 18pc;left: 22pc;color: darkslategrey;">
<h3>
First time Users create Biometric Account
</h3>
<span style="position: absolute;left: 1pc;width: 9pc;"> Register Your Face and be a part of community </span>
<a href="#" title="Registration" style="position: absolute;top: 5pc;left: 9pc;font-size: xxx-large;color: darkslategray;">
<i class="fa fa-user-circle" aria-hidden="true"></i>
</a>
<span style="position: absolute;top: 6pc;left: 13pc;width: 8pc;">
Unlock by your Face
</span>
</div>
</body>
</html>