Welcome to TrappingPelts

Pelt sales, tanning, unethical trapping discussion, and a trapping log. I list my pelts for sale here.

Want this exact site on your Neocities account? Copy the files, upload your images to /images/, and you're good to go.

Gear & Care

A short list of equipment & pelt-care basics (storage, drying, and labeling). This is a friendly list — always check local regulations before using any gear.

Note: This site does not provide step-by-step trapping instructions. For safety and legal compliance, consult official wildlife agency resources listed below.

Trapper's Diary

Nov 5, 2025 — First cool snap

Short notes about weather, pelt condition, and lessons learned. Use this space to archive daily/weekly journal posts.

Oct 12, 2025 — New pelt treatment tested

Notes about non-invasive pelt-care products and results.

Resources & Ethics

Helpful links and statements about responsible trapping. Always follow your state/provincial rules and prioritize humane, legal practices.

Contact

If you want to reach out, replace the mailto address below with your own email, or link to your socials.

you@example.com

Neocities doesn't process server forms — if you need a contact form consider using a third-party form service that posts to an email or try a simple mailto: link as above.

/* -------------------------------------------------- */ /* style.css */ /* Copy the CSS below into a file named /style.css on Neocities */ :root{ --bg:#f6f5f2; --card:#fff; --accent:#3a6; --text:#222; --muted:#6b6b6b; --wrap:1100px; --radius:12px; } *{box-sizing:border-box} html,body{height:100%;margin:0;font-family:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial;font-size:16px;color:var(--text);background:var(--bg)} .wrap{max-width:var(--wrap);margin:0 auto;padding:24px} .site-header{background:linear-gradient(90deg,#2b3 0%, #2b6 100%);color:#041;} .site-header .wrap{display:flex;align-items:center;gap:20px} .logo{margin:12px 0;font-size:1.4rem;color:#fff} nav{margin-left:auto;display:flex;gap:12px} nav a{color:rgba(255,255,255,0.95);text-decoration:none;padding:8px 10px;border-radius:8px;font-weight:600} nav a:hover{background:rgba(255,255,255,0.08)} .hero{background:linear-gradient(180deg,rgba(255,255,255,0.6),transparent);padding:28px;border-radius:var(--radius);margin:18px 0} .hero h2{margin:0 0 10px} .cta{font-weight:600} .card{background:var(--card);padding:18px;border-radius:14px;margin:18px 0;box-shadow:0 6px 18px rgba(0,0,0,0.05)} .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:12px} .grid img{width:100%;height:140px;object-fit:cover;border-radius:8px;display:block} .muted{color:var(--muted);font-size:0.95rem} .entry{border-left:4px solid rgba(0,0,0,0.06);padding:10px 12px;margin:10px 0} .site-footer{padding:18px 0;background:transparent;color:var(--muted);text-align:center} @media (max-width:720px){ nav{display:none} .wrap{padding:14px} .grid img{height:120px} } /* Small helpers */ a{color:var(--accent)} code{background:#f1f1f1;padding:2px 6px;border-radius:6px;font-family:monospace} /* End of style.css */