-
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.
ideamatrics robotic arm build updated
- Loading branch information
digvijay164
committed
Sep 6, 2024
1 parent
e112901
commit eaeb012
Showing
6 changed files
with
75 additions
and
8,354 deletions.
There are no files selected for viewing
This file was deleted.
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,61 +1,56 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Robotic Arm</title> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<head> | ||
<title>Robotic Arm</title> | ||
<link rel="stylesheet" href="styles.a1211606.css"> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<!-- <nav class="nav--bar"> | ||
<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="demo.ca50480e.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 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> | ||
</html> |
Oops, something went wrong.