-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
102 lines (84 loc) · 4.59 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<title>Myntra Community ShowRoom</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<!-- The following libraries and polyfills are recommended to maximize browser support -->
<!-- NOTE: you must adjust the paths as appropriate for your project -->
<!-- 🚨 REQUIRED: Web Components polyfill to support Edge and Firefox < 63 -->
<script src="https://unpkg.com/@webcomponents/webcomponentsjs@2.1.3/webcomponents-loader.js"></script>
<!-- 💁 OPTIONAL: Intersection Observer polyfill for better performance in Safari and IE11 -->
<script src="https://unpkg.com/intersection-observer@0.5.1/intersection-observer.js"></script>
<!-- 💁 OPTIONAL: Resize Observer polyfill improves resize behavior in non-Chrome browsers -->
<script src="https://unpkg.com/resize-observer-polyfill@1.5.0/dist/ResizeObserver.js"></script>
<!-- 💁 OPTIONAL: Fullscreen polyfill is needed to fully support AR features -->
<script src="https://unpkg.com/fullscreen-polyfill@1.0.2/dist/fullscreen.polyfill.js"></script>
<!-- 💁 OPTIONAL: Include prismatic.js for Magic Leap support -->
<script src="https://unpkg.com/@magicleap/prismatic/prismatic.min.js"></script>
<!-- 💁 OPTIONAL: The :focus-visible polyfill removes the focus ring for some input types -->
<script src="https://unpkg.com/focus-visible@5.0.2/dist/focus-visible.js" defer></script>
</head>
<body>
<h1 style="text-align: center;"><span style="color:#F13Ab1;">Wel</span ><span style="color:#f05524;">come</span></h1>
<H1><span style="color:#F13Ab1;">t</span><span style="color:#f05524;">o</span></H1>
<div class="imgg">
<img src="image/LOGOFINAL.png" alt="No Image" class="center">
</div>
<H1><span style="color:#F13Ab1;">3D sho</span><span style="color:#f05524;">wroom</span></H1>
<div class="grid-container">
<div class="item1">
<model-viewer class="View" src="https://cdn.glitch.me/a45d4089-0883-4183-858d-16be3292b0fb%2Fshirt.glb?v=1635926311626"
ios-src="https://cdn.glitch.com/25ee8113-90ae-41db-b783-fbbab7de2fc3%2FSpinning_Rings.usdz?v=1592249454231"
alt="A 3D model"
shadow-intensity="1"
camera-controls
interaction-prompt="auto"
auto-rotate ar magic-leap>
</model-viewer>
</div>
<div class="item2">
<model-viewer class="View" src="https://cdn.glitch.me/a45d4089-0883-4183-858d-16be3292b0fb%2Fpoly.glb?v=1635836215545"
ios-src="https://cdn.glitch.com/25ee8113-90ae-41db-b783-fbbab7de2fc3%2FSpinning_Rings.usdz?v=1592249454231"
alt="A 3D model"
shadow-intensity="1"
camera-controls
interaction-prompt="auto"
auto-rotate ar magic-leap></model-viewer>
</div>
<div class="item2">
<model-viewer class="View" src="https://cdn.glitch.me/a45d4089-0883-4183-858d-16be3292b0fb%2Fskirt2.glb?v=1635925653268"
ios-src="https://cdn.glitch.com/25ee8113-90ae-41db-b783-fbbab7de2fc3%2FSpinning_Rings.usdz?v=1592249454231"
alt="A 3D model"
shadow-intensity="1"
camera-controls
interaction-prompt="auto"
auto-rotate ar magic-leap></model-viewer>
</div>
<div class="item2">
<model-viewer class="View" src="https://cdn.glitch.me/a45d4089-0883-4183-858d-16be3292b0fb%2FRedBag.glb?v=1635925026189"
ios-src="https://cdn.glitch.com/25ee8113-90ae-41db-b783-fbbab7de2fc3%2FSpinning_Rings.usdz?v=1592249454231"
alt="A 3D model"
shadow-intensity="1"
camera-controls
interaction-prompt="auto"
auto-rotate ar magic-leap>
</model-viewer>
</div>
</div>
<div class="text">You are able to get three dimensional view of our Myntra Product </divn>
<div class="text">Developed and created with 💖 by Myntra Community ✌️</div>
<!-- 💁 Include both scripts below to support all browsers! -->
<!-- Loads <model-viewer> for modern browsers: -->
<script type="module"
src="https://unpkg.com/@google/model-viewer@v0.9.0/dist/model-viewer.js">
</script>
<!-- Loads <model-viewer> for old browsers like IE11: -->
<script nomodule
src="https://unpkg.com/@google/model-viewer@v0.9.0/dist/model-viewer-legacy.js">
</script>
</body>
</html>