Skip to content

pablinho-arts #236

@pablinho-arts

Description

@pablinho-arts
<title>Pablinho Arts | Artes Digitais</title> <style> body { margin:0; font-family: Arial, Helvetica, sans-serif; background:#0f172a; color:#fff; } header { background:#020617; padding:20px; text-align:center; } header h1 { margin:0; color:#22c55e; } header p { margin-top:8px; color:#cbd5f5; } .container { padding:30px; max-width:1100px; margin:auto; } .products { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:20px; } .card { background:#020617; border-radius:12px; padding:20px; box-shadow:0 10px 25px rgba(0,0,0,0.4); } .card h3 { margin-top:0; color:#22c55e; } .price { font-size:20px; margin:15px 0; } button { width:100%; padding:12px; background:#22c55e; border:none; border-radius:8px; font-size:16px; font-weight:bold; cursor:pointer; } button:hover { background:#16a34a; } footer { text-align:center; padding:20px; background:#020617; margin-top:40px; font-size:14px; color:#94a3b8; }
/* Modal PIX */
.modal { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.7); align-items:center; justify-content:center; }
.modal-content { background:#020617; padding:25px; border-radius:12px; max-width:350px; width:90%; text-align:center; }
.modal h2 { color:#22c55e; margin-top:0; }
.pix-box { background:#0f172a; padding:10px; border-radius:8px; margin:10px 0; word-break:break-all; }
.close { margin-top:10px; background:#334155; }
</style>

Pablinho Arts

Logotipos, frases e artes digitais profissionais

🔥 Produtos à venda

<div class="products">
  <div class="card">
    <h3>Logotipo Simples</h3>
    <p>Logo básica para Instagram e WhatsApp</p>
    <div class="price">R$ 20,00</div>
    <button onclick="openPix('Logotipo Simples - R$20,00')">Comprar no PIX</button>
  </div>

  <div class="card">
    <h3>Logotipo Profissional</h3>
    <p>Logo completa + identidade visual</p>
    <div class="price">R$ 50,00</div>
    <button onclick="openPix('Logotipo Profissional - R$50,00')">Comprar no PIX</button>
  </div>

  <div class="card">
    <h3>Frases Motivacionais</h3>
    <p>Pack com 10 artes prontas</p>
    <div class="price">R$ 15,00</div>
    <button onclick="openPix('Frases Motivacionais - R$15,00')">Comprar no PIX</button>
  </div>
</div>

Pagamento via PIX

Chave PIX:

77998778212 (Telefone)

Após pagar, envie o comprovante no WhatsApp.

Enviar comprovante Fechar
© 2026 - Pablinho Arts | Todos os direitos reservados <script> function openPix(prod) { document.getElementById('produto').innerText = prod; document.getElementById('pixModal').style.display = 'flex'; } function closePix() { document.getElementById('pixModal').style.display = 'none'; } </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions