Skip to content

Commit

Permalink
Merge pull request #306 from UoaWDCC/VOL-285/credits-developer-page
Browse files Browse the repository at this point in the history
Vol-285/credits-developer-page-V2
  • Loading branch information
EzekielKo authored Oct 8, 2024
2 parents a086f99 + f35b99a commit 8bf922e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/main/Developer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Developer = ({firstName, lastName, major, profilePic, role, yearLevel, lin
flex flex-col pt-[1em]
items-center text-center
border-2 rounded-[15px] border-grey
hover:shadow-md hover:shadow-grey hover:bg-neutral hover:cursor-pointer
hover:shadow-md hover:shadow-lightGrey hover:bg-neutral hover:cursor-pointer
m-[0.5em] p-0 w-[15em] h-[18.5em] font-mono"
onClick={() => window.open(linkedin, "_blank")}
>
Expand Down
15 changes: 15 additions & 0 deletions web/src/components/main/Developers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const Developers = () => {
window.location.href = '/';
}


useEffect(() => {
getDocs(colref)
.then((snapshot) => {
Expand Down Expand Up @@ -97,6 +98,20 @@ const Developers = () => {
alt=""
className="absolute w-[30%] h-auto top-[-10%] right-[0%]"
/>
{/*Red Swirl*/}
<img
loading="lazy"
src="./assets/graphics/swirlRed.svg"
alt=""
className="absolute w-[20%] h-auto top-[60%] left-[18%]"
/>
{/*Camera*/}
<img
loading="lazy"
src="./assets/graphics/camera.svg"
alt=""
className="absolute w-[20%] h-auto top-[60%] right-[13%]"
/>
</div>
<h6 className="break-words text-primary text-[15px] mb-[1em] text-center">Click profile to see LinkedIn</h6>
</div>
Expand Down

0 comments on commit 8bf922e

Please sign in to comment.