Thursday, June 04, 2026 2:30:19 AM
> project show esm_website_v1
The unexpected heart of the ESM ecosystem. What started as a simple Rails dashboard has evolved into the command center for thousands of gaming communities, proving that sometimes the best infrastructure projects are the ones you never planned to build.
Details
> not_found_404.slim
.container.window
  .row.justify-content-center
    .col-lg-8.text-center
      .mb-4
        i.bi.bi-search.display-1.text-muted

      h1.mb-3.text-primary 404 - Not Found

      p.lead.mb-4
        | The page you're looking for doesn't exist or has been moved.


      .d-flex.gap-3.justify-content-center.flex-wrap
        = link_to root_path, class: "btn btn-primary"
          i.bi.bi-house.me-2
          | Go Home

        = link_to communities_path, class: "btn btn-outline-secondary"
          i.bi.bi-speedometer2.me-2
          | Dashboard

        = link_to getting_started_docs_path, class: "btn btn-outline-info"
          i.bi.bi-book.me-2
          | Getting Started

      .mt-5
        .alert.alert-info.border-info.bg-info.bg-opacity-10
          h6.text-info.mb-2 Need Help?
          p.mb-0.small
            | If you believe this is an error, please
            =< link_to "join our Discord", join_path, class: "text-info"
            |  and let us know.
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2