from pathlib import Path from zipfile import ZipFile, ZIP_DEFLATED base = Path("/mnt/data/jwm_devcreator_site") base.mkdir(exist_ok=True) html = r''' JWM DevCreator | Aplicativos Mobile
APLICATIVOS QUE FACILITAM SUA VIDA

Soluções simples para organização, produtividade e decisões melhores.

A JWM DevCreator desenvolve aplicativos mobile independentes, focados em utilidade prática, experiências leves e resultados reais no dia a dia.

⚡ Leves e rápidos ✓ Fácil de usar ♡ Feitos para o dia a dia
9:37 ◔ ◕

Despensa
em Dia

Visão geral

24 itens
3 vencendo
5 para repor

Itens próximos do vencimento

🥛
Leite integral Vence em 3 dias
Frios e laticínios
3 dias
🥣
Iogurte natural Vence em 5 dias
Frios e laticínios
5 dias
🧀
Queijo muçarela Vence em 7 dias
Frios e laticínios
7 dias
Início Itens + Repor Mais
5:39 ◔ ◕

Lista de
reposição

Itens que estão acabando ou que você marcou para comprar.

Nossos aplicativos

Cada app foi criado para resolver um problema real de forma simples e eficiente.

🥫

Despensa em Dia

Organize alimentos, acompanhe validades e consulte o que precisa ser reposto.

Casa e alimentos Saiba mais →
🎯

FocoMax

Foco, hábitos e rotina em um app para te ajudar a manter constância todos os dias.

Foco e hábitos Saiba mais →
🚗

ViaCost

Compare custos, viagens e deslocamentos para tomar melhores decisões.

Custos e decisões Saiba mais →

All-in QR

Crie, organize e utilize QR Codes de forma prática e inteligente.

Utilidade digital Saiba mais →

Por que usar nossos apps?

Simples e intuitivos

Interface clara, objetiva e fácil de entender.

Privacidade respeitada

Seus dados são tratados com responsabilidade.

Leves e eficientes

Apps rápidos, estáveis e que funcionam muito bem.

Feitos com propósito

Cada detalhe pensado para facilitar sua rotina.

Fale conosco

Dúvidas, sugestões ou suporte? Estamos aqui para ajudar!

✉ Enviar e-mail
J
''' css = r'''/* JWM DevCreator — one page landing */ :root { --cream: #f6f0e4; --cream-2: #fffaf0; --surface: #fffdf6; --surface-soft: #f0e6d2; --green: #2f6043; --green-2: #3f7d58; --green-3: #dcebdc; --text: #121715; --muted: #4f5d55; --border: #dfd1bb; --shadow: 0 24px 60px rgba(24, 36, 29, 0.11); --shadow-soft: 0 14px 36px rgba(24, 36, 29, 0.08); --radius-lg: 28px; --radius-md: 18px; --radius-sm: 12px; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: radial-gradient(circle at 0% 45%, rgba(63, 125, 88, 0.10), transparent 20%), radial-gradient(circle at 100% 20%, rgba(63, 125, 88, 0.12), transparent 24%), linear-gradient(180deg, #fffaf0 0%, #f6f0e4 52%, #fffdf6 100%); line-height: 1.6; } a { color: inherit; text-decoration: none; } button, input { font: inherit; } .container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; } .site-shell { overflow: hidden; min-height: 100vh; } /* Header */ .header { position: sticky; z-index: 50; top: 0; background: rgba(255, 250, 240, 0.90); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(223, 209, 187, 0.38); } .nav { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; } .brand { display: flex; align-items: center; gap: 14px; font-weight: 750; font-size: 22px; letter-spacing: -0.04em; } .brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(145deg, #12402b, #2f6043); color: #ffffff; font-weight: 900; box-shadow: 0 12px 24px rgba(47, 96, 67, 0.25); } .brand-mark.small { width: 40px; height: 40px; border-radius: 10px; } .nav-links { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 650; } .nav-links a { position: relative; color: #0f1512; padding: 8px 0; } .nav-links a::after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: 0; background: var(--green); transform: scaleX(0); transform-origin: center; transition: 180ms ease; } .nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); } .nav-cta { display: inline-flex; min-height: 48px; align-items: center; gap: 9px; border-radius: 10px; padding: 0 20px; font-weight: 760; color: #fff; background: linear-gradient(145deg, #2f6043, #3f7d58); box-shadow: 0 10px 28px rgba(47, 96, 67, 0.22); } .mail-icon { width: 20px; height: 20px; border: 1.7px solid rgba(255,255,255,.8); border-radius: 4px; display: inline-grid; place-items: center; font-size: 11px; } /* Hero */ .hero { padding: 62px 0 64px; position: relative; } .hero::before { content: ""; position: absolute; width: 220px; height: 220px; left: -80px; bottom: -40px; background: radial-gradient(circle, rgba(63, 125, 88, .20), transparent 70%); filter: blur(3px); } .hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 54px; align-items: center; } .eyebrow { display: inline-flex; padding: 7px 18px; border-radius: 999px; background: #dfe8d4; border: 1px solid rgba(47, 96, 67, 0.12); color: #183426; font-size: 14px; letter-spacing: .02em; font-weight: 760; margin-bottom: 22px; } .hero h1 { margin: 0; max-width: 610px; font-size: clamp(44px, 6.2vw, 72px); line-height: .99; letter-spacing: -0.07em; font-weight: 850; } .hero h1 span { color: var(--green); } .hero-copy > p { max-width: 540px; margin: 30px 0 30px; font-size: 19px; color: #19211d; } .hero-actions { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; } .btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; padding: 0 22px; font-size: 16px; font-weight: 780; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; } .btn:hover { transform: translateY(-2px); } .btn-primary { color: #fff; background: linear-gradient(145deg, #2f6043, #3f7d58); box-shadow: 0 18px 35px rgba(47, 96, 67, 0.25); } .btn-secondary { background: rgba(255, 253, 246, 0.86); border: 1px solid var(--border); color: #183426; } .btn.compact { min-height: 46px; margin-top: 12px; padding: 0 18px; } .grid-icon, .bubble-icon { font-size: 19px; } .hero-points { display: flex; gap: 42px; flex-wrap: wrap; margin-top: 52px; color: #1e382b; font-size: 15px; } /* Hero phone composition */ .hero-visual { min-height: 630px; position: relative; } .leaf-orb { width: 470px; height: 470px; position: absolute; right: 10px; top: 48px; border-radius: 999px; background: rgba(111, 142, 95, 0.32); } .leaf { position: absolute; background: linear-gradient(145deg, #8caf6d, #315a3d); border-radius: 100% 0 100% 0; opacity: .9; transform: rotate(35deg); filter: drop-shadow(0 8px 10px rgba(47,96,67,.18)); } .leaf-a { width: 96px; height: 44px; right: -18px; top: 255px; } .leaf-b { width: 80px; height: 38px; right: 0; top: 355px; transform: rotate(65deg); } .leaf-c { width: 70px; height: 34px; right: 50px; top: 420px; transform: rotate(-12deg); } .phone { position: absolute; width: 265px; background: #101010; border-radius: 36px; padding: 12px; box-shadow: 0 34px 80px rgba(0,0,0,.28); } .phone-main { left: 70px; top: 0; transform: rotate(-2deg); z-index: 3; } .phone-side { right: 12px; top: 82px; transform: rotate(9deg); z-index: 2; } .phone-notch { width: 94px; height: 22px; border-radius: 0 0 16px 16px; background: #101010; position: absolute; top: 11px; left: 50%; transform: translateX(-50%); z-index: 2; } .phone-screen { min-height: 570px; background: #fffdf6; border-radius: 26px; padding: 22px 20px 18px; position: relative; overflow: hidden; } .side-screen { min-height: 510px; } .phone-status { display: flex; justify-content: space-between; font-size: 10px; color: #1c1c1c; margin-bottom: 18px; font-weight: 650; } .phone-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2px; color: #222; } .hamburger { font-size: 14px; } .phone h3 { font-size: 21px; line-height: 1.05; margin: 4px 0 16px; color: var(--green); letter-spacing: -0.04em; } .divider { height: 1px; background: #e5dccd; margin-bottom: 12px; } .small-label { margin: 0 0 8px; font-size: 11px; font-weight: 750; } .phone-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-bottom: 16px; } .mini-metric { border-radius: 12px; padding: 10px 8px; text-align: center; min-height: 64px; } .mini-metric strong { display: block; font-size: 20px; color: var(--green); } .mini-metric small { display: block; font-size: 8px; text-transform: capitalize; } .mini-metric.green { background: #e3f1e5; } .mini-metric.orange { background: #fff0d6; } .mini-metric.orange strong { color: #b75d00; } .mini-metric.red { background: #ffe0dc; } .mini-metric.red strong { color: #a9342b; } .food-row { display: grid; grid-template-columns: 30px 1fr 42px; gap: 9px; align-items: center; border: 1px solid #eadfce; background: rgba(255, 250, 240, 0.72); border-radius: 10px; padding: 8px; margin-bottom: 7px; } .food-icon { width: 28px; height: 36px; display: grid; place-items: center; border-radius: 8px; background: #ecf2e7; font-size: 16px; } .food-row strong { display: block; font-size: 10px; line-height: 1.2; } .food-row small { display: block; font-size: 8px; color: #6d756e; line-height: 1.25; } .food-row em { font-style: normal; font-size: 9px; font-weight: 800; background: #fff0c5; color: #c27100; border-radius: 7px; padding: 5px 4px; text-align: center; } .food-row em.red-text { background: #ffe2dd; color: #b53b30; } .phone-button { width: 150px; border: 0; border-radius: 8px; min-height: 36px; margin: 14px auto 0; display: block; background: var(--green); color: white; font-size: 11px; font-weight: 800; } .phone-button.small { width: 120px; min-height: 34px; margin: 16px 0 0; } .phone-tabs { position: absolute; left: 12px; right: 12px; bottom: 8px; border-top: 1px solid #e4dac8; padding-top: 8px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; text-align: center; font-size: 13px; color: #59645f; } .phone-tabs span { display: grid; gap: 1px; justify-items: center; } .phone-tabs small { font-size: 7px; } .phone-tabs .plus { width: 34px; height: 34px; border-radius: 999px; display: grid; place-items: center; background: var(--green); color: #fff; margin: auto; font-size: 20px; } .side-screen h3 { margin-top: 34px; color: #101512; transform: rotate(0deg); } .side-screen > p { font-size: 10px; line-height: 1.45; margin: -6px 0 18px; } .check-list { display: grid; gap: 0; border: 1px solid #eadfce; border-radius: 10px; overflow: hidden; background: #fffaf0; } .check-list label { display: flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 10px; border-bottom: 1px solid #eadfce; font-size: 11px; } .check-list label:last-child { border-bottom: 0; } .check-list input { width: 14px; height: 14px; } /* Sections */ .section { padding: 42px 0; } .section-title.centered { text-align: center; margin-bottom: 34px; } .section-title h2 { margin: 0 0 6px; font-size: 30px; letter-spacing: -0.045em; color: #0e2419; } .section-title p { margin: 0; color: var(--muted); font-size: 15px; } .apps-section { background: rgba(255, 253, 246, 0.55); } .apps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; padding: 0 34px; } .app-card { min-height: 330px; display: flex; flex-direction: column; align-items: center; padding: 26px 22px 22px; border-radius: 16px; border: 1px solid var(--border); background: rgba(255, 253, 246, 0.95); text-align: center; box-shadow: var(--shadow-soft); } .app-icon { width: 90px; height: 90px; border-radius: 22px; display: grid; place-items: center; color: white; font-size: 42px; margin-bottom: 15px; box-shadow: inset 0 2px 10px rgba(255,255,255,.20); } .green-icon { background: linear-gradient(145deg, #2f6043, #3f7d58); } .yellow-icon { background: linear-gradient(145deg, #ffb226, #f39b00); } .brown-icon { background: linear-gradient(145deg, #c88a4e, #9c5525); } .red-icon { background: linear-gradient(145deg, #e44a3d, #b92720); } .app-card h3 { margin: 0 0 9px; font-size: 18px; } .app-card p { margin: 0; font-size: 13px; color: #1a211e; line-height: 1.55; } .tag { margin-top: auto; display: inline-flex; padding: 8px 16px; border-radius: 999px; font-size: 12px; font-weight: 750; } .green-tag { background: #dfe8d4; } .yellow-tag { background: #fff0d6; color: #7a4b00; } .brown-tag { background: #ead8bd; color: #683c16; } .red-tag { background: #ffe0dc; color: #932d25; } .app-card a { margin-top: 22px; font-size: 14px; font-weight: 800; color: #173d29; } /* Why */ .why-section { background: linear-gradient(180deg, rgba(246, 240, 228, .4), rgba(255, 250, 240, .78)); } .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 28px; } .why-item { padding: 0 34px; text-align: center; border-right: 1px solid var(--border); } .why-item:last-child { border-right: 0; } .why-icon { width: 58px; height: 58px; margin: 0 auto 12px; border-radius: 999px; display: grid; place-items: center; background: #dfe8d4; color: var(--green); font-weight: 900; font-size: 25px; } .why-icon.lock { background: #f3dfca; color: #9b5723; } .why-icon.cloud { background: #dcebdc; } .why-icon.heart { background: #ffe0dc; color: #a9342b; } .why-item h3 { margin: 0 0 5px; font-size: 15px; } .why-item p { margin: 0; color: #293630; font-size: 13px; } /* Support */ .support-section { padding: 22px 0 46px; } .support-card { min-height: 180px; display: grid; grid-template-columns: 1.15fr 0.88fr 0.75fr; align-items: center; gap: 28px; padding: 26px 40px; border-radius: 16px; border: 1px solid var(--border); background: radial-gradient(circle at 92% 22%, rgba(63, 125, 88, .15), transparent 24%), rgba(255, 253, 246, 0.82); box-shadow: var(--shadow-soft); } .support-left { display: flex; align-items: center; gap: 24px; } .support-icon { width: 86px; height: 86px; display: grid; place-items: center; border-radius: 999px; background: #dfe8d4; color: var(--green); font-size: 34px; } .support-left h2 { margin: 0; font-size: 24px; } .support-left p { margin: 2px 0 4px; color: #2e3b35; font-size: 14px; } .support-links { border-left: 1px solid var(--border); padding-left: 38px; display: grid; gap: 10px; } .support-links h3 { margin: 0 0 4px; font-size: 17px; } .support-links a { color: #0e2419; font-size: 14px; } .support-art { display: flex; align-items: end; justify-content: center; min-height: 135px; } .plant { position: relative; width: 82px; height: 100px; } .plant::after { content: ""; position: absolute; left: 25px; bottom: 0; width: 40px; height: 30px; border-radius: 7px 7px 14px 14px; background: #e2d3bd; border: 1px solid #c8bba6; } .plant span { position: absolute; width: 42px; height: 22px; background: #7fab6b; border-radius: 100% 0 100% 0; } .plant span:nth-child(1) { left: 18px; top: 15px; transform: rotate(20deg); } .plant span:nth-child(2) { left: 2px; top: 42px; transform: rotate(-35deg); } .plant span:nth-child(3) { left: 30px; top: 54px; transform: rotate(40deg); } .mini-phone { width: 72px; height: 120px; margin-left: 20px; border-radius: 18px; border: 8px solid #1a1a1a; background: linear-gradient(145deg, #2f6043, #3f7d58); color: #fff; display: grid; place-items: center; font-size: 46px; font-weight: 900; transform: rotate(8deg); box-shadow: 0 18px 35px rgba(0,0,0,.20); } /* Footer */ .footer { background: radial-gradient(circle at 20% 0%, rgba(63, 125, 88, 0.30), transparent 25%), linear-gradient(135deg, #08331f, #0c3c27 58%, #174b33); color: #fff; } .footer-inner { min-height: 108px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 28px; font-size: 13px; } .footer-brand { display: flex; align-items: center; gap: 14px; } .footer-brand strong { display: block; font-size: 16px; } .footer-brand p, .footer-inner p { margin: 0; color: rgba(255,255,255,.82); } .footer-inner > p:nth-child(2) { text-align: center; } .footer-inner > p:nth-child(3) { text-align: right; } .heart-red { color: #ff6b5f; } /* Responsive */ @media (max-width: 1120px) { .hero-grid { gap: 28px; } .phone-main { left: 20px; } .phone-side { right: -20px; } .apps-grid { gap: 24px; padding: 0; } } @media (max-width: 960px) { .nav-links { display: none; } .hero-grid { grid-template-columns: 1fr; } .hero-visual { min-height: 620px; width: min(620px, 100%); margin: 0 auto; } .phone-main { left: 70px; } .phone-side { right: 30px; } .apps-grid { grid-template-columns: repeat(2, 1fr); } .why-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; } .why-item { border-right: 0; padding: 0 16px; } .support-card { grid-template-columns: 1fr; } .support-links { border-left: 0; padding-left: 0; border-top: 1px solid var(--border); padding-top: 20px; } .support-art { display: none; } .footer-inner { grid-template-columns: 1fr; text-align: left; padding: 24px 0; } .footer-inner > p:nth-child(2), .footer-inner > p:nth-child(3) { text-align: left; } } @media (max-width: 680px) { .container { width: min(100% - 28px, 1120px); } .nav { height: 78px; } .brand { font-size: 18px; } .brand-mark { width: 42px; height: 42px; } .nav-cta { display: none; } .hero { padding: 38px 0 28px; } .hero h1 { font-size: clamp(42px, 13vw, 58px); } .hero-copy > p { font-size: 17px; } .btn { width: 100%; } .hero-points { gap: 16px; margin-top: 30px; } .hero-visual { min-height: 560px; transform: scale(.86); transform-origin: top center; margin-bottom: -70px; } .phone-main { left: 0; } .phone-side { right: -48px; opacity: .9; } .leaf-orb { right: -70px; } .apps-grid { grid-template-columns: 1fr; } .app-card { min-height: auto; } .why-grid { grid-template-columns: 1fr; } .support-card { padding: 24px; } .support-left { align-items: flex-start; flex-direction: column; } .support-icon { width: 70px; height: 70px; } } @media (max-width: 420px) { .hero-visual { transform: scale(.74); min-height: 515px; margin-bottom: -120px; } } ''' readme = r'''# JWM DevCreator — Landing Page ## Arquivos - `index.html`: página principal - `styles.css`: estilos visuais - `app-ads.txt`: arquivo para AdMob ## Antes de publicar No `index.html`, substitua: - `SEUEMAIL@EXEMPLO.COM` - `https://SEU-SITE-DE-POLITICA-DE-PRIVACIDADE.com` Mantenha o arquivo `app-ads.txt` na raiz da pasta `public`. ## Estrutura para Firebase Copie estes arquivos para a pasta: