Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue #194 #237

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lab/exp15/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

<footer class="footer">
<!-- Put the content here-->
<a href="http://virtual-labs.ac.in/nmeict" >Sponsered by MHRD (NME-ICT) </a> | <a href="http://http://virtual-labs.ac.in/licensing" target="_blank"> Licensing Terms </a>|<a href="http://virtual-labs.ac.in/feedback/?lab=ccnsb02">Feedback</a>
<a href="https://mhrd.gov.in/technology-enabled-learning-0" >Sponsered by MHRD (NME-ICT) </a> | <a href="http://www.nmeict.ac.in/officeDocumentUploaded/20-5-2014/PRSG_2012-09-19_Minutes_of_the_Virtual_Labs.pdf" target="_blank"> Licensing Terms </a>|<a href="http://209.211.220.205/feedback/feedback.html">Feedback</a>

</footer>
<div id="hidden-content" />
Expand Down
11 changes: 10 additions & 1 deletion src/lab/exp3/clean.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<style>
.submit{
font-size:40px;
font-style: bold;
color: red;
}
<title>Cleansing action</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
Expand Down Expand Up @@ -48,7 +54,10 @@ <h3>Preparation of Association Colloid - Micelles and Cleansing Actions of Soaps
<!--<![endif]-->
</object>
</div>
<input type="button" value="Reset Experiment" onClick="window.location.reload()">
<br>
<br>
<br>
<input type="button" class="submit" value="RESET EXPERIMENT" onClick="window.location.reload()">
</center>
</body>
</html>
2 changes: 1 addition & 1 deletion src/lab/exp7/References.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 class="text-h2-lightblue">Gel Electrophoresis</h1><div class="content" id="l
<p>
<ol>
<li> http://en.wikipedia.org/wiki/Electrophoresis</li>
<li> http://education.llnl.gov/bep/science/11/tsep.html</li>
<li> https://st.llnl.gov/</li>
<li> http://learn.genetics.utah.edu/content/labs/gel/</li>
<li> http://employees.csbsju.edu/hjakubowski/classes/ch331/Techniques/TechElectrophoresis.htm</li>
<li>http://people.hsc.edu/faculty-staff/edevlin/edsweb01/courses/Genetics/labmanual/ electrophoresis.htm</li>
Expand Down