Skip to content

Commit

Permalink
Face add
Browse files Browse the repository at this point in the history
  • Loading branch information
guranshdeol committed Dec 12, 2024
1 parent 5dd242e commit 6efa529
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion client/frontend/public/attendance/attendance.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
2024-05-19 22:58:20,Abhishek,2110990058
2024-05-19 23:07:01,Abhishek,2110990058
2024-05-19 23:07:01,Abhishek,21109900582024-10-07 19:07:34,Guransh Deol,2110991896
2024-10-07 19:13:47,Guransh Deol,2110991896
2024-10-07 19:20:09,Guransh Deol,2110991896
2024-12-04 18:39:11,jassy,2
2024-12-11 20:57:31,Guransh Deol,2110991896
2024-12-12 13:01:39,Guranshdeol,2110991896
2024-12-12 13:01:44,Guransh Deol,2110991896
2024-12-12 13:01:47,Guranshdeol,2110991896
2024-12-12 13:01:48,Guransh Deol,2110991896
Binary file added client/frontend/src/assets/guransh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/frontend/src/assets/mishika.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/frontend/src/assets/vidit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions client/frontend/src/components/Team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const Team = () => {
style={{ backgroundPosition: 'center', backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }}
>
<img
src="src\assets\abhishek-att.png"
src="src\assets\mishika.jpg"
alt=""
className="z-0 h-full w-full rounded-[10px] object-cover"
/>
<div className="absolute bottom-4 left-4">
<h1 className="text-xl font-semibold text-white">Abhishek</h1>
<h1 className="text-xl font-semibold text-white">Mishika Maluja</h1>
<h6 className="text-base text-white">Backend Developer</h6>
</div>
</div>
Expand All @@ -32,12 +32,12 @@ const Team = () => {
style={{ backgroundPosition: 'center', backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }}
>
<img
src="src\assets\aadarsh-att.png"
src="src\assets\vidit.jpg"
alt=""
className="z-0 h-full w-full rounded-[10px] object-cover"
/>
<div className="absolute bottom-4 left-4">
<h1 className="text-xl font-semibold text-white">Aadarsh</h1>
<h1 className="text-xl font-semibold text-white">Vidit Garg</h1>
<h6 className="text-base text-white">Frontend Developer</h6>
</div>
</div>
Expand All @@ -48,7 +48,7 @@ const Team = () => {
style={{ backgroundPosition: 'center', backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }}
>
<img
src="src\assets\guransh-att.png"
src="src\assets\guransh.jpg"
alt=""
className="z-0 h-full w-full rounded-[10px] object-cover"
/>
Expand Down
Binary file removed face_data/2110990058_Abhishek.pkl
Binary file not shown.
Binary file added face_data/2110991896_Guranshdeol.pkl
Binary file not shown.

0 comments on commit 6efa529

Please sign in to comment.