Skip to content

Commit

Permalink
Merge pull request #21 from virtual-labs/main
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
ishantdei authored Sep 26, 2024
2 parents 8791031 + 650e2ad commit eed9537
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 13 deletions.
Binary file removed experiment/simulation/.DS_Store
Binary file not shown.
16 changes: 8 additions & 8 deletions experiment/simulation/A.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ <h1 class="rules">Rules-</h1>
<div class="dot" id="dot1" style="top: 315px; left: 97px;"></div> <!-- dot3 -->
<div class="dot" id="dot2" style="top: 315px; left: 305px;"></div> <!-- dot5 -->
<div class="dot" id="dot5" style="top: 212px; left: 258px;"></div> <!-- dot4 -->
<img id="sbox" src="/experiment/simulation/Letters/A/sboxx.png" >
<img id="trace" src="/experiment/simulation/Letters/A/AA.png" >
<img class="arrrow1" id="arrow1" src="/experiment/simulation/Letters/A/without-bg.gif" alt="Overlay Image">
<img class="arrrow2" id="arrow2" src="/experiment/simulation/Letters/A/without-bg.gif" alt="Overlay Image">
<img class="arrrow3" id="arrow3" src="/experiment/simulation/Letters/A/without-bg.gif" alt="Overlay Image">
<img id="sbox" src="/experiment/simulation/images/Letters/A/sboxx.png" >
<img id="trace" src="/experiment/simulation/images/Letters/A/AA.png" >
<img class="arrrow1" id="arrow1" src="/experiment/simulation/images/Letters/A/without-bg.gif" alt="Overlay Image">
<img class="arrrow2" id="arrow2" src="/experiment/simulation/images/Letters/A/without-bg.gif" alt="Overlay Image">
<img class="arrrow3" id="arrow3" src="/experiment/simulation/images/Letters/A/without-bg.gif" alt="Overlay Image">

<img id="stroke1" src="/experiment/simulation/Letters/A/stroke1.png" >
<img id="stroke2" src="/experiment/simulation/Letters/A/stroke1.png" >
<img id="stroke3" src="/experiment/simulation/Letters/A/stroke1.png" >
<img id="stroke1" src="/experiment/simulation/images/Letters/A/stroke1.png" >
<img id="stroke2" src="/experiment/simulation/images/Letters/A/stroke1.png" >
<img id="stroke3" src="/experiment/simulation/images/Letters/A/stroke1.png" >

</div>

Expand Down
Binary file removed experiment/simulation/Letters/.DS_Store
Binary file not shown.
7 changes: 2 additions & 5 deletions experiment/simulation/Letters/A/A.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,17 +212,14 @@ body {
.next-exp {
position: absolute;
display: none;
left: 75%;
left: 70%;
transform: translateX(-50%); /* Centering button horizontally */
bottom: 20px; /* Position from the bottom */
padding: 10px 15px;
color: white;
background-color: rgb(20, 117, 228);
font-weight: 600;
border: none;
border-radius: 4px;
cursor: pointer;


bottom: 90px;
bottom: 150px;
}
Binary file removed experiment/simulation/Letters/B/.DS_Store
Binary file not shown.
Binary file removed experiment/simulation/images/.DS_Store
Binary file not shown.
Binary file added experiment/simulation/images/Letters/A/A.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added experiment/simulation/images/Letters/A/AA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added experiment/simulation/images/Letters/A/cursor.cur
Binary file not shown.
Binary file added experiment/simulation/images/Letters/A/sboxx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.

0 comments on commit eed9537

Please sign in to comment.