// FounderNote — the tired-null-sec voice, from the reddit post
function FounderNote() {
  return (
    <section className="section">
      <div className="section-label">// FOUNDER'S LOG · PINDRAGOON</div>
      <div className="note">
        <p>
          I was in Horde way back. did the whole thing, f1'd in the tidi blobs, krabbed my havens, thought that was just how eve worked. left eventually and didn't really know what to do with myself.
        </p>
        <p>
          then on kind of a whim I went small. no coalition, no ping channels, just me and a few guys actually undocking and taking fights we had no business taking. and something just clicked. this was the game I'd been looking for and didn't know it.
        </p>
        <p>
          eventually I got good enough at the small-gang thing that I ended up flying with Odin's Call for a while to do the elite pvp stuff. learned a ton there, flew with some genuinely cracked pilots. but I kept coming back to the idea that the small scrappy lifestyle was what actually made me love this game.
        </p>
        <p>
          watching Horde collapse in november was surreal. not because I was surprised, but because I recognized that feeling. that moment where you realize the thing you built your eve life around just doesn't exist anymore and nobody in charge thought to tell you.
        </p>
        <p>
          so now I'm back running Big Yoshi with a different angle on it. lowsec home, small fleets, no srp, no blue donut. not trying to be the next Horde or the next anyone. just trying to play eve the way it's supposed to feel.
        </p>
        <p className="sign">
          — <strong>Pindragoon</strong> · CEO, Big Yoshi Energy Inc.
        </p>
        <a
          className="note-source"
          href="https://www.reddit.com/r/Eve/comments/1rglvhd/i_was_in_horde_years_ago_watched_it_collapse_from/"
          target="_blank"
          rel="noopener noreferrer"
        >
          read a post from our officer Zex Rito on r/eve ›
        </a>
      </div>
    </section>
  );
}
window.FounderNote = FounderNote;
