Skip to content

Commit

Permalink
fix teams
Browse files Browse the repository at this point in the history
  • Loading branch information
himansaE committed Sep 14, 2023
1 parent b0fb97d commit b59eb57
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 85 deletions.
2 changes: 1 addition & 1 deletion src/components/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default function Home({
ideas into reality.
</div>
<div className={styles.home_button_list}>
<LinkButton text="View Results" link="/results" />
<LinkButton text="Registration Ended" link="/register" />

<ActionButton
text="Watch Intro "
Expand Down
31 changes: 31 additions & 0 deletions src/components/team/team.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
width: 300px;
min-width: 300px;
height: 4em;
z-index: 1;
}
.team_name > a:hover {
text-decoration: underline;
Expand All @@ -66,6 +67,9 @@
background-color: var(--background-color);
box-shadow: 1px 0 4px var(--background-color);
}
.img {
position: relative;
}
.mem_img {
border-radius: 10px;
object-fit: cover;
Expand All @@ -90,6 +94,33 @@
right: 0;
filter: brightness(0.2);
}
.icon {
align-items: center;
display: flex;
padding: 6px;
margin: 5px;
background-color: rgba(0, 0, 0, 0.44);
border-radius: 50%;
backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.136);
}
.icons {
width: 100%;
height: 55px;
position: absolute;
transform: translate(0, -55px);
display: flex;
justify-content: flex-end;
align-items: center;
overflow: hidden;
margin: 0 -5px;
}
.icon.icon > svg {
color: rgba(255, 255, 255, 0.845);
}
.icon.icon:hover > svg {
color: rgba(255, 255, 255, 0.648);
}
@media screen and (max-width: 900px) {
.team {
flex-direction: column;
Expand Down
Loading

1 comment on commit b59eb57

@vercel
Copy link

@vercel vercel bot commented on b59eb57 Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ideanix – ./

ideanix.vercel.app
ideanix-himansae.vercel.app
ideanix-git-master-himansae.vercel.app

Please sign in to comment.