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 Oct 20, 2023
2 parents 46f23ea + dd30349 commit 5b6c7c0
Show file tree
Hide file tree
Showing 80 changed files with 73 additions and 70 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://docs.google.com/document/d/1YEapkWn2Olm7l-yMXaUirnS9ZQIRPJD-/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://forms.office.com/r/Nc8d1ftUw9"
// 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://docs.google.com/document/d/1FeGvHJL9gBVFMpEj-f3jqRtGLSPw6jC7/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://forms.office.com/r/mcKwRMivwy"
//src="https://forms.office.com/r/mcKwRMivwy"
width="100%"
height="100%"
>Loading…</iframe>
Expand Down
6 changes: 3 additions & 3 deletions components/FormSoal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const FormSoal = () => {
const [show, setShow] = React.useState(false)
const [showButton, setShowButton] = React.useState({
show: false,
pesan: "Jangan dipencet",
pesan: "Jangan Pencet , Source : Trust me Bro",
})
const [mode, setMode] = useStickyState(false, "jawabBener")
const [lsNim, setLsNim] = useStickyState(0, "checkNim")
Expand All @@ -53,7 +53,7 @@ const FormSoal = () => {
const handleChangeJawaban = (event) => {
const textnya = event.target.value
setJawaban(textnya)
if (textnya.toLowerCase() === "raisa") {
if (textnya.toLowerCase() === "gpt2023") {
setShow(true)
setMode(true)
setLsNim(nim)
Expand Down Expand Up @@ -91,7 +91,7 @@ const FormSoal = () => {
onClick={() =>
setShowButton({
show: true,
pesan: "Hm kan, kok ngeyel ya anda :D",
pesan: "MWEHEHHEHEHEHEHEHE",
})
}
>
Expand Down
12 changes: 6 additions & 6 deletions components/Masuk.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const Masuk = (props) => {
}

// const MotionButton = motion(Button)
const lolos = `Hi Chagi👋 Selamat! Kamu lolos dan menjadi bagian dari Keluarga Lab AI!✨`
const belom = "HAPPINESS~ Jangan berkecil hati yaa, tetap semangat. Much better chances are always waiting for you!"
const lolos = `Hi Nakama👋 Selamat! Kamu lolos dan menjadi bagian dari Keluarga Lab AI!✨`
const belom = "Don't give up, there's no shame in falling down! The true shame is to not stand up again! \n Semangat ya jangan menyerah coba lagi tahun depan"
const checkNim = lsNim==nim
return (
<Box mt="2">
Expand All @@ -69,7 +69,7 @@ const Masuk = (props) => {
</Heading>
<Heading hidden={mode}>Anda belum menjawab Pertanyaan</Heading>
<Heading hidden={checkNim}>Silahkan menjawab pertanyaan terlebih dahulu</Heading>
<Text hidden={checkNim}>tidak bisa melakukan pengecekan dengan hanya mengganti param :) </Text>
<Text hidden={checkNim}>ampun puh sepuh tolong jawab pertanyaan dulu ya puh :p </Text>
<Divider mt="2" mb="4" />
{/* <Center> */}
<Stack
Expand All @@ -78,9 +78,9 @@ const Masuk = (props) => {
justifyContent="center"
my="2"
>
<Heading as="h4" fontSize="xl" mb="1rem">
ciee lolos:p dijaga komitmennya yaa!
</Heading>
{/* <Heading as="h4" fontSize="xl" mb="1rem">
anjay lolos dijaga komitmennya yaa!
</Heading> */}
</Stack>
<Box hidden={handle(data)}>
<MotionBox
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="/oprec"
href="/eittss"
color={color}
fontWeight="bold"
className="blink"
>
{'OPREC'}
{'PENGUMUMAN'}
</Link>
</Stack>
</Stack>
Expand Down Expand Up @@ -155,12 +155,12 @@ const Navbar = () => {
<Link
p="2"
route
href="/oprec"
href="/eittss"
color={color}
fontWeight="bold"
className="blink"
>
{'OPREC'}
{'PENGUMUMAN'}
</Link>
</Stack>
</DrawerBody>
Expand Down
102 changes: 54 additions & 48 deletions data/dataLolos.js
Original file line number Diff line number Diff line change
@@ -1,50 +1,56 @@
export default {
// lolos SG
'1301213069': {lolos: true, nama: 'Muhammad Naufal Hawari', image: '/assets/images/fotololos/naufalhawari.jpg?webp'},
'1301204303': {lolos: true, nama: 'Harvian Khusnan Hafidz', image: '/assets/images/fotololos/harvian.jpg?webp'},
'1301204527': {lolos: true, nama: 'Muhammad Omar Dhani', image: '/assets/images/fotololos/omar.jpg?webp'},
'1301204451': {lolos: true, nama: 'Bagus Hariyadi', image: '/assets/images/fotololos/bagus.jpg?webp'},
'1301200076': {lolos: true, nama: 'Muhammad Daffa Ferdiansyah', image: '/assets/images/fotololos/dafer.jpg?webp'},
'1301204125': {lolos: true, nama: 'Ryan Chandra Hadi', image: '/assets/images/fotololos/chandra.jpg?webp'},
'1301204178': {lolos: true, nama: 'Elroi Yoshua', image: '/assets/images/fotololos/elroi.jpg?webp'},
'1305213036': {lolos: true, nama: 'Afeef Radithya Rashid', image: '/assets/images/fotololos/afeef.jpg?webp'},
'1301204106': {lolos: true, nama: 'Dewa Made Wijaya', image: '/assets/images/fotololos/jaya.jpg?webp'},
'1301204376': {lolos: true, nama: 'Khalilullah Al Faath', image: '/assets/images/fotololos/khalil.jpg?webp'},
'1301203150': {lolos: true, nama: 'Muhammad Daffa Khairi', image: '/assets/images/fotololos/daffakhairi.jpg?webp'},
'1301204127': {lolos: true, nama: 'Farida Arum Parwati', image: '/assets/images/fotololos/farida.jpg?webp'},
'1105213011': {lolos: true, nama: 'Jasmine Andraina Hamidah Wijayanto', image: '/assets/images/fotololos/jasmine.jpg?webp'},
'1301213227': {lolos: true, nama: 'Bintan Dinar Artamevia', image: '/assets/images/fotololos/bintan.jpg?webp'},
'1105213005': {lolos: true, nama: 'Yusrina Latansadina', image: '/assets/images/fotololos/yusrina.jpg?webp'},
'1301213445': {lolos: true, nama: 'Gloria Natasya Irene Sidebang', image: '/assets/images/fotololos/gloria.jpg?webp'},
'1301213135': {lolos: true, nama: 'Indra Wahyu', image: '/assets/images/fotololos/indra.jpg?webp'},
'1301204498': {lolos: true, nama: 'Asfa Amalia Dinata', image: '/assets/images/fotololos/asfa.jpg?webp'},
'1301213225': {lolos: true, nama: 'Akbar Muhammad Prakoso', image: '/assets/images/fotololos/akbar.jpg?webp'},
'1301204052': {lolos: true, nama: 'Muhamad Rafli Susanto', image: '/assets/images/fotololos/rafli.jpg?webp'},
//lolos FG
'1301190364': {lolos: true, nama: 'Alfinata Yusuf Sitaba', image: '/assets/images/fotololos/alfin.jpg?webp'},
'1301194415': {lolos: true, nama: 'Dindin Inas Candra Wiguna', image: '/assets/images/fotololos/dindin.jpg?webp'},
'1301194382': {lolos: true, nama: 'Ismar Apuandi', image: '/assets/images/fotololos/ismar.jpg?webp'},
'1301190311': {lolos: true, nama: 'Maulana Farrel Ceskicevas', image: '/assets/images/fotololos/farrel.jpg?webp'},
'1301190352': {lolos: true, nama: 'Jehua Kusuma Dewa', image: '/assets/images/fotololos/jehua.jpg?webp'},
'1301204029': {lolos: true, nama: 'Alifio Yudhistira Aji Salis', image: '/assets/images/fotololos/alifio.jpg?webp'},
//ga lolos SG
'1301204297': {lolos: false, nama: 'Muhammad Fadil Maulana Akbar', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1303213089': {lolos: false, nama: 'Fadhlur Rahman \'Aulia Abdullah', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301200487': {lolos: false, nama: 'Muhammad Raihan Fauzi', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301201574': {lolos: false, nama: 'Girvan Syawal Khresnatendi Kurniawan', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301213501': {lolos: false, nama: 'Zaidan Ibnusabil Iryanto', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301213029': {lolos: false, nama: 'Hamdan Azani', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301204252': {lolos: false, nama: 'Hana Amani Fatihah', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301204292': {lolos: false, nama: 'Arrya Dali Lesmana', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1303213036': {lolos: false, nama: 'Ferry Firmansyah', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1104194086': {lolos: false, nama: 'Fariz Erawan', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301210386': {lolos: false, nama: 'Fakhri Fadillah Rahman', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1105213023': {lolos: false, nama: 'Amalia Nurul Maulida Pratiwi', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301213393': {lolos: false, nama: 'Moh. Hilman Fariz', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1305213045': {lolos: false, nama: 'Zadosaadi Brahmantio Purwanto', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301213488': {lolos: false, nama: 'Muhammad Rafly Arjasubrata', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301213398': {lolos: false, nama: 'Gibran Shevaldo', image: '/assets/images/fotololos/galolos.jpg?webp'},
//ga lolos FG
'1301190144': {lolos: false, nama: 'Arya Pangestu', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301190450': {lolos: false, nama: 'Andi Muh. Syahrul Ulum', image: '/assets/images/fotololos/galolos.jpg?webp'},
//contoh lolos : '1301213069': {lolos: true, nama: 'Muhammad Naufal Hawari', image: '/assets/images/fotololos/naufalhawari.jpg?webp'},
//fg
'1301210145': {lolos: true, nama: 'Yande Satwika Yasa', image: '/assets/images/fotololos/lolos2.jpg?webp'},
'1301213276': {lolos: true, nama: 'Kaisar Kertarajasa', image: '/assets/images/fotololos/lolos3.jpg?webp'},
'1301213305': {lolos: true, nama: 'Fahmi Agung Maulana', image: '/assets/images/fotololos/lolos.jpg?webp'},
'1301213445': {lolos: true, nama: 'Gloria Natasya Irene Sidebang', image: '/assets/images/fotololos/lolos4.jpg?webp'},
'1301213488': {lolos: true, nama: 'Muhammad Rafly Arjasubrata', image: '/assets/images/fotololos/lolos.jpg?webp'},
'1305210087': {lolos: true, nama: 'Akmal Muzakki Bakir', image: '/assets/images/fotololos/lolos2.jpg?webp'},
//lolos sg
'1305223033': {lolos: true, nama: 'Tiara Sabrina', image: '/assets/images/fotololos/lolos2.jpg?webp'},
'1302223041': {lolos: true, nama: 'Syahreza Adnan Al Azhar', image: '/assets/images/fotololos/lolos3.jpg?webp'},
'1301223172': {lolos: true, nama: 'Zaky Al Fatih Nata Imam', image: '/assets/images/fotololos/lolos4.jpg?webp'},
'1301223279': {lolos: true, nama: 'Bagas Eko Tjahyono Putro', image: '/assets/images/fotololos/lolos.jpg?webp'},
'1301223020': {lolos: true, nama: 'Valentino Hartanto', image: '/assets/images/fotololos/lolos2.jpg?webp'},
'1301223015': {lolos: true, nama: 'Muhammad Dwiva Arya Erlangga', image: '/assets/images/fotololos/lolos4.jpg?webp'},
'1302220065': {lolos: true, nama: 'Rafie aydin ihsan', image: '/assets/images/fotololos/lolos.jpg?webp'},
'1305223088': {lolos: true, nama: 'Rifqi Maheswara Karuniyawan', image: '/assets/images/fotololos/lolos2.jpg?webp'},
'1301220078': {lolos: true, nama: 'Ade Ikmal Maulana', image: '/assets/images/fotololos/lolos.jpg?webp'},
'1301223287': {lolos: true, nama: 'Imelda Damayanti', image: '/assets/images/fotololos/lolos4.jpg?webp'},
'1301223401': {lolos: true, nama: 'Farah Saraswati', image: '/assets/images/fotololos/lolos.jpg?webp'},
'1302223042': {lolos: true, nama: 'Iksan Oktav Risandy', image: '/assets/images/fotololos/lolos2.jpg?webp'},
//lolos smt 1
'103012300150': {lolos: true, nama: 'YYolanda Rahma Chrysti', image: '/assets/images/fotololos/lolos.jpg?webp'},
'103012300465': {lolos: true, nama: 'Tisee', image: '/assets/images/fotololos/lolos2.jpg?webp'},
'103012330264': {lolos: true, nama: 'Muhammad Ghozy Abdurrahman', image: '/assets/images/fotololos/lolos3.jpg?webp'},
//galolos sg
'1301220006': {lolos: false, nama: 'Aulia Faradis Ishmah', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301223193': {lolos: false, nama: 'Hafizh Kamaluddin Abdillah', image: '/assets/images/fotololos/galolos2.jpg?webp'},
'1302220093': {lolos: false, nama: 'Rd. M. Faisal Ramadhan Junaidi', image: '/assets/images/fotololos/galolos3.jpg?webp'},
'1301223396': {lolos: false, nama: 'Muhamad Yusuf Al Farizzi', image: '/assets/images/fotololos/galolos4.jpg?webp'},
'1301223152': {lolos: false, nama: 'Alexander Raditya Nugrahatama', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1301223199': {lolos: false, nama: 'Bayu Tiadi Nurul Fajar', image: '/assets/images/fotololos/galolos2.jpg?webp'},
'1301223043': {lolos: false, nama: 'Fikri Fauzi', image: '/assets/images/fotololos/galolos3.jpg?webp'},
'1302223124': {lolos: false, nama: 'Muhammad Daffa Fadillah', image: '/assets/images/fotololos/galolos3.jpg?webp'},
'1301223297': {lolos: false, nama: 'Nathan Dava Arkananta', image: '/assets/images/fotololos/galolos4.jpg?webp'},
'1301223333': {lolos: false, nama: 'Salma Rizki Nurfauziah', image: '/assets/images/fotololos/galolos.jpg?webp'},
'1305220100': {lolos: false, nama: 'Luthfillah Akhtar Fakhrudin', image: '/assets/images/fotololos/galolos3.jpg?webp'},
'1301220198': {lolos: false, nama: 'Embun Nawang Sari', image: '/assets/images/fotololos/galolos2.jpg?webp'},
'1301223044': {lolos: false, nama: 'Agil Ditya Rafiazmi', image: '/assets/images/fotololos/galolos3.jpg?webp'},
'1301223227': {lolos: false, nama: 'Brian Anashari', image: '/assets/images/fotololos/galolos3.jpg?webp'},
//sg smt 1
'103012330009': {lolos: false, nama: 'M. Rifqi Dzaky Azhad', image: '/assets/images/fotololos/galolos.jpg?webp'},
'103012330386': {lolos: false, nama: 'Axel Davin Lazar Panenggak', image: '/assets/images/fotololos/galolos3.jpg?webp'},
'103052330102': {lolos: false, nama: 'Muhammad Umar', image: '/assets/images/fotololos/galolos4.jpg?webp'},
'103052300026': {lolos: false, nama: 'Putu Padmanaba', image: '/assets/images/fotololos/galolos.jpg?webp'},
'103052300113': {lolos: false, nama: 'Ariel Furqanul Khaq', image: '/assets/images/fotololos/galolos2.jpg?webp'},
'103052300120': {lolos: false, nama: 'Salsabila Rizqiyah Anwar', image: '/assets/images/fotololos/galolos4.jpg?webp'},
'103012300232': {lolos: false, nama: 'Alvito Buana', image: '/assets/images/fotololos/galolos2.jpg?webp'},
'103052300111': {lolos: false, nama: 'Risma Febriyanti', image: '/assets/images/fotololos/galolos3.jpg?webp'},
'101012330057': {lolos: false, nama: 'Hamzah Haki Triadi', image: '/assets/images/fotololos/galolos4.jpg?webp'},
'101012300409': {lolos: false, nama: 'Mohammad Nur Afrizal Pahlevi', image: '/assets/images/fotololos/galolos.jpg?webp'},
'103012300316': {lolos: false, nama: 'NABILA PUTRI AZHARI', image: '/assets/images/fotololos/galolos2.jpg?webp'},
'103012300241': {lolos: false, nama: 'Jehezkiel Beny Brian', image: '/assets/images/fotololos/galolos3.jpg?webp'},

}
Binary file removed images/AiTalks3.jpg
Binary file not shown.
Binary file removed images/AiTalksEps1.jpg
Binary file not shown.
Binary file removed images/aslab20/adri.jpg
Binary file not shown.
Binary file removed images/aslab20/alfhi.jpg
Binary file not shown.
Binary file removed images/aslab20/dimba.jpg
Binary file not shown.
Binary file removed images/aslab20/dimit.jpg
Binary file not shown.
Binary file removed images/aslab20/farel.jpg
Binary file not shown.
Binary file removed images/aslab20/kris.jpg
Binary file not shown.
Binary file removed images/aslab20/test.png
Binary file not shown.
Binary file removed images/aslab20/tika.jpg
Binary file not shown.
Binary file removed images/aslab20/vaq.jpg
Binary file not shown.
Binary file removed images/aslab21/alif.png
Binary file not shown.
Binary file removed images/aslab21/bagja.png
Binary file not shown.
Binary file removed images/aslab21/dharma.png
Binary file not shown.
Binary file removed images/aslab21/dini.png
Binary file not shown.
Binary file removed images/aslab21/haydar.png
Binary file not shown.
Binary file removed images/aslab21/kae.png
Binary file not shown.
Binary file removed images/aslab21/maiza.png
Binary file not shown.
Binary file removed images/aslab21/nisa.png
Binary file not shown.
Binary file removed images/aslab21/pak_mahmud.png
Binary file not shown.
Binary file removed images/aslab21/zaky.png
Binary file not shown.
Binary file removed images/aslab22/EXTERNAL_MEDIA.png
Binary file not shown.
Binary file removed images/aslab22/FOCUS_GROUP.png
Binary file not shown.
Binary file removed images/aslab22/INTERNAL_INVENTORY.png
Binary file not shown.
Binary file removed images/aslab22/LAB_ASSISTANT_COORDINATOR.png
Binary file not shown.
Binary file removed images/aslab22/PAK_MAHMUD.png
Diff not rendered.
Binary file removed images/aslab22/RESEARCH_AND_DEVELOPMENT.png
Diff not rendered.
Binary file removed images/aslab22/SECRETARY_TREASURER.png
Diff not rendered.
Binary file removed images/aslab22/STUDY_GROUP.png
Diff not rendered.
Binary file removed images/bg.png
Diff not rendered.
Binary file removed images/center.png
Diff not rendered.
Binary file removed images/firstmeet2020.jpg
Diff not rendered.
Binary file removed images/logo-lg.png
Diff not rendered.
Binary file removed images/logo-md.png
Diff not rendered.
Binary file removed images/logo-xs.png
Diff not rendered.
Loading

0 comments on commit 5b6c7c0

Please sign in to comment.