Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
  • Loading branch information
digvijay164 committed Sep 6, 2024
1 parent b673eab commit 2940adb
Show file tree
Hide file tree
Showing 7 changed files with 8,359 additions and 75 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ideamatrics-robotic-arm-build/demo.3faa1905.js.map

Large diffs are not rendered by default.

103 changes: 55 additions & 48 deletions ideamatrics-robotic-arm-build/index.html
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>
1 change: 0 additions & 1 deletion ideamatrics-robotic-arm-build/script.js.map

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 2940adb

Please sign in to comment.