Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanha412 committed Nov 21, 2023
1 parent 4f07321 commit 1bbf96c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions animation.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ body {

.nav-a{
--b: 0.1em; /* the thickness of the line */
--c: #151f65;
--c: #00203FFF;
text-decoration: none;
color: #6b73ac;
color: #7d89e0;
padding-block: var(--b);
background: linear-gradient(var(--c) 50%,#000 0) 0% calc(100% - var(--_p,0%))/100% 200%, linear-gradient(var(--c) 0 0) 0% var(--_p,0%)/var(--_p,0%) var(--b) no-repeat;
-webkit-background-clip: text,padding-box;
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ <h3 class="w3-border-amber mt-2 reveal">TechLearn Online Live Sessions</h3>
<h2 class="w3-border-bottom w3-border-amber anim2" style="border-width: 2.5px !important;">PROJECTS</h2>
<br>
<div class="row row-cols-1 row-cols-md-2 g-4 project">
<div class="col reveal2">
<!-- <div class="col reveal2">
<div class="card">
<img src="project/p1.png" class="card-img-top" alt="Flipkart Clone Project">
<div class="card-body">
Expand All @@ -571,7 +571,7 @@ <h5 class="card-title">Flipkart Clone Project</h5>
<a class="btn btn-secondary btn-sm" href="https://github.com/Kanha412/Flipkart_Clone" target="_blank" role="button">Source Code</a>
</div>
</div>
</div>
</div> -->
<div class="col reveal3">
<div class="card">
<img src="project/p2.png" class="card-img-top" alt="Digital Live Clock Project">
Expand Down Expand Up @@ -680,7 +680,7 @@ <h5 class="card-title">Parking Lot Management</h5>
<img src="project/p11.png" class="card-img-top" alt="Parking Lot Management">
<div class="card-body">
<h5 class="card-title">Hospital Management Software</h5>
<p class="card-text">A Simple Hospital Management Software Using C++.</p>
<p class="card-text">A Simple Hospital Management Software Using C++. This Hospital Management Program Helps To Mainly Manage The Patient's Database.</p>
<a class="btn btn-secondary btn-sm" href="https://github.com/Kanha412/Hospital_Management_Software" target="_blank" role="button">Source Code</a>
</div>
</div>
Expand Down

0 comments on commit 1bbf96c

Please sign in to comment.