<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>BlackandBrownNews.com Announcement</title>
	<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Domine:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Inter", sans-serif;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
            background-color: #fff;
            padding: 20px;
            text-align: left;
        }

        .content {
            max-width: 600px;
            background: #f4f4f4;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
        }

        .content p {
			font-size: 1rem;
            margin-bottom: 15px;
            line-height: 1.6;
        }

        .content p:last-child {
            margin-bottom: 0;
        }

		
        h1 {
			font-size: 1.333rem;
            margin-bottom: 15px;
            line-height: 1.6;
        }

    </style>
</head>
<body>
    <h1>BlackandBrownNews.com, Published from 2006 to 2019, Is Now Permanently Closed</h1>
    <br>

<div class="content">
        <p>For over a decade, BBN covered the stories, people, and communities that mainstream outlets consistently underserved — not as a secondary consideration, but as the editorial mission itself. We believed that Black and Brown communities deserved journalism that reflected the full complexity of their lives: their politics, culture, cares, struggles, community, and power. We built the publication from scratch, on that conviction, and we meant every word of it.<br />
          <br />
        BBN earned national and international visibility, multiple awards for excellence in journalism, and contributed to policy conversations and influenced decisions that extended well beyond our readership. </p>
        <p>We were selected as a case study partner by the Ford Foundation-funded CUNY Graduate School of Journalism (renamed to the Craig Newmark Graduate School of Journalism at CUNY), and we built lasting relationships with community-based and independent media organizations that shared our commitment to centering communities too often left to the margins of the news cycle.<br />
          <br />
          What mattered most, though, was something simpler yet meaningful: we showed up consistently for communities that had learned not to expect it from the press.<br />
          <br />
          For now, you can find me at <a href="https://www.toomerstrategies.com" style="text-decoration: none; color:#000;">ToomerStrategies.com.</a><br />
          <br />
          —Sharon Toomer, Founder &amp; Publisher</p>
</div>
</body>
</html>
