- Scan ID:
- 0b12288a-8032-47f5-ae23-327793a59159Finished
- Submitted URL:
- https://cccru.ca/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 11 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
HTML
The raw HTML body of the page
<!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>