generated from virtual-labs/ph3-exp-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from virtual-labs/main
update
- Loading branch information
Showing
76 changed files
with
4,224 additions
and
47 deletions.
There are no files selected for viewing
Binary file not shown.
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
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
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
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,60 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway&display=swap" | ||
rel="stylesheet" /> | ||
<link rel="icon" href="images/favicon.ico" /> | ||
<link rel="stylesheet" href="css/header.css" /> | ||
|
||
<link rel="stylesheet" href="Letters/D/D.css" /> | ||
|
||
|
||
<title>Virtual Labs</title> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
<div class="simulation-container"> | ||
|
||
<h2 class="title">Lettering</h2> | ||
<h3 class="instruction-main"> Letter D</h3> | ||
|
||
<h1 class="rules">Rules-</h1> | ||
<p class="rule">1] Draw the line in the direction of the arrow on the trace of the letter.</p> | ||
<p class="rule">2] To draw, click on the starting point and drag the cursor to end point .</p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="canvas-container"> | ||
<canvas id="canvas" width="400" height="400"></canvas> | ||
<div class="dot" id="dot3" style="top: 80px; left: 132px;"></div> | ||
<div class="dot1" id="dot4" style="top: 80px; left: 132px;"></div> | ||
<div class="dot" id="dot1" style="top: 315px; left: 132px;"></div> | ||
<div class="dot1" id="dot2" style="top: 315px; left: 132px;"></div> | ||
|
||
<img id="sbox" src="./Letters/D/sboxx.png" > | ||
<img id="trace" src="./Letters/D/D.png" > | ||
<img class="arrrow1" id="arrow1" src="./Letters/D/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow2" id="arrow2" src="./Letters/D/curved arrow.gif" alt="Overlay Image"> | ||
<!-- <img class="arrrow3" id="arrow3" src="without-bg.gif" alt="Overlay Image"> --> | ||
<img id="stroke1" src="./Letters/D/stroke1.png" > | ||
<img id="stroke2" src="./Letters/D/stroke2.png" > | ||
<!-- <img id="stroke3" src="stroke2.png" > --> | ||
</div> | ||
|
||
</div> | ||
<!-- Your code goes here--> | ||
|
||
<!-- Add JS at the bottom of HTML file --> | ||
<script src="./Letters/D/D.js"></script> | ||
</body> | ||
|
||
</html> |
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,63 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway&display=swap" | ||
rel="stylesheet" /> | ||
<link rel="icon" href="images/favicon.ico" /> | ||
<link rel="stylesheet" href="css/header.css" /> | ||
|
||
<link rel="stylesheet" href="Letters/E/E.css" /> | ||
|
||
|
||
<title>Virtual Labs</title> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
<div class="simulation-container"> | ||
|
||
<h2 class="title">Lettering</h2> | ||
<h3 class="instruction-main"> Letter E</h3> | ||
|
||
<h1 class="rules">Rules-</h1> | ||
<p class="rule">1] Draw the line in the direction of the arrow on the trace of the letter.</p> | ||
<p class="rule">2] To draw, click on the starting point and drag the cursor to end point .</p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="canvas-container"> | ||
<canvas id="canvas" width="400" height="400"></canvas> | ||
<div class="dot" id="dot3" style="top: 83px; left: 149px;"></div> | ||
<div class="dot" id="dot4" style="top: 200px; left: 149px;"></div> | ||
<div class="dot" id="dot1" style="top: 319px; left: 149px;"></div> | ||
<div class="dot" id="dot2" style="top: 82.5px; left: 280px;"></div> | ||
<div class="dot" id="dot5" style="top: 200px; left: 252px;"></div> | ||
<div class="dot" id="dot6" style="top: 319px; left: 280px;"></div> | ||
<img id="sbox" src="./Letters/E/sboxx.png" > | ||
<img id="trace" src="./Letters/E/E.png" > | ||
<img class="arrrow1" id="arrow1" src="./Letters/E/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow2" id="arrow2" src="./Letters/E/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow3" id="arrow3" src="./Letters/E/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow4" id="arrow4" src="./Letters/E/without-bg.gif" alt="Overlay Image"> | ||
<img id="stroke1" src="./Letters/E/stroke1.png" > | ||
<img id="stroke2" src="./Letters/E/stroke1.png" > | ||
<img id="stroke3" src="./Letters/E/stroke1.png" > | ||
<img id="stroke4" src="./Letters/E/stroke1.png" > | ||
</div> | ||
|
||
</div> | ||
<!-- Your code goes here--> | ||
|
||
<!-- Add JS at the bottom of HTML file --> | ||
<script src="./Letters/E/E.js"></script> | ||
</body> | ||
|
||
</html> |
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,63 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway&display=swap" | ||
rel="stylesheet" /> | ||
<link rel="icon" href="images/favicon.ico" /> | ||
<link rel="stylesheet" href="css/header.css" /> | ||
|
||
<link rel="stylesheet" href="Letters/F/F.css" /> | ||
|
||
|
||
<title>Virtual Labs</title> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
<div class="simulation-container"> | ||
|
||
<h2 class="title">Lettering</h2> | ||
<h3 class="instruction-main"> Letter F</h3> | ||
|
||
<h1 class="rules">Rules-</h1> | ||
<p class="rule">1] Draw the line in the direction of the arrow on the trace of the letter.</p> | ||
<p class="rule">2] To draw, click on the starting point and drag the cursor to end point .</p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="canvas-container"> | ||
<canvas id="canvas" width="400" height="400"></canvas> | ||
<div class="dot" id="dot3" style="top: 83px; left: 137px;"></div> | ||
<div class="dot" id="dot4" style="top: 202px; left: 137px;"></div> | ||
<div class="dot" id="dot1" style="top: 319px; left: 137px;"></div> | ||
<div class="dot" id="dot2" style="top: 82.5px; left: 273px;"></div> | ||
<div class="dot" id="dot5" style="top: 202px; left: 239px;"></div> | ||
|
||
<img id="sbox" src="./Letters/F/sboxx.png" > | ||
<img id="trace" src="./Letters/F/FF.png" > | ||
<img class="arrrow1" id="arrow1" src="./Letters/F/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow2" id="arrow2" src="./Letters/F/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow3" id="arrow3" src="./Letters/F/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow4" id="arrow4" src="./Letters/F/without-bg.gif" alt="Overlay Image"> | ||
<img id="stroke1" src="./Letters/F/stroke1.png" > | ||
<img id="stroke2" src="./Letters/F/stroke1.png" > | ||
<img id="stroke3" src="./Letters/F/stroke1.png" > | ||
|
||
</div> | ||
|
||
</div> | ||
<!-- Your code goes here--> | ||
|
||
<!-- Add JS at the bottom of HTML file --> | ||
<script src="./Letters/F/F.js"></script> | ||
</body> | ||
|
||
</html> |
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,60 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway&display=swap" | ||
rel="stylesheet" /> | ||
<link rel="icon" href="images/favicon.ico" /> | ||
<link rel="stylesheet" href="css/header.css" /> | ||
|
||
<link rel="stylesheet" href="./Letters/G/G.css" /> | ||
|
||
|
||
<title>Virtual Labs</title> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
<div class="simulation-container"> | ||
|
||
<h2 class="title">Lettering</h2> | ||
<h3 class="instruction-main"> Letter G</h3> | ||
|
||
<h1 class="rules">Rules-</h1> | ||
<p class="rule">1] Draw the line in the direction of the arrow on the trace of the letter.</p> | ||
<p class="rule">2] To draw, click on the starting point and drag the cursor to end point .</p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div id="canvas-container"> | ||
<canvas id="canvas" width="400" height="400"></canvas> | ||
<div class="dot" id="dot3" style="top: 87px; left: 280px;"></div> | ||
<!-- <div class="dot" id="dot4" style="top: 190px; left: 145px;"></div> --> | ||
<div class="dot" id="dot1" style="top: 260px; left: 297px;"></div> | ||
<div class="dot" id="dot2" style="top: 198px; left: 297px;"></div> | ||
<div class="dot" id="dot4" style="top: 198px; left: 229px;"></div> | ||
<img id="sbox" src="./Letters/G/sboxx.png" > | ||
<img id="trace" src="./Letters/G/G.png" > | ||
<img class="arrrow1" id="arrow1" src="./Letters/G/curved arrow.gif" alt="Overlay Image"> | ||
<img class="arrrow2" id="arrow2" src="./Letters/G/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow3" id="arrow3" src="./Letters/G/without-bg.gif" alt="Overlay Image"> | ||
<img id="stroke1" src="./Letters/G/stroke11.png" > | ||
<img id="stroke2" src="./Letters/G/stroke2.png" > | ||
<img id="stroke3" src="./Letters/G/stroke2.png" > | ||
</div> | ||
|
||
</div> | ||
<!-- Your code goes here--> | ||
|
||
<!-- Add JS at the bottom of HTML file --> | ||
<script src="./Letters/G/G.js"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.