Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ailabtelkom/ailabtelkom.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
alifnaufalyasin committed Aug 18, 2023
2 parents e107022 + 1639853 commit 597bff4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions components/ColapseDoc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ColapseDoc = () => {
<iframe
// src="https://drive.google.com/file/d/1xZcqU14U9j361ngTp_mz9lG2qcc3Nkvg/preview"
// src="https://drive.google.com/file/d/1xZFeHC-q_DjNgB3Jn9bG0TQCm6sWOBbF/preview"
src="https://drive.google.com/file/d/1Ly2rjX1qt0xg_O5jSpwaGP62LsyGLZ0J/preview"
src="https://docs.google.com/document/d/1YEapkWn2Olm7l-yMXaUirnS9ZQIRPJD-/preview"
width="100%"
height="100%"
onLoad={ () => setShowSkelton(true) }
Expand All @@ -60,7 +60,7 @@ const ColapseDoc = () => {
</Heading>
<Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSelXd8hx__5Bonm3KIexMxK_6gKS3AUHePZ4Nz_NPo1NVww0w/viewform?embedded=true"
src="https://forms.office.com/r/Nc8d1ftUw9"
width="100%"
height="100%"
>Loading…</iframe>
Expand All @@ -77,7 +77,7 @@ const ColapseDoc = () => {
<iframe
// src="https://drive.google.com/file/d/1xZcqU14U9j361ngTp_mz9lG2qcc3Nkvg/preview"
// src="https://drive.google.com/file/d/1AMhmJDJgAFgZ1dWjKkPsvJaX_-CNeiDJ/preview"
src="https://drive.google.com/file/d/1XdjybPIhDBN5fdK2194201kXLBTpykqb/preview"
src="https://docs.google.com/document/d/1FeGvHJL9gBVFMpEj-f3jqRtGLSPw6jC7/preview"
width="100%"
height="100%"
onLoad={()=>setShowSkelton(true)}
Expand All @@ -89,7 +89,7 @@ const ColapseDoc = () => {
</Heading>
<Box width="100%" h={{ base: "75vh", md: "90vh" }} mt="2">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSdgxZ66clye8h9slK6p73dpRcCY4Vwx1p5siSz-odY0uLcBaQ/viewform?embedded=true"
src="https://forms.office.com/r/mcKwRMivwy"
width="100%"
height="100%"
>Loading…</iframe>
Expand Down
8 changes: 4 additions & 4 deletions components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ const Navbar = () => {
</Link>
<Link
route
href="/openmind"
href="/oprec"
color={color}
fontWeight="bold"
className="blink"
>
{'OPENMIND 2023'}
{'OPREC'}
</Link>
</Stack>
</Stack>
Expand Down Expand Up @@ -155,12 +155,12 @@ const Navbar = () => {
<Link
p="2"
route
href="/openmind"
href="/oprec"
color={color}
fontWeight="bold"
className="blink"
>
{'OPENMIND 2023'}
{'OPREC'}
</Link>
</Stack>
</DrawerBody>
Expand Down
2 changes: 1 addition & 1 deletion pages/openmind.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const openMind = () => {
</Grid>
<Divider mt="2" mb="4" />
<Heading as="h2" fontSize={{ base: "xl", lg: "2xl" }} mb="4">
Fill The Questionaire Here
Here's The Zoom Link
</Heading>
<Box width="100%" h={{ base: "65vh", md: "75vh" }} id="Forms">
<iframe
Expand Down
2 changes: 1 addition & 1 deletion pages/oprec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const openRecruitment = () => {
position="relative"
>
<Heading>
Open Recruitment Artificial Intelligence laboratory 2022
Open Recruitment Artificial Intelligence laboratory 2023
</Heading>
<Divider mt="2" mb="4" />
<ColapseDoc/>
Expand Down

0 comments on commit 597bff4

Please sign in to comment.