Skip to content

Commit

Permalink
add nim lolos berkas FG
Browse files Browse the repository at this point in the history
  • Loading branch information
SyahrezaAdnanAlAzhar authored Sep 11, 2024
1 parent 2f301e2 commit 9e3cc1a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ const ColapseDoc = () => {
"103012330104", "103012300453", "7708223080", "103012300309", "103012300328", "103012300025", "103012300105", "103012300249",
"103012300480", "103012300397", "103012300176", "103012330401", "103052330034", "103052300082", "103012300166", "103032300013",
"103012300463", "103052300008", "103012300012", "103012300245", "103012330023", "103052300054", "103012300018", "103012300371"];
const dataNIMFG = [
"1301223015", "103012330264", "1301224059", "1301220409", "103012300150", "1305220010", "1302223041", "1305223033", "1301223287"];
return (
<Box mt="4">
<Box>
Expand Down Expand Up @@ -66,7 +68,7 @@ const ColapseDoc = () => {
</Box>
</Skeleton> */}
<Heading as="h2" fontSize={{ base: "xl", lg: "2xl" }} mb="2" mt="4">
Daftar Lolos Seleksi Berkas Study Group 2024
Daftar Lolos Tes Tulis Study Group 2024
</Heading>
<Heading as="h4" fontSize={{ base: "md", lg: "lg" }} mt="2">
Teman teman harap bergabung pada Microsoft Teams dengan kode berikut: 68tbr5v
Expand Down Expand Up @@ -105,7 +107,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 +123,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 9e3cc1a

Please sign in to comment.