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 #26 from nihalsaran/main
Code Maintainance
- Loading branch information
Showing
43 changed files
with
525 additions
and
112 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -20,5 +20,6 @@ Fill a brief description of this experiment here | |
|
||
SrNo | Name | Faculty or Student | Department| Institute | Email id | ||
:--|:--|:--|:--|:--|:--| | ||
1 | . | . | . | . | . | ||
2 | . | . | . | . | . | ||
1 | Nihal Saran Das Duggirala | Student | Mechanical Engineering | Dayalbagh Educational Institute | [email protected] | ||
2 | Shyamendra Singh | Student | Agricultural Engineering | Dayalbagh Educational Institute | [email protected] | ||
3 | Amol Satsangi | Student | Electrical Engineering | Dayalbagh Educational Institute | [email protected] |
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<!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/A/A.css" /> | ||
|
||
|
||
<title>Virtual Labs</title> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
<div class="simulation-container"> | ||
|
||
<h2 class="title">Lettering</h2> | ||
<h3 class="instruction-main"> Letter A</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: 201px;"></div> <!-- dot1 --> | ||
<div class="dot" id="dot4" style="top: 212px; left: 140px;"></div> <!-- dot2 --> | ||
<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="../Letters/A/sboxx.png" > | ||
<img id="trace" src="../Letters/A/AA.png" > | ||
<img class="arrrow1" id="arrow1" src="../Letters/A/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow2" id="arrow2" src="../Letters/A/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow3" id="arrow3" src="../Letters/A/without-bg.gif" alt="Overlay Image"> | ||
|
||
<img id="stroke1" src="../Letters/A/stroke1.png" > | ||
<img id="stroke2" src="../Letters/A/stroke1.png" > | ||
<img id="stroke3" src="../Letters/A/stroke1.png" > | ||
|
||
</div> | ||
|
||
<h1 class="congrats" id="congrats">Congrats you have learnt to draw Letter A</h1> | ||
|
||
<a href="../Uppercase.html" > | ||
<button class="next-exp" id="button">Next Letter</button> | ||
</a> | ||
|
||
</div> | ||
<!-- Your code goes here--> | ||
|
||
<!-- Add JS at the bottom of HTML file --> | ||
<script src="../Letters/A/A.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,59 @@ | ||
<!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/B/B.css" /> | ||
|
||
|
||
<title>Virtual Labs</title> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<div class="simulation-container"> | ||
|
||
<h2 class="title">Lettering</h2> | ||
<h3 class="instruction-main"> Letter B</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: 136px;"></div> | ||
<div class="dot" id="dot4" style="top: 195px; left: 136px;"></div> | ||
<div class="dot" id="dot1" style="top: 313px; left: 136px;"></div> | ||
<img id="sbox" src="../Letters/B/sboxx.png"> | ||
<img id="trace" src="../Letters/B/BBBB.png"> | ||
|
||
<img class="arrrow1" id="arrow1" src="../Letters/B/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow2" id="arrow2" src="../Letters/B/without-bg.gif" alt="Overlay Image"> | ||
<img class="arrrow3" id="arrow3" src="../Letters/B/without-bg.gif" alt="Overlay Image"> | ||
<img id="stroke1" src="../Letters/B/stroke1.png"> | ||
<img id="stroke2" src="../Letters/B/stroke2.png"> | ||
<img id="stroke3" src="../Letters/B/stroke2.png"> | ||
</div> | ||
|
||
<h1 class="congrats" id="congrats">Congrats you have learnt to draw Letter B</h1> | ||
|
||
<a href="../Uppercase.html" > | ||
<button class="next-exp" id="button">Next Letter</button> | ||
</a> | ||
|
||
</div> | ||
<!-- Your code goes here--> | ||
|
||
<!-- Add JS at the bottom of HTML file --> | ||
<script src="../Letters/B/B.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
Oops, something went wrong.