HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /opt/wpsites/default/agxtras.html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width,initial-scale=1" />
  <title>AGXtras | A Community of Applied Geographers</title>

  <base href="/" />
  <link rel="stylesheet" href="assets/css/style.css" />
</head>
<body>

  <header class="site-header">
    <nav data-nav></nav>
  </header>

  <main class="main-wrapper">
    <section id="page-content">
      <article class="section-card">
        <h1>AGXtras</h1>
        <p>
          AGXtras highlights ongoing applied geography work outside the
          annual meeting. This includes AGX Talks, student spotlights,
          and discussions with practitioners working in government,
          industry, NGOs, and community organizations.
        </p>

        <div class="img-ph" style="margin-bottom:1.5rem;">
          <div>
            <strong>AGX Talks Screenshot Placeholder</strong><br/>
            Example: thumbnail from a recorded talk.
          </div>
        </div>

        <div data-social-feed></div>
      </article>
    </section>

    <aside class="sidebar-block" data-about-sidebar>
      <div class="sidebar-card">
        <div class="img-ph">
          <div>
            <strong>Speaker Photo Placeholder</strong><br/>
            Headshot of a recent AGX Talks presenter.
          </div>
        </div>
      </div>
    </aside>
  </main>

  <footer class="site-footer">
    <div data-footer></div>
  </footer>

  <script>window.BASE_PATH = "/";</script>
  <script src="assets/js/main.js"></script>
  <script src="assets/js/social.js"></script>
</body>
</html>