Skip to content

Commit

Permalink
Merge pull request #9 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 f4cfe25 + 3e08a12 commit e676f96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pages/firstYear.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ <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-5 col-md-2 rounded py-2 px-3 bg-slate">
<div class="col-4 col-md-2 rounded py-2 px-3 bg-slate">
<a href="firstYearFirstSem.html">
<p class="mt-2" style="font-weight: 600; line-height: 12px;">1st Semester</p>
<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>
</a>
</div>
<div class="col-5 col-md-2 rounded py-2 px-3 bg-slate">
<div class="col-4 col-md-2 rounded py-2 px-3 bg-slate">
<a href="">
<p class="mt-2" style="font-weight: 600; line-height: 12px;">2nd Semester</p>
<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>
</a>
Expand Down
6 changes: 3 additions & 3 deletions pages/firstYearFirstSem.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,23 @@ <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-5 col-md-2 rounded py-2 px-3 bg-slate">
<div class="col-4 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>
<p style="font-size: 12px;margin-top: 0.5rem;margin-left:0.5rem;font-weight: 600;">Calculus</p>
</a>
</div>
<div class="col-5 col-md-2 rounded py-2 px-3 bg-slate">
<div class="col-4 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>
<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-5 col-md-2 rounded py-2 px-3 bg-slate">
<div class="col-4 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>
Expand Down

0 comments on commit e676f96

Please sign in to comment.