Skip to content

Commit

Permalink
Merge pull request #272 from virtual-labs/fix-experiments-php-issues
Browse files Browse the repository at this point in the history
Fix experiments php issues
  • Loading branch information
BalammaBoya authored May 1, 2020
2 parents 303e6cd + e01f634 commit 981a8e8
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 292 deletions.
244 changes: 0 additions & 244 deletions src/lab/#Courses Aligned.html#

This file was deleted.

19 changes: 7 additions & 12 deletions src/lab/Courses Aligned.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,20 +129,14 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<!--edit1-->
<a class="sidebar-a" href="Introduction.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top:
2px;">Introduction</h3></a>
<a class="sidebar-a" href="Experiments.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top:
2px;">
<h3 class="text-h3-darkblue" style="margin-top:2px;">Introduction</h3></a>
<a class="sidebar-a" href="Experiments.html?domain=Computer Science">
<h3 class="text-h3-darkblue" style="margin-top:2px;">
Experiments</h3></a>
<a class="sidebar-a" href="Target
Audience.html?domain=Computer
<a class="sidebar-a" href="Target Audience.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Target
Audience</h3></a>
<a class="sidebar-a" href="Courses
Aligned.html?domain=Computer
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a>
<a class="sidebar-a" href="Courses Aligned.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600 !important;">Courses Aligned</h3></a>
<a class="sidebar-a" href="Pre-requisite Courses.html?domain=Computer Science">
Expand Down Expand Up @@ -273,4 +267,5 @@ <h4>Follow Us</h4>




</body><!-- jQuery --></html>
15 changes: 8 additions & 7 deletions src/lab/Experiments.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,31 +165,31 @@ <h1 class="text-h1-lightblue">Cryptography Lab</h1>
</li>
<li>
<!--Link and name of the experiment 5 -->
<a href="exp5/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Message Authentication Codes</a>
<a href="exp4/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Message Authentication Codes</a>
</li>
<li>
<!--Link and name of the experiment 6 -->
<a href="exp6/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Cryptographic Hash Functions and Applications</a>
<a href="exp5/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Cryptographic Hash Functions and Applications</a>
</li>
<li>
<!--Link and name of the experiment 7 -->
<a href="exp7/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Symmetric Key Encryption Standards (DES)</a>
<a href="exp6/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Symmetric Key Encryption Standards (DES)</a>
</li>
<li>
<!--Link and name of the experiment 8 -->
<a href="exp8/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Symmetric Key Encryption Standards (AES)</a>
<a href="exp7/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Symmetric Key Encryption Standards (AES)</a>
</li>
<li>
<!--Link and name of the experiment 9 -->
<a href="exp9/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Diffie-Hellman Key Establishment</a>
<a href="exp8/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Diffie-Hellman Key Establishment</a>
</li>
<li>
<!--Link and name of the experiment 10 -->
<a href="exp10/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Public-Key Cryptosystems (PKCSv1.5)</a>
<a href="exp9/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Public-Key Cryptosystems (PKCSv1.5)</a>
</li>
<li>
<!--Link and name of the experiment 11 -->
<a href="exp11/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Digital Signatures</a>
<a href="exp10/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Digital Signatures</a>
</li>
</ol>
</div>
Expand Down Expand Up @@ -306,4 +306,5 @@ <h4>Follow Us</h4>




</body><!-- jQuery --></html>
13 changes: 5 additions & 8 deletions src/lab/Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,22 +136,18 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<h3 class="text-h3-darkblue" style="margin-top:
2px;">
Experiments</h3></a>
<a class="sidebar-a" href="Target
Audience.html?domain=Computer
<a class="sidebar-a" href="Target Audience.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Target
Audience</h3></a>
<a class="sidebar-a" href="Courses
Aligned.html?domain=Computer
<a class="sidebar-a" href="Courses Aligned.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Courses
Aligned</h3></a>
<a class="sidebar-a" href="Pre-requisite
Courses.html?domain=Computer
<a class="sidebar-a" href="Pre-requisite Courses.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top:
2px;">Pre-requisite
Courses</h3></a>
2px;">Pre-requisite Courses</h3></a>
<a class="sidebar-a" href="Feedback.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600 !important;">Feedback</h3></a>
Expand Down Expand Up @@ -294,4 +290,5 @@ <h4>Follow Us</h4>




</body><!-- jQuery --></html>
3 changes: 2 additions & 1 deletion src/lab/Introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3 class="text-h3-darkblue" style="margin-top: 2px;">Pre-requisite Courses</h3>
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a>
</div>

<div class="col-md-10 lab-list-col-10">
<div class="col-md-10 lab-list-col-10" s="">

<!--edit -->
<h1 class="text-h1-lightblue">Cryptography Lab</h1>
Expand Down Expand Up @@ -270,4 +270,5 @@ <h4>Follow Us</h4>




</body><!-- jQuery --></html>
Loading

0 comments on commit 981a8e8

Please sign in to comment.