Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix bugs #277

Merged
merged 15 commits into from
May 12, 2020
Merged
3 changes: 2 additions & 1 deletion src/lab/Courses Aligned.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<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>
List of Experiments</h3></a>
<a class="sidebar-a" href="Target Audience.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a>
Expand Down Expand Up @@ -268,4 +268,5 @@ <h4>Follow Us</h4>




</body><!-- jQuery --></html>
65 changes: 54 additions & 11 deletions src/lab/Experiments.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<a class="sidebar-a" href="Experiments.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600 !important;">
Experiments</h3></a>
List of Experiments</h3></a>
<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 Science">
Expand All @@ -150,42 +150,83 @@ <h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a>
<!--edit -->
<h1 class="text-h1-lightblue">Cryptography Lab</h1>
<div>
<ol id="list-of-experiments">
<ol id="list-of-experiments" style="font-size:1.2em;">
<li>
<!--Link and name of the experiment 1 -->
<a href="exp1/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Breaking the Shift Cipher</a>
<a href="exp1/Introduction.html?domain=Computer
Science&amp;lab=Cryptography
Lab">Breaking the Shift
Cipher</a>
<br/><br/>
</li>
<li>
<!--Link and name of the experiment 2 -->
<a href="exp2/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">Breaking the Mono-alphabetic Substitution Cipher</a>
<a href="exp2/Introduction.html?domain=Computer
Science&amp;lab=Cryptography
Lab">Breaking the
Mono-alphabetic
Substitution Cipher</a>
<br/><br/>
</li>
<li>
<!--Link and name of the experiment 3 -->
<a href="exp3/Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab">One-Time Pad and Perfect Secrecy</a>
<a href="exp3/Introduction.html?domain=Computer
Science&amp;lab=Cryptography
Lab">One-Time Pad and
Perfect Secrecy</a>
<br/><br/>
</li>
<li>
<!--Link and name of the experiment 5 -->
<a href="exp4/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>
<br/><br/>
</li>
<li>
<!--Link and name of the experiment 6 -->
<a href="exp5/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>
<br/><br/>
</li>
<li>
<!--Link and name of the experiment 7 -->
<a href="exp6/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>
<br/><br/>
</li>
<li>
<!--Link and name of the experiment 8 -->
<a href="exp7/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>
<br/><br/>
</li>
<li>
<!--Link and name of the experiment 9 -->
<a href="exp8/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>
<br/><br/>
</li>
<li>
<!--Link and name of the experiment 10 -->
<a href="exp9/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>
<br/><br/>
</li>
<li>
<!--Link and name of the experiment 11 -->
Expand Down Expand Up @@ -307,4 +348,6 @@ <h4>Follow Us</h4>





</body><!-- jQuery --></html>
3 changes: 2 additions & 1 deletion src/lab/Feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
Science">
<h3 class="text-h3-darkblue" style="margin-top:
2px;">
Experiments</h3></a>
List of Experiments</h3></a>
<a class="sidebar-a" href="Target Audience.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Target
Expand Down Expand Up @@ -291,4 +291,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 @@ -137,7 +137,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
Science">
<h3 class="text-h3-darkblue" style="margin-top:
2px;">
Experiments</h3></a>
List of Experiments</h3></a>
<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 Science">
Expand Down Expand Up @@ -271,4 +271,5 @@ <h4>Follow Us</h4>




</body><!-- jQuery --></html>
3 changes: 2 additions & 1 deletion src/lab/Pre-requisite Courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
<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>
List of Experiments</h3></a>
<a class="sidebar-a" href="Target Audience.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Target Audience</h3></a>
Expand Down Expand Up @@ -273,4 +273,5 @@ <h4>Follow Us</h4>




</body><!-- jQuery --></html>
3 changes: 2 additions & 1 deletion src/lab/Target Audience.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><
Science">
<h3 class="text-h3-darkblue" style="margin-top:
2px;">
Experiments</h3></a>
List of Experiments</h3></a>
<a class="sidebar-a" href="Target Audience.html?domain=Computer
Science">
<h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600 !important;">Target Audience</h3></a>
Expand Down Expand Up @@ -270,4 +270,5 @@ <h4>Follow Us</h4>




</body><!-- jQuery --></html>
7 changes: 5 additions & 2 deletions src/lab/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ body {
overflow-x: hidden;
font-family:'Raleway' !important;
min-height: 100%;
/* font-size:16.5px;*/
}

html {
height: 100%;
}

p {
font-size: 16px;
font-size: 17.5px;
text-align: justify;
}

/*** Calendar **********************/
Expand Down Expand Up @@ -295,6 +297,7 @@ a:focus,
a:active,
a.active {
outline: 0;
font-size="16.5px !important;"
}
@media(min-width:768px) {
.navbar-fixed-top {
Expand Down Expand Up @@ -1467,4 +1470,4 @@ h2
{
font-size: 1.8em;
}
}
}
27 changes: 4 additions & 23 deletions src/lab/exp1/Experiment.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,29 +131,7 @@
<h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><a class="sidebar-a" href="http://vlab.co.in/broad-area-computer-science-and-engineering">Computer Science &amp; Engineering</a> <i aria-hidden="true" class="fa fa-angle-right" style="font-size: 30px;padding-right: 4px;"></i><a class="sidebar-a" href="../Introduction.html">Cyptography Lab</a> <i aria-hidden="true" class="fa fa-angle-right" style="font-size: 30px;padding-right: 4px;"></i><a class="sidebar-a" href="../Experiments.html">Experiments</a><br/></h2>

<div class="row">
<div class="col-md-2 sidebar-col-2">
<!--edit1-->
<a class="sidebar-a" href="Introduction.html?domain=Computer
Science&amp;lab=Cyptography
Lab">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Introduction</h3></a>
<a class="sidebar-a" href="Theory.html?domain=Computer Science&amp;lab=Cyptography Lab">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Theory</h3></a>
<a class="sidebar-a" href="Objective.html?domain=Computer Science&amp;lab=Cyptography Lab">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Objective</h3></a>
<a class="sidebar-a" href="Experiment.html?domain=Computer Science&amp;lab=Cyptography Lab">
<h3 class="text-h3-darkblue" style="margin-top: 2px; color: #ff6600 !important; ">Experiment</h3></a>
<a class="sidebar-a" href="Manual.html?domain=Computer Science&amp;lab=Cyptography Lab">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Manual</h3></a>
<a class="sidebar-a" href="Quizzes.html?domain=Computer Science&amp;lab=Cyptography Lab">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Quizzes</h3></a>
<a class="sidebar-a" href="Procedure.html?domain=Computer Science&amp;lab=Cyptography Lab">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Procedure</h3></a>
<a class="sidebar-a" href="Further.html?domain=Computer Science&amp;lab=Cyptography Lab">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Further Readings</h3></a>
<a class="sidebar-a" href="Feedback.html?domain=Computer Science&amp;lab=Cyptography Lab">
<h3 class="text-h3-darkblue" style="margin-top: 2px;">Feedback</h3></a>
</div>
<div class="col-md-2 sidebar-col-2"><a class="sidebar-a" href="Introduction.html?domain=Computer Science&amp;lab=Cryptography Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Introduction </h3> </a><a class="sidebar-a" href="Theory.html?domain=Computer Science&amp;lab=Cryptography Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Theory </h3> </a><a class="sidebar-a" href="Objective.html?domain=Computer Science&amp;lab=Cryptography Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Objective </h3> </a><a class="sidebar-a" href="Manual.html?domain=Computer Science&amp;lab=Cryptography Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Manual </h3> </a><a class="sidebar-a" href="Experiment.html?domain=Computer Science&amp;lab=Cryptography Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;color: #ff6600 !important;"> Experiment </h3> </a><a class="sidebar-a" href="Quizzes.html?domain=Computer Science&amp;lab=Cryptography Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Quizzes </h3> </a><a class="sidebar-a" href="Further Reading.html?domain=Computer Science&amp;lab=Cryptography Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Further Readings </h3> </a><a class="sidebar-a" href="Feedback.html?domain=Computer Science&amp;lab=Cryptography Lab"> <h3 class="text-h3-darkblue" style="margin-top: 2px;"> Feedback </h3> </a></div>

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

Expand Down Expand Up @@ -384,4 +362,7 @@ <h4>Follow Us</h4>






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