Skip to content

Commit

Permalink
update html
Browse files Browse the repository at this point in the history
  • Loading branch information
baponkar committed Jun 2, 2024
1 parent 946abe2 commit f0bf45f
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@

<!-- Include Anime.js via CDN -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>

<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=YOUR_GA_TRACKING_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'YOUR_GA_TRACKING_ID');
</script>
<!-- End Google Analytics -->
</head>

<body>
Expand Down Expand Up @@ -178,9 +167,16 @@ <h2 id="screenshots-">Screenshots:</h2>
<h2 id="behavior-tree-">Behavior Tree:</h2>
<p>I have dropped this feature.</p>




<div class="imageContainer">
<img src="ScreenShots/behavior_tree.png" alt="Behavior Tree" width="300" height="auto">
<a href="https://colab.research.google.com/drive/14w90fm0O1CPNVTPYqNnic9xqHehyHnAs?usp=sharing">
<img src="ScreenShots/flowchart.png" alt="Flowchart of State transition" width="300" height="auto">
</a>
</div>




<h2 id="documentation-">Documentation :</h2>
Expand Down

0 comments on commit f0bf45f

Please sign in to comment.