<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>T.Y.S.O.N., Inc. | Teaching Youth & Service Organizations Networking</title>
<meta name="description" content="T.Y.S.O.N., Inc. strengthens small and emerging nonprofit organizations through training, consulting, and collaborative resources." />
<style>
:root{
--bg:#0b1220; --card:#0f1a33; --text:#eef2ff; --muted:#b6c1ff;
--accent:#7cdeff; --accent2:#9cffc4; --line:rgba(255,255,255,.12);
--shadow: 0 10px 30px rgba(0,0,0,.35);
--radius:18px;
--max:1100px;
}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(1200px 600px at 20% 0%, #182a5a 0%, var(--bg) 55%), var(--bg);color:var(--text);line-height:1.5}
a{color:inherit}
.wrap{max-width:var(--max);margin:0 auto;padding:22px}
.nav{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.logo{
width:44px;height:44px;border-radius:14px;background:
radial-gradient(circle at 30% 30%, var(--accent) 0%, rgba(124,222,255,.25) 35%, transparent 60%),
radial-gradient(circle at 70% 70%, var(--accent2) 0%, rgba(156,255,196,.25) 35%, transparent 60%),
linear-gradient(135deg, rgba(124,222,255,.25), rgba(156,255,196,.18));
border:1px solid var(--line);
box-shadow:var(--shadow);
}
.brand h1{font-size:16px;margin:0}
.brand small{display:block;color:var(--muted);font-weight:500}
.menu{display:flex;gap:16px;flex-wrap:wrap}
.menu a{opacity:.9;text-decoration:none;font-weight:600}
.menu a:hover{opacity:1;text-decoration:underline}
.cta{display:flex;gap:10px;flex-wrap:wrap}
.btn{
display:inline-flex;align-items:center;justify-content:center;
padding:10px 14px;border-radius:999px;border:1px solid var(--line);
text-decoration:none;font-weight:700;background:rgba(255,255,255,.06)
}
.btn.primary{border-color:rgba(124,222,255,.55); background:linear-gradient(135deg, rgba(124,222,255,.22), rgba(156,255,196,.16));}
.hero{padding:34px 0 18px}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}
@media (max-width: 860px){.hero-grid{grid-template-columns:1fr}}
.pill{display:inline-flex;gap:8px;align-items:center;border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:var(--muted);background:rgba(255,255,255,.05)}
.hero h2{font-size:44px;line-height:1.1;margin:14px 0 10px}
@media (max-width: 520px){.hero h2{font-size:34px}}
.hero p{color:var(--muted);font-size:18px;margin:0 0 16px}
.card{
background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)
}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
@media (max-width: 520px){.stats{grid-template-columns:1fr}}
.stat b{font-size:18px}
.stat span{display:block;color:var(--muted);font-weight:600;margin-top:4px}
.section{padding:22px 0}
.section h3{font-size:26px;margin:0 0 10px}
.section p{color:var(--muted);margin:0 0 12px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width: 860px){.grid{grid-template-columns:1fr}}
.icon{
width:42px;height:42px;border-radius:14px;border:1px solid var(--line);
background:rgba(124,222,255,.12);display:grid;place-items:center;font-weight:900
}
.list{margin:10px 0 0;padding-left:18px;color:var(--muted)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width: 860px){.split{grid-template-columns:1fr}}
.form{display:grid;gap:10px}
input, textarea{
width:100%;padding:12px 12px;border-radius:12px;border:1px solid var(--line);
background:rgba(0,0,0,.18);color:var(--text);outline:none
}
textarea{min-height:120px;resize:vertical}
.foot{padding:22px 0;color:var(--muted);border-top:1px solid var(--line);margin-top:18px}
.tiny{font-size:13px;opacity:.9}
</style>
</head>
<body>
<div class="wrap">
<header class="nav">
<a class="brand" href="#top" aria-label="TYSON Home">
<div class="logo" aria-hidden="true"></div>
<div>
<h1>T.Y.S.O.N., Inc.</h1>
<small>Teaching Youth & Service Organizations Networking</small>
</div>
</a>
<nav class="menu" aria-label="Primary">
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#partners">Partners</a>
<a href="#contact">Contact</a>
</nav>
<div class="cta">
<a class="btn" href="#contact">Request Support</a>
<a class="btn primary" href="#contact">Partner With Us</a>
</div>
</header>
<main id="top">
<section class="hero">
<div class="hero-grid">
<div>
<div class="pill">501(c)(3) • Jacksonville, FL • Capacity Building</div>
<h2>Helping small nonprofits grow, sustain, and create measurable impact.</h2>
<p>
T.Y.S.O.N., Inc. provides training, consulting, market research, and collaborative resources
to strengthen small and emerging nonprofit organizations across Northeast Florida.
</p>
<div class="cta">
<a class="btn primary" href="#contact">Book a Free Nonprofit Checkup</a>
<a class="btn" href="#services">View Services</a>
</div>
<div class="stats">
<div class="card stat">
<b>Training + Workshops</b>
<span>Governance, fundraising, marketing, HR basics</span>
</div>
<div class="card stat">
<b>1:1 Consulting</b>
<span>Strategy, program design, grant readiness</span>
</div>
<div class="card stat">
<b>Community Networking</b>
<span>Monthly mixers + collaboration support</span>
</div>
</div>
</div>
<aside class="card">
<h3 style="margin:0 0 8px">Our Mission</h3>
<p style="margin:0;color:var(--muted)">
To cultivate an environment in which nonprofit organizations may grow, prosper, and achieve
measurable impact by providing centralized resources, expertise, and collaborative opportunities.
</p>
<hr style="border:none;border-top:1px solid var(--line);margin:14px 0">
<h3 style="margin:0 0 8px">Who We Serve</h3>
<p style="margin:0;color:var(--muted)">
Nonprofits with limited staff capacity and budgets—especially organizations under $500,000 annually—
seeking stronger systems, funding readiness, and program outcomes.
</p>
<hr style="border:none;border-top:1px solid var(--line);margin:14px 0">
<p class="tiny" style="margin:0">
Want a quick start? Ask for our “Nonprofit Readiness Checklist” and 30-minute intake call.
</p>
</aside>
</div>
</section>
<section id="about" class="section">
<h3>About T.Y.S.O.N., Inc.</h3>
<p>
We exist to make high-quality nonprofit support accessible. Our approach is practical and personalized—
helping organizations improve operations, strengthen messaging, and build sustainable systems.
</p>
<div class="split">
<div class="card">
<div class="icon">✓</div>
<h4 style="margin:10px 0 6px">What makes us different</h4>
<ul class="list">
<li>Support designed for small & emerging nonprofits</li>
<li>Hands-on guidance with templates and tools</li>
<li>Low-cost or pro bono options when possible</li>
<li>Partnership-building across the community</li>
</ul>
</div>
<div class="card">
<div class="icon">★</div>
<h4 style="margin:10px 0 6px">Vision</h4>
<p style="margin:0;color:var(--muted)">
To be recognized as a leading community resource hub for nonprofit capacity-building in Northeast Florida,
fostering partnerships that yield lasting social and economic benefits.
</p>
</div>
</div>
</section>
<section id="services" class="section">
<h3>Programs & Services</h3>
<p>Choose one service—or bundle support into a simple growth plan.</p>
<div class="grid">
<div class="card">
<div class="icon">1</div>
<h4 style="margin:10px 0 6px">Nonprofit Consulting</h4>
<p style="margin:0;color:var(--muted)">
Strategy, program design, board support, grant readiness, and sustainability planning.
</p>
<ul class="list">
<li>Program improvement + outcomes</li>
<li>Operations + systems setup</li>
<li>Funding plan + donor basics</li>
</ul>
</div>
<div class="card">
<div class="icon">2</div>
<h4 style="margin:10px 0 6px">Market Research & Marketing</h4>
<p style="margin:0;color:var(--muted)">
Needs assessments, audience segmentation, messaging, and outreach planning.
</p>
<ul class="list">
<li>Website & brand clarity</li>
<li>Program positioning</li>
<li>Community engagement strategy</li>
</ul>
</div>
<div class="card">
<div class="icon">3</div>
<h4 style="margin:10px 0 6px">Workshops & Training</h4>
<p style="margin:0;color:var(--muted)">
Practical workshops on governance, fundraising ethics, HR basics, DEI, and quality improvement.
</p>
<ul class="list">
<li>Board governance 101</li>
<li>Fundraising systems</li>
<li>Operations & compliance</li>
</ul>
</div>
</div>
</section>
<section id="partners" class="section">
<h3>Partnerships</h3>
<p>
We collaborate with universities, community leaders, and mission-aligned organizations to expand resources and impact.
If your organization supports capacity-building, education, or community development, we’d love to connect.
</p>
<div class="card">
<h4 style="margin:0 0 8px">Partner with us if you can provide:</h4>
<ul class="list">
<li>Training space or event sponsorship</li>
<li>Volunteer professionals (legal, finance, marketing, HR)</li>
<li>Internship placement opportunities</li>
<li>Referral pathways for nonprofits needing support</li>
</ul>
</div>
</section>
<section id="contact" class="section">
<h3>Contact</h3>
<p>Send a message and we’ll respond with next steps and an intake link.</p>
<!-- This form uses mailto as a starter. For a real form, use a service like Formspree or your WordPress form plugin. -->
<div class="split">
<div class="card">
<form class="form" action="mailto:youremail@domain.com" method="post" enctype="text/plain">
<input name="name" placeholder="Your name" required />
<input name="organization" placeholder="Organization name" />
<input name="email" type="email" placeholder="Email address" required />
<textarea name="message" placeholder="How can we support your organization?" required></textarea>
<button class="btn primary" type="submit">Send Message</button>
<div class="tiny">Update the email address in the form to your real inbox.</div>
</form>
</div>
<div class="card">
<h4 style="margin:0 0 8px">Quick Info</h4>
<p style="margin:0;color:var(--muted)">
<b>Service Area:</b> Jacksonville Metro + surrounding counties<br/>
<b>Hours:</b> Mon–Fri 8:30 AM–3:00 PM • Sat 9:00 AM–3:00 PM
</p>
<hr style="border:none;border-top:1px solid var(--line);margin:14px 0">
<h4 style="margin:0 0 8px">What to include in your message</h4>
<ul class="list">
<li>Your top 1–2 goals for the year</li>
<li>What’s currently getting in the way</li>
<li>Your website/social (if you have it)</li>
</ul>
</div>
</div>
</section>
<footer class="foot">
<div class="tiny">
© <span id="year"></span> T.Y.S.O.N., Inc. • Teaching Youth & Service Organizations Networking • Jacksonville, FL
</div>
</footer>
</main>
</div>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
</script>
</body>
</html>