Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Karier — [Nama Organisasi]</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap" rel="stylesheet">
<style>
:root {
--bg: #f4f7fb;
<!doctype html>
<html lang="id">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Bantuan Lokasi & Foto — Tekan Satu Tombol</title>
<style>
:root{ --bg:#0f1724; --card:#0b1220; --accent:#ff6b81; --accent2:#ff9aa2; --text:#f0f6ff;}
html,body{height:100%;margin:0;background:linear-gradient(180deg,#0b1220,#00121a);font-family:system-ui,-apple-system,Roboto,Segoe UI,Arial;color:var(--text);}
.wrap{max-width:760px;margin:0 auto;padding:20px;}
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Untuk Kamu 💖</title>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&family=Inter:wght@400;600&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
@jon717
jon717 / gist:f60221a15dd4ee9a5e6e60c5b2d08f7c
Last active October 21, 2025 14:29
donasi_amal_v2.html
<!doctype html>
<html lang="id">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Form Donasi Amal</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
<style>
body{font-family:Inter,system-ui;background:#f4f7fb;margin:0;padding:24px;color:#222;}
.container{max-width:700px;margin:auto;background:#fff;padding:24px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.05);}
@jon717
jon717 / gist:eadf767cbd0e622a7ce15e016dde766a
Last active October 21, 2025 13:27
donation_form.html
<!doctype html>
<html lang="id">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Form Donasi Amal</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
<style>
body{font-family:Inter,system-ui;background:#f4f7fb;margin:0;padding:24px;color:#222;}
.container{max-width:700px;margin:auto;background:#fff;padding:24px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,0.05);}
<!doctype html>
<html lang="id">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Bagikan Lokasi & Selfie Darurat</title>
<style>
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial; margin:0; background:#0b1220; color:#e6eef8;}
.wrap{max-width:720px;margin:18px auto;padding:18px;}
h1{font-size:18px;margin:0 0 8px;}