Skip to content

Commit

Permalink
AddedProject
Browse files Browse the repository at this point in the history
  • Loading branch information
iamthighs committed Nov 14, 2023
1 parent 19351c6 commit 9dd2d15
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
Binary file added assets/img/scanme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 22 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ <h1 class="fw-bolder text-light">
<h3 class="fw-bolder">COLLATE</h3>
<p class="text-dark mb-3 small">A project website for an organization designed to provide secure and efficient data management for Computer Engineering students.</p>
<p>
<span class="badge bg-purple-soft text-purple">ASP.Net</span>
<span class="badge bg-purple-soft text-purple">ASP.Net Core</span>
<span class="badge bg-purple-soft text-purple">Entity Framework Core</span>
<span class="badge bg-purple-soft text-purple">Web Development</span>
</p>
Expand All @@ -461,7 +461,7 @@ <h3 class="fw-bolder">COLLATE</h3>
<h3 class="fw-bolder">iSENSOR</h3>
<p class="text-dark mb-3 small">A Smart Traffic Management System prioritizing emergency vehicles, utilizing the YOLOv8 model for object detection and logging data including Recognition Accuracy, Latency, and Framerate on the website.</p>
<p>
<span class="badge bg-purple-soft text-purple">ASP.Net</span>
<span class="badge bg-purple-soft text-purple">ASP.Net Core</span>
<span class="badge bg-purple-soft text-purple">Entity Framework Core</span>
<span class="badge bg-purple-soft text-purple">YOLOv8</span>
<span class="badge bg-purple-soft text-purple">PyTorch</span>
Expand All @@ -472,6 +472,26 @@ <h3 class="fw-bolder">iSENSOR</h3>
</div>
</div>
</div>
<div class="col-xl-4 mb-3">
<!-- Illustration dashboard card example-->
<div class="card lift shadow-none rounded-xl mb-3 border-purple">
<div class="card-body py-5">
<div class="d-flex flex-column justify-content-center align-items-center">
<img class="img-fluid mb-4" src="assets/img/scanme.png" alt="" style="height: 7rem; width: 7rem;" />
<div class="text-center px-0 px-lg-5">
<h3 class="fw-bolder">SCAN ME</h3>
<p class="text-dark mb-4 small">A website for Library Monitoring Management System that offers features such as QR Code Scanner for tracking students' time in and out, camera surveillance, and the collection of student databases.</p>
<p>
<span class="badge bg-purple-soft text-purple">ASP.Net Core</span>
<span class="badge bg-purple-soft text-purple">Entity Framework Core</span>
<span class="badge bg-purple-soft text-purple">Web Development</span>
</p>
<a class="btn btn-outline-secondary rounded-pill p-3" href="https://github.com/iamthighs/SCANME" target=”_blank” data-bs-toggle="tooltip" data-bs-placement="top" title="Documentation">Browse</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-4 mb-3">
<!-- Illustration dashboard card example-->
<div class="card lift shadow-none rounded-xl mb-3 border-purple">
Expand Down

0 comments on commit 9dd2d15

Please sign in to comment.