Skip to content

Commit

Permalink
Update table lolos tes tulis SG 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
SyahrezaAdnanAlAzhar authored Sep 11, 2024
1 parent 8db4ba2 commit a191bbb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const ColapseDoc = () => {
"103052300084", "103032330103", "103052300026", "103012300483", "103012300316", "103012330009", "103052330011", "103012300394",
"103012330104", "103012300453", "7708223080", "103012300309", "103012300328", "103012300025", "103012300105", "103012300249",
"103012300480", "103012300397", "103012300176", "103012330401", "103052330034", "103052300082", "103012300166", "103032300013",
"103012300463", "103052300008", "103012300012", "103012300245", "103012330023", "103052300054", "103012300018", "103012300371"];
"103012300463", "103052300008", "103012300012", "103012300245", "103012330023", "103052300054", "103012300018", "103012300371",
"1301223015", "103012330264", "1301224059", "1301220409", "103012300150", "1305220010", "1302223041", "1305223033", "1301223287"];
return (
<Box mt="4">
<Box>
Expand Down Expand Up @@ -75,7 +76,7 @@ const ColapseDoc = () => {
<Box mt={8} overflowX="auto">

<SimpleGrid columns={{ base: 2, sm: 3, md: 4, lg: 5 }} spacing={4}>
{dataNIM.map((nim, index) => (
{dataNIM.slice(0, dataNIM.length - 9).map((nim, index) => (
<Box
key={index}
p={4}
Expand Down Expand Up @@ -105,7 +106,7 @@ const ColapseDoc = () => {
<Heading>
Focus Group
</Heading>
{/* <Skeleton isLoaded={showSkelton}>
<Skeleton isLoaded={showSkelton}>
<Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
// 2021
Expand All @@ -121,19 +122,19 @@ const ColapseDoc = () => {
onLoad={()=>setShowSkelton(true)}
>Loading…</iframe>
</Box>
</Skeleton> */}
</Skeleton>
<Heading as="h2" fontSize={{ base: "xl", lg: "2xl" }} mb="2" mt="4">
Let's Join With Us
</Heading>
{/* <Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
//src="https://forms.office.com/r/mcKwRMivwy"
// 2024
src="https://forms.office.com/r/gwL4hzhSeL"
width="100%"
height="100%"
>Loading…</iframe>
</Box> */}
</Box>
</Box>
</Collapse>
</Box>
Expand Down

0 comments on commit a191bbb

Please sign in to comment.