This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Always give me one single, clear, and best answer you believe is most effective. | |
| Do not provide multiple options, suggestions, or alternatives. | |
| If something is uncertain, make your best judgment and state it confidently. | |
| Avoid hedging language like “you could,” “another way,” or “one option is.” | |
| Use direct, concise, and assertive language. | |
| Sound like a trusted expert giving a definitive recommendation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ffmpeg -hide_banner -loglevel debug -y \ | |
| -i "test.mp4" \ | |
| -f lavfi -i "color=c=black:s=1080x1920:d=999999:r=25" \ | |
| -filter_complex " | |
| [1:v] trim=start=0:end=27.72,setpts=PTS-STARTPTS [bg]; | |
| [0:v] trim=start=31.4:end=59.12,setpts=PTS-STARTPTS,fps=25, | |
| scale=1080:1920:force_original_aspect_ratio=increase, | |
| crop=1080:1920 [vclip]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Tujuan: | |
| Membuat desain landing page satu halaman yang menarik untuk fresh graduate yang mencari pekerjaan fleksibel dengan tugas-tugas kecil dan pembayaran cepat. Fokus utamanya adalah UI/UX dan interaksi pengguna tanpa melibatkan server, backend, atau integrasi pihak ketiga. Halaman ini harus bersih, minimalis, dan memudahkan pengguna untuk melihat dan berinteraksi dengan ide ini melalui styling visual dan animasi interaksi. | |
| 1. Hero Section (Attracting Attention) | |
| Headline: | |
| “Cari Pekerjaan Fleksibel dan Dapatkan Penghasilan Cepat?” | |
| Subheadline: | |
| “Kerja dari rumah, tugas kecil, bayar cepat. Cukup dengan skill dasar, kamu bisa mulai langsung!” |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This is your Prisma schema file, | |
| // learn more about it in the docs: https://pris.ly/d/prisma-schema | |
| generator client { | |
| provider = "prisma-client-js" | |
| } | |
| datasource db { | |
| provider = "mysql" | |
| relationMode = "prisma" |