-
);
})}
- {/*
-
MOST RECENT
+
*/}
-
-
-
+ {lectures.map((lecture) => {
+ return (
+
+
+
+ }
+ >
+
+
+ );
+ })}
+
+
+
+
+
);
};
@@ -188,29 +208,27 @@ export const getServerSideProps: GetServerSideProps<
export default Home;
const VideoCard = styled(Card)`
- &&& {
- border-radius: 5px;
- height: 200px;
- object-fit: cover;
- object-position: 50% 10%;
- -o-filter: blur(1px);
- -moz-filter: blur(1px);
- -ms-filter: blur(1px);
- filter: brightness(70%);
- z-index: 2;
+ border-radius: 5px;
+ height: 200px;
+ object-fit: cover;
+ object-position: 50% 10%;
+ -o-filter: blur(1px);
+ -moz-filter: blur(1px);
+ -ms-filter: blur(1px);
+ filter: brightness(70%);
+ z-index: 2;
+ transition: 0.5s;
+ filter: brightness(100%);
+ transition: all 0.5s;
+ background-color: transparent;
+ border-radius: 5px;
+ min-height: 150px;
+ &:hover {
+ filter: drop-shadow(1px 1px 10px #00194e);
+ font-size: 3.8em;
+ transition: 0.3s;
+ max-height: 10px;
transition: 0.5s;
- filter: brightness(100%);
- transition: all 0.5s;
- background-color: transparent;
- border-radius: 5px;
- min-height: 150px;
- &:hover {
- filter: drop-shadow(1px 1px 10px #00194e);
- font-size: 3.8em;
- transition: 0.3s;
- max-height: 10px;
- transition: 0.5s;
- }
}
`;
const VideoCardContent = styled(Card.Grid)`
@@ -250,7 +268,7 @@ const AntCardCover = styled.img`
border-radius: 5px;
height: 200px;
object-fit: cover;
- object-position: 50% 10%;
+ object-position: 50% 50%;
-o-filter: blur(1px);
-moz-filter: blur(1px);
-ms-filter: blur(1px);