interpeer/themes/main-theme/layouts/page/about.html

86 lines
4.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ define "main" }}
<div class="relative grid grid-cols-2 gap-16 pt-9 container mx-auto mb-12">
<div class="border border-salmon">
<div class="inline-flex items-center justify-start pl-8 pt-2.5 pb-2 left-0 top-0 bg-salmon w-full">
<p class="flex-1 h-full text-2xl font-medium leading-loose text-almost-white">Why Interpeer?</p>
</div>
<div class="prose pt-4 px-8">
<p class="text-base leading-snug text-forest">
The Interpeer Project was born out of a deeply
critical perspective of the contemporary state of human-computer interaction and the Internet.</p>
<p class="text-base leading-snug text-forest">
Computers have become ubiquitous. However, the most
popular protocol connecting users to remote machines, HTTP, follows an obsolete philosophy. User data
does
not
need to be arbitrated by and traverse third party machines.
<br />
</p>
<p class="text-base leading-snug text-forest">
We need an Internet that fits contemporary usage
patterns.</p>
<p class="text-base leading-snug text-forest">
The Interpeer Project was developed to address these
topics, with the goal of helping build a human-centric internet.
<br />
</p>
<p class="text-base leading-snug text-red-400 text-salmon">An Internet where people own
their data and can share it between devices and contacts without the need for intermediaries.
</p>
</div>
<div class="border-t border-salmon prose px-8 pt-4">
<p class="text-base leading-snug text-red-400 text-salmon">Where cryptography allows
users to securely delegate trust to any number of devices, even those they dont know directly.
</p>
</div>
<div class="border-t border-salmon prose px-8 pt-4">
<p class="text-base leading-snug text-red-400 text-salmon">A peer-to-peer networking
technology that enables trust delegated machines to share data directly and efficiently.
</p>
<p class="text-base leading-snug text-red-400">The Interpeer Project was developed to address these topics,
with the goal of helping build a human-centric internet.
</p>
</div>
</div>
<div>
<div class="border border-forest">
<div class="inline-flex items-center justify-start pl-8 pt-2.5 pb-2 left-0 top-0 bg-forest w-full">
<p class="flex-1 h-full text-2xl font-medium leading-loose text-almost-white">On “Human-centric”</p>
</div>
<div class="prose pt-4 px-8">
<p class="text-base leading-snug text-forest">
It's important to provide a clear definition of what "human-centric" means in the context of this
project.
</p>
<p class="text-base leading-snug text-forest">
For the purposes of this project, "Human" opposes the artificial, data-harvesting, centralised
market logic of the main communication platforms in contemporary society.
</p>
<p class="text-base leading-snug text-forest">
It also acknowledges the human experiences as a small part of what constitutes nature, and is in now
way superior or more important than any other life form or living consciousness.
</p>
</div>
</div>
<div class="border border-forest mt-10">
<div class="inline-flex items-center justify-start pl-8 pt-2.5 pb-2 left-0 top-0 bg-forest w-full">
<p class="flex-1 h-full text-2xl font-medium leading-loose text-almost-white">On “Human-centric”</p>
</div>
<div class="prose pt-4 px-8">
<p class="text-base leading-snug text-forest">
It's important to provide a clear definition of what "human-centric" means in the context of this
project.
</p>
<p class="text-base leading-snug text-forest">
For the purposes of this project, "Human" opposes the artificial, data-harvesting, centralised
market logic of the main communication platforms in contemporary society.
</p>
<p class="text-base leading-snug text-forest">
It also acknowledges the human experiences as a small part of what constitutes nature, and is in now
way superior or more important than any other life form or living consciousness.
</p>
</div>
</div>
</div>
</div>
{{ end }}