https://cccru.ca/

제출된 URL:
https://cccru.ca/
보고서 완료:

링크 · 0개 결과

JavaScript 변수 · 3개 결과

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

콘솔 로그 메시지 · 11개 결과

유형카테고리로그
errornetwork
URL
https://cccru.ca/jreg.png
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://cccru.ca/art_chad.png
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://cccru.ca/hallie.png
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://cccru.ca/ben_canada.png
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://cccru.ca/jane.png
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://cccru.ca/1dime.png
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://cccru.ca/duncan.png
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://cccru.ca/were_in_hell.png
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://cccru.ca/gokanaru.png
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://cccru.ca/saplow.png
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://cccru.ca/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>CCCRU - Canadian Cybernetic Culture Research Unit</title>
  <link rel="stylesheet" href="style.css">
  <script defer="" src="script.js"></script>
</head>

<body>
  <header>
    <div class="banner">
      <h1 class="cccru-title">CCCRU</h1>
      <p class="subtitle">A New Frontier for Art, Politics, and the Internet.</p>
    </div>
  </header>

  <main>
    <section class="content-box">
      <h2>Meet the Members of CCCRU</h2>
      <div class="card-container">

        <!-- Member Card: Jreg -->
        <div class="card">
          <img src="jreg.png" alt="Jreg" class="card-image">
          <div class="card-text">
            <h3>Jreg</h3>
            <p>The mastermind behind CCCRU. A satirist challenging online politics, identity, and extremism through surreal, meta-ironic video art.</p>
          </div>
        </div>

        <!-- Member Card: Art Chad -->
        <div class="card">
          <img src="art_chad.png" alt="Art Chad" class="card-image">
          <div class="card-text">
            <h3>Art Chad</h3>
            <p>A cultural commentator covering both museums and internet culture, fighting against finance capitalism and elitism.</p>
          </div>
        </div>

        <!-- Member Card: Hallie Tut -->
        <div class="card">
          <img src="hallie.png" alt="Hallie Tut" class="card-image">
          <div class="card-text">
            <h3>Hallie Tut</h3>
            <p>Creates short-form videos blending hauntological magic with the disenchanted social media landscape.</p>
          </div>
        </div>

        <!-- Member Card: Jane Gatsby -->
        <div class="card">
          <img src="jane.png" alt="Jane Gatsby" class="card-image">
          <div class="card-text">
            <h3>Jane Gatsby</h3>
            <p>A techno-libertarian with Dark Enlightenment leanings, exploring the boundaries of freedom and technology.</p>
          </div>
        </div>

        <!-- Member Card: 1Dime -->
        <div class="card">
          <img src="1dime.png" alt="1Dime" class="card-image">
          <div class="card-text">
            <h3>1Dime</h3>
            <p>An incisive YouTuber delving into leftist politics, philosophy, and political theory for the 21st century.</p>
          </div>
        </div>

        <!-- Member Card: We’re in Hell -->
        <div class="card">
          <img src="were_in_hell.png" alt="We're in Hell" class="card-image">
          <div class="card-text">
            <h3>We're in Hell</h3>
            <p>A YouTube creator exploring dark political satire and commentary on our fractured digital society.</p>
          </div>
        </div>

        <!-- Member Card: Ben from Canada -->
        <div class="card">
          <img src="ben_canada.png" alt="Ben from Canada" class="card-image">
          <div class="card-text">
            <h3>Ben from Canada</h3>
            <p>Cultural and film commentator merging high and low culture through deep media analysis.</p>
          </div>
        </div>

        <!-- Member Card: Duncan Clarke -->
        <div class="card">
          <img src="duncan.png" alt="Duncan Clarke" class="card-image">
          <div class="card-text">
            <h3>Duncan Clarke</h3>
            <p>A sharp film critic reflecting on contemporary cinema, culture, and their impact on society.</p>
          </div>
        </div>

        <!-- Member Card: Gokanaru -->
        <div class="card">
          <img src="gokanaru.png" alt="Gokanaru" class="card-image">
          <div class="card-text">
            <h3>Gokanaru</h3>
            <p>A meta-commentator on YouTube politics and the evolving nature of digital discourse.</p>
          </div>
        </div>

        <!-- Member Card: Saplow -->
        <div class="card">
          <img src="saplow.png" alt="Saplow" class="card-image">
          <div class="card-text">
            <h3>Saplow</h3>
            <p>Provides commentary on internet culture with a focus on the weird and absurd corners of the web.</p>
          </div>
        </div>

      </div>
    </section>
  </main>

  <footer>
    <p class="footer-text">
      "Exploring the cultural commons with radical creativity and collaborative freedom." – CCCRU
    </p>
    <p class="footer-subtext">
      This work is governed by the <a href="extremist-copyleft-license.html" class="license-link">Extremist Custom Copyleft License</a>.
    </p>
  </footer>




</body></html>