-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
digvijay164
committed
Sep 6, 2024
1 parent
b673eab
commit 2940adb
Showing
7 changed files
with
8,359 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
} |
8,326 changes: 8,300 additions & 26 deletions
8,326
ideamatrics-robotic-arm-build/script.js → ...atrics-robotic-arm-build/demo.3faa1905.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Robotic Arm</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<body> | ||
<!-- <nav class="nav--bar"> | ||
<head> | ||
<title>Robotic Arm</title> | ||
<link rel="stylesheet" href="styles.a1211606.css"> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<!-- <nav class="nav--bar"> | ||
<img class="logo" src="assets/images/logo.svg" > | ||
<button class="button--navbar">BUY NOW</button> | ||
</nav> --> | ||
|
||
<div class="container"> | ||
<!-- first part --> | ||
<section class="section first"> | ||
<div class="section--one--container"> | ||
<h1> | ||
13+ years of transforming industries with precision engineering | ||
solutions | ||
</h1> | ||
<p> | ||
When you need to deliver a project with confidence, from Idea to | ||
Installation, you can count on Ideametrics. | ||
</p> | ||
</div> | ||
</section> | ||
|
||
<!-- second part --> | ||
<section class="section second"> | ||
<div class="section--two--container"> | ||
<h2>Built on Trust, Engineered for Reliability</h2> | ||
</div> | ||
</section> | ||
|
||
<!-- third part --> | ||
<section class="section third"> | ||
<div class="section--third--container"> | ||
<h2> | ||
Across Continents & Beyond Expectations, We Are Your GLOBAL | ||
Simulation Partner. | ||
</h2> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
<div id="webgi-canvas-container"> | ||
<canvas id="webgi-canvas"></canvas> | ||
</div> | ||
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js" integrity="sha512-onMTRKJBKz8M1TnqqDuGBlowlH0ohFzMXYRNebz+yOcc5TQr/zAKsthzhuv0hiyUKEiQEQXEynnXCvNTOk50dg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
<script>var model = "./assets/a8.glb";</script> | ||
<script src="script.js"></script> | ||
</body> | ||
<div class="container"> | ||
|
||
<!-- first part --> | ||
<section class="section first"> | ||
<div class="section--one--container"> | ||
<h1>13+ years of transforming industries with precision engineering solutions</h1> | ||
<p>When you need to deliver a project with confidence, from Idea to Installation, you can count on Ideametrics.</p> | ||
|
||
</div> | ||
</section> | ||
|
||
<!-- second part --> | ||
<section class="section second"> | ||
<div class="section--two--container"> | ||
<h2>Built on Trust, Engineered for Reliability</h2> | ||
|
||
</div> | ||
|
||
</section> | ||
|
||
<!-- third part --> | ||
<section class="section third"> | ||
<div class="section--third--container"> | ||
<h2>Across Continents & Beyond Expectations, We Are Your GLOBAL Simulation Partner.</h2> | ||
|
||
</div> | ||
</section> | ||
|
||
|
||
</div> | ||
|
||
<div id="webgi-canvas-container"> | ||
<canvas id="webgi-canvas"></canvas> | ||
|
||
</div> | ||
|
||
<script>var robotic_arm = { | ||
"path": "./assets/a8.glb" | ||
};</script> | ||
|
||
<script src="demo.3faa1905.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.