Skip to content

Commit

Permalink
styling feedback from daniella for dev page
Browse files Browse the repository at this point in the history
  • Loading branch information
EzekielKo committed Oct 7, 2024
1 parent ad86f15 commit f35b99a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
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
16 changes: 15 additions & 1 deletion web/src/components/main/Developers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Developers = () => {
window.location.href = '/';
}


useEffect(() => {
getDocs(colref)
.then((snapshot) => {
Expand Down Expand Up @@ -98,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 f35b99a

Please sign in to comment.