https://carla-manifesto.glitch.me/

送信済みURL:
https://carla-manifesto.glitch.me/
レポート終了日:

リンク · 2件検出

ページから特定された発信リンク

リンクテキスト
https://www.carlagarcialeija.com/ Go to my portfolio
https://cathryn-ploehn-pedagogy.notion.site/FA-24-Ecological-Interaction-Design-6bfa8dace9274ac1b91253670d1384f7 A member of the 512kb club

JavaScript変数 · 3件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

コンソールログメッセージ · 1件検出

Webコンソールにログ記録されたメッセージ

規模分類ログ
errornetwork
URL
https://carla-manifesto.glitch.me/script.js
テキスト
Failed to load resource: the server responded with a status of 404 ()

HTML

未加工のHTMLページ本文

<!DOCTYPE html><html lang="en"><head>
    <!-- 
      This is an HTML comment
      You can write text in a comment and the content won't be visible in the page
    -->

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" href="https://cdn.glitch.global/40362e39-d986-433e-8b64-0776d8c7b6e8/favicon%20green.png?v=1731616162227">

    <title>Carla's Manifesto</title>

    <!-- The website stylesheet -->
    <link rel="stylesheet" href="/style.css">

    <!-- The website JavaScript file -->
    <script src="/script.js" defer=""></script>
    </head><body><img class="headerimage" src="https://cdn.glitch.global/40362e39-d986-433e-8b64-0776d8c7b6e8/Ditherimageforwebsite%205.svg?v=1731612087287" alt="Header">
    <br>
    <br>
    <br>
    <br>
  
  
    <!--
      The body includes the content you see in the page
      Each element is defined using tags, like this <div></div>
      The attributes like class="wrapper" let us style elements in the CSS
    -->
    <div class="wrapper">
      <div class="content" role="main">
        <h1 class="title">Hi, I'm Carla.</h1>

        <div class="instructions">
          <h1>
            If the world really was doomed, there wouldn't be people trying so
            hard to make things better :)
          </h1>
          <p>
            We live in times of crisis (no shit Sherlock), and while it may be
            easy to accept the worst, I'm here to tell you that nihilism is
            fucking useless to you, and to us. There are so many people and
            organizations out there that are actively working to ensure that
            things get better, and, the more people join the cause, the more
            effective these movements will be. Keep your motherfucking head up
            bitch, you're not dead yet, so you can keep working towards a better
            future for everyone.
          </p>
        </div>
        <div class="container">
          <section class="heading-with-text">
            <h2>Collective Prosperity</h2>
            <p>
              Let's act in the best interest of the community. When we do things
              it should be for the benefit of everyone, not just individual
              gain.
            </p>
          </section>

          <section class="heading-with-text">
            <h2>Balance of Goals</h2>
            <p>
              Change won't happen overnight, it is important to balance
              short-term and long-term goals when working for change.
            </p>
          </section>

          <section class="heading-with-text">
            <h2>I-Thou Thinking</h2>
            <p>
              Our interactions with others, both humans and more-than-human
              species, must center around reciprocity and mutual recognition of
              being.
            </p>
          </section>

          <section class="heading-with-text">
            <h2>The Need for Degrowth</h2>
            <p>
              At some point, capitalism will demand more product than we have
              resources to make. Shifting towards a degrowth perspective ensures
              the conservation of planet and resources.
            </p>
          </section>

          <section class="heading-with-text">
            <h2>Buffering End-use Devices</h2>
            <p>
              Because modern technology is more energy efficient, we use it
              more. Through the use of these end-use devices, users generate a
              greater energy expenditure than less-efficient technology.
            </p>
          </section>

          <section class="heading-with-text">
            <h2>Avoiding Techno-maximalism</h2>
            <p>
              Just because we can achieve a more refined, more efficient, or
              more dense use of technology, does not mean we should.
            </p>
          </section>

          <section class="heading-with-text">
            <h2>Ethics in Computing</h2>
            <p>
              Technologies that can be used for conservtion efforts may also
              cause ecological harm. It is important to be mindful of individual
              and communal use of technology.
            </p>
          </section>

          <section class="heading-with-text">
            <h2>Entanglement with Nature</h2>
            <p>
              Our perception of the environment is determined by how we move and
              interact with it, and we shape it as it shapes us.
            </p>
          </section>
        </div>
        <br><br><br><br>
        <p class="tiny">and remember, tech bros are losers ;)</p>
      </div>
    </div>
    <!-- The footer holds our remix button — you can keep or delete it ✂ -->
    <footer class="footer">
      <div class="links"></div>
      <a class="headerlink" href="https://www.carlagarcialeija.com/" target="_blank">
        Go to my portfolio
      </a>
      <a class="headerlink" href="https://cathryn-ploehn-pedagogy.notion.site/FA-24-Ecological-Interaction-Design-6bfa8dace9274ac1b91253670d1384f7" target="_blank">
        A member of the 512kb club
      </a>
    </footer>
  

</body></html>