Skip to content

Commit

Permalink
Update 23-11
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince_Pal committed Nov 23, 2023
1 parent 78bde39 commit 8af5ec4
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 160 deletions.
72 changes: 42 additions & 30 deletions contirbutor.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,37 +54,49 @@ <h2 class="text-primary mt-0">Know our Contributors</h2>
</div>
</div>
</section>
<section class="page-section portfolio" style="background-color:antiquewhite;" id="portfolio">
<div class="container marketing">
<div class="row">
<div class="col-lg-4 ">
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder" preserveAspectRatio="xMidYMid slice" focusable="false">
<title>Prince Pal</title>
<image href="/helpdesk/assets/img/portfolio/fullsize/princepal.jpg" width="100%" height="100%" preserveAspectRatio="xMidYMid slice"></image>
</svg>

<h2 class="fw-normal mt-4">Prince Pal</h2>
<h3 style="font-size: smaller;" class=""> Owner & Developer</h3>
<h3 style="font-size: smaller;">CSE-AI 2k21</h3>
<p><a class="btn btn-secondary mt-4" href="https://www.linkedin.com/in/theprince29/">Connect »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></svg>
<h2 class="fw-normal mt-4">Your Name</h2>
<h3 style="font-size: smaller;" class="">Content Contributor</h3>
<h3 style="font-size: smaller;">branch & year</h3>
<p><a class="btn btn-secondary mt-4" href="#">Connect »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></svg>
<h2 class="fw-normal mt-4">Your Name</h2>
<h3 style="font-size: smaller;" class="">Backend Contributor</h3>
<h3 style="font-size: smaller;">branch & year</h3>
<p><a class="btn btn-secondary mt-4" href="#">Connect »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<section class="page-section portfolio" style="background-color: antiquewhite;" id="portfolio">
<div class="container marketing">
<div class="row">
<div class="col-lg-4 col-md-6 mb-5">
<div class="text-center">
<div class="flex justify-content-center">
<img class="bd-placeholder-img rounded-circle" width="140" height="140" src="/helpdesk/assets/img/portfolio/fullsize/princepal.jpg" alt="Prince Pal">
</div>
<h2 class="fw-normal mt-4">Prince Pal</h2>
<h3 style="font-size: smaller;">Owner & Developer</h3>
<h3 style="font-size: smaller;">CSE-AI 2k21</h3>
<h3 style="font-size: smaller;">[email protected]</h3>
<p><a class="btn btn-secondary mt-4" href="https://www.linkedin.com/in/theprince29/">Connect »</a></p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="text-center">
<div class="flex justify-content-center">
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></svg>
</div>
<h2 class="fw-normal mt-4">Your Name</h2>
<h3 style="font-size: smaller;">Content Contributor</h3>
<h3 style="font-size: smaller;">branch & year</h3>
<h3 style="font-size: smaller;">[email protected]</h3>
<p><a class="btn btn-secondary mt-4" href="#">Connect »</a></p>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-5">
<div class="text-center">
<div class="flex justify-content-center">
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></svg>
</div>
<h2 class="fw-normal mt-4">Your Name</h2>
<h3 style="font-size: smaller;">Backend Contributor</h3>
<h3 style="font-size: smaller;">branch & year</h3>
<h3 style="font-size: smaller;">[email protected]</h3>
<p><a class="btn btn-secondary mt-4" href="#">Connect »</a></p>
</div>
</div>
</div>
</section>
</div>
</section>

<section class="page-section">
<div class="container mt-4">
<h1>Leaderboard</h1>
Expand Down
Loading

0 comments on commit 8af5ec4

Please sign in to comment.