<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>The Genderfork Archives - a community expression blog for identities across the gender spectrum</title>
    <style>
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            max-width: 800px;
            margin: 40px auto;
            padding: 20px;
            background-color: #f5f5f5;
            line-height: 1.6;
        }

        .container {
            background-color: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        h1 {
            color: #2e7d32;
            margin-bottom: 20px;
            font-size: 2.5em;
        }

        p {
            color: #424242;
            font-size: 1.1em;
            margin-bottom: 30px;
        }

        .container {
            background-color: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        h1 {
            text-align: center;
        }

        p {
            text-align: left;
        }

        .button-container {
            text-align: center;
            margin-top: 20px;
        }

        .button {
            display: inline-block;
            padding: 12px 24px;
            background-color: #4caf50;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            border: none;
            cursor: pointer;
            font-size: 1.1em;
            transition: background-color 0.3s ease;
        }

        .button:hover {
            background-color: #388e3c;
        }

        .secondary-link {
            display: block;
            margin-top: 12px;
            color: #757575;
            text-decoration: none;
            font-size: 0.9em;
        }

        .secondary-link:hover {
            text-decoration: underline;
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>The Genderfork Archives</h1>
        <p>Genderfork was a supportive community for the expression of identities across the gender spectrum.</p> 
        
        <p>Our website was a daily community expression blog that operated from 2007 to 2018. It was founded by <a href="https://sarahdopp.com">Sarah Dopp</a>, maintained by about a dozen volunteers, and represented thousands of people through photos, profiles, recommendations, and anonymous thoughts. We were also active on <a href="https://twitter.com/genderfork">Twitter</a>, <a href="https://www.tumblr.com/genderfork">Tumblr</a>, and <a href="https://www.facebook.com/genderfork">Facebook</a>.</p>
        <p> Due to compounding technical issues, the site is currently unavailable. However, most of it was archived by the Internet Archives Wayback Machine, so we invite you to browse it there.</p>
        
    <p> 

<p>For those seeking their authentic identities: You matter. Your people are out there, waiting to receive you, to love you, and to help you find your unique beauty and strength.</p>

<p>And to quote our longtime website footer: There is no need for us to explain ourselves.</p>
        <div class="button-container">
            <a href="https://web.archive.org/web/20211120145703/http://genderfork.com/" class="button">View the Genderfork Website Archives</a>
            <a href="https://web.archive.org/web/20210101000000*/genderfork.com" class="secondary-link">or view alternative archive crawls</a>
        </div>
    </div>
</body>
</html>