-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrobo.html
More file actions
38 lines (38 loc) · 1.62 KB
/
robo.html
File metadata and controls
38 lines (38 loc) · 1.62 KB
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
div.polaroid {
width: 250px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}
div.container {
padding: 10px;
}
</style>
<title>WebAR</title>
</head>
<body>
<h1>Welcome to the WebAR</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<div class="polaroid">
<a href="robo.usdz" rel="ar">
<img src="robo.png" width="200" height="200">
</a>
<div class="container">Robo arm</div>
</div>
<p>Photogrammetry is the art and science of making measurements from photographs, especially for recovering the exact positions of surface points. Photogrammetry is as old as modern photography, dating to the mid-19th century and in the simplest example, the distance between two points that lie on a plane parallel to the photographic image plane, can be determined by measuring their distance on the image, if the scale (s) of the image is known.
</p>
<div class="polaroid">
<a href="ganesh_resized.usdz" rel="ar">
<img src = "ganesh_icon.png" height="230" width="200">
</a><div class="container">Ganesh statue</div>
</div>
</body>
</html>