Skip to content

Commit

Permalink
Merge pull request #10 from vishnurchityala/main
Browse files Browse the repository at this point in the history
some minor changes
  • Loading branch information
vishnurchityala authored May 18, 2024
2 parents e676f96 + 227c1f7 commit a073bc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions pages/firstYear.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@ <h4 class="fw-bold">1st Year Catalogue</h4>
<hr>
<div class="pt-3">
<div class="grid px-4">
<div class="row gap-5 gap-md-5">
<div class="col-4 col-md-2 rounded py-2 px-3 bg-slate">
<div class="row gap-4 gap-md-5">
<div class="col-5 col-md-2 rounded py-2 px-3 bg-slate">
<a href="firstYearFirstSem.html">
<p class="mt-2" style="font-weight: 600; line-height: 18px;">1st Semester</p>
<hr>
<i class="fa fa-folder" aria-hidden="true" style="font-size: 90px;color: rgb(247, 206, 0);"></i>
<i class="fa fa-folder" aria-hidden="true" style="font-size: 4.6rem;color: rgb(247, 206, 0);"></i>
</a>
</div>
<div class="col-4 col-md-2 rounded py-2 px-3 bg-slate">
<div class="col-5 col-md-2 rounded py-2 px-3 bg-slate">
<a href="">
<p class="mt-2" style="font-weight: 600; line-height: 18px;">2nd Semester</p>
<hr>
<i class="fa fa-folder" aria-hidden="true" style="font-size: 90px;color: rgb(247, 206, 0);"></i>
<i class="fa fa-folder" aria-hidden="true" style="font-size: 4.6rem;color: rgb(247, 206, 0);"></i>
</a>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions pages/firstYearFirstSem.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,27 +92,27 @@ <h4 class="fw-bold">1st Year Catalogue</h4>
<div class="pt-3">
<div class="grid px-4">
<div class="row gap-5 gap-md-5">
<div class="col-4 col-md-2 rounded py-2 px-3 bg-slate">
<div class="col-5 col-md-2 rounded py-2 px-3 bg-slate">
<a href="">
<p class="mt-2" style="font-weight: 600; line-height: 12px;">EMAT-101-L</p>
<hr>
<i class="fa fa-folder" aria-hidden="true" style="font-size: 90px;color: rgb(247, 206, 0);"></i>
<i class="fa fa-folder" aria-hidden="true" style="font-size: 4.5rem;color: rgb(247, 206, 0);"></i>
<p style="font-size: 12px;margin-top: 0.5rem;margin-left:0.5rem;font-weight: 600;">Calculus</p>
</a>
</div>
<div class="col-4 col-md-2 rounded py-2 px-3 bg-slate">
<div class="col-5 col-md-2 rounded py-2 px-3 bg-slate">
<a href="">
<p class="mt-2" style="font-weight: 600; line-height: 12px;">CSET-102-L</p>
<hr>
<i class="fa fa-folder" aria-hidden="true" style="font-size: 90px;color: rgb(247, 206, 0);"></i>
<i class="fa fa-folder" aria-hidden="true" style="font-size: 4.5rem;color: rgb(247, 206, 0);"></i>
<p style="font-size: 12px;margin-top: 0.5rem;margin-left:0.5rem;font-weight: 600;">Electrical and Electronics</p>
</a>
</div>
<div class="col-4 col-md-2 rounded py-2 px-3 bg-slate">
<div class="col-5 col-md-2 rounded py-2 px-3 bg-slate">
<a href="">
<p class="mt-2" style="font-weight: 600; line-height: 12px;">CSET-101-L</p>
<hr>
<i class="fa fa-folder" aria-hidden="true" style="font-size: 90px;color: rgb(247, 206, 0);"></i>
<i class="fa fa-folder" aria-hidden="true" style="font-size: 4.5rem;color: rgb(247, 206, 0);"></i>
<p style="font-size: 12px;margin-top: 0.5rem;margin-left:0.5rem;font-weight: 600;">Python</p>
</a>
</div>
Expand Down

0 comments on commit a073bc4

Please sign in to comment.