Skip to content

Commit

Permalink
Merge branch 'css-to-tailwind' of https://github.com/jiteshpahwa04/Vi…
Browse files Browse the repository at this point in the history
…rtuo-Learn into css-to-tailwind
  • Loading branch information
jiteshpahwa04 committed Jan 3, 2024
2 parents eeaf252 + f425ca9 commit 9ea6fc9
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Pages/3D-Visualizations/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="../About-Us/index.html" class="hover-link">About Us</a></li>
<li><a href="../Simulation/index.html" class="hover-link">Simulations</a></li>
<li><a href="../3D-Visualizations/index.html" class="hover-link">3D Visualisations</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizes</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizzes</a></li>
<li><a href="../Videos/index.html" class="hover-link">Videos</a></li>
<li><a href="../Doubt Engine/index.html" class="hover-link">Doubt Engine</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion Pages/About-Us/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<li><a href="../About-Us/index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">About Us</a></li>
<li><a href="../Simulation/index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">Simulations</a></li>
<li><a href="../3D-Visualizations/index.html" class="text-primary_text_color transition duration-200 ease-out hover:text-accent_color">3D Visualisations</a></li>
<li><a href="../Quizes/index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">Quizes</a></li>
<li><a href="../Quizes/index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">Quizzes</a></li>
<li><a href="../Videos/index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">Videos</a></li>
<li><a href="../Doubt Engine/index.html" class="no-underline inline-block text-primary_text_color transition duration-200 ease-out hover:text-accent_color">Doubt Engine</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Doubt Engine/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="../About-Us/index.html" class="hover-link">About Us</a></li>
<li><a href="../Simulation/index.html" class="hover-link">Simulations</a></li>
<li><a href="../3D-Visualizations/index.html" class="hover-link">3D Visualisations</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizes</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizzes</a></li>
<li><a href="../Videos/index.html" class="hover-link">Videos</a></li>
<li><a href="../Doubt Engine/index.html" class="hover-link">Doubt Engine</a></li>
</ul>
Expand Down
5 changes: 5 additions & 0 deletions Pages/Doubt Engine/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,11 @@ ul {
margin: 0 auto;
margin-top: 5vh;
}
.button-10:hover{
cursor: pointer;
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
color:black;
}

.button-10:focus {
box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
Expand Down
4 changes: 2 additions & 2 deletions Pages/Quizes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="../About-Us/index.html" class="hover-link">About Us</a></li>
<li><a href="../Simulation/index.html" class="hover-link">Simulations</a></li>
<li><a href="../3D-Visualizations/index.html" class="hover-link">3D Visualisations</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizes</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizzes</a></li>
<li><a href="../Videos/index.html" class="hover-link">Videos</a></li>
<li><a href="../Doubt Engine/index.html" class="hover-link">Doubt Engine</a></li>
</ul>
Expand All @@ -38,7 +38,7 @@
<!-- header section -->
<header>
<div class="header">
<h1>Quizes</h1>
<h1>Quizzes</h1>
<img src="assets/asset 42.svg" alt="Simulation">
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Simulation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<li><a href="../About-Us/index.html" class="hover-link">About Us</a></li>
<li><a href="../Simulation/index.html" class="hover-link">Simulations</a></li>
<li><a href="../3D-Visualizations/index.html" class="hover-link">3D Visualisations</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizes</a></li>
<li><a href="../Quizes/index.html" class="hover-link">Quizzes</a></li>
<li><a href="../Videos/index.html" class="hover-link">Videos</a></li>
<li><a href="../Doubt Engine/index.html" class="hover-link">Doubt Engine</a></li>
</ul>
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<li><a href="./Pages/About-Us/index.html" class="hover-link">About Us</a></li>
<li><a href="./Pages/Simulation/index.html" class="hover-link">Simulations</a></li>
<li><a href="./Pages/3D-Visualizations/index.html" class="hover-link">3D Visualisations</a></li>
<li><a href="./Pages/Quizes/index.html" class="hover-link">Quizes</a></li>
<li><a href="./Pages/Quizes/index.html" class="hover-link">Quizzes</a></li>
<li><a href="./Pages/Videos/index.html" class="hover-link">Videos</a></li>
<li><a href="./Pages/Doubt Engine/index.html" class="hover-link">Doubt Engine</a></li>
</ul>
Expand Down Expand Up @@ -138,7 +138,7 @@ <h3>3D Visualisations</h3>
</div>
<div class="features-card flex">
<img src="./assets/asset 14.svg" alt="">
<h3>Quizes</h3>
<h3>Quizzes</h3>
<p>Pinpoint knowledge gaps and improve understanding with personalized quiz feedback.</p>
<a href="./Pages/Quizes/index.html" class="secondary-button">Learn more <i
class="fa-solid fa-right-long"></i></a>
Expand Down Expand Up @@ -211,7 +211,7 @@ <h3>Resolve Doubts from Doubt Engine</h3>
</div>
<div class=" feature-desc flex left">
<h4>Step 4</h4>
<h3>Give Quizes</h3>
<h3>Give Quizzes</h3>
<p>Test interfaces, interaction flows, iconography and more, to help you create intuitive and delightful
experiences for your users.</p>
</div>
Expand Down Expand Up @@ -247,7 +247,7 @@ <h2>Skill Builder<br> Elite </h2>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Quizes</span>
<span class="list-name">Quizzes</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
Expand Down Expand Up @@ -291,7 +291,7 @@ <h2>Academic<br>Edge Pro</h2>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Quizes</span>
<span class="list-name">Quizzes</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
Expand All @@ -314,7 +314,7 @@ <h2>Academic<br>Edge Pro</h2>
<h2>CareerLaunch <br>Accelerator</h2>
</div>
<div class="aj_p">
<p>Prepare for your dream career, which includes video lectures, simulations, 3D Visualisations, Quizes, and a
<p>Prepare for your dream career, which includes video lectures, simulations, 3D Visualisations, Quizzes, and a
Doubt Engine to resolve doubts.</p>
</div>
<div class="price-section">
Expand All @@ -334,7 +334,7 @@ <h2>CareerLaunch <br>Accelerator</h2>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
<span class="list-name">Quizes</span>
<span class="list-name">Quizzes</span>
<span class="icon check"><i class="fas fa-check"></i></span>
</li>
<li>
Expand Down

0 comments on commit 9ea6fc9

Please sign in to comment.