This commit is contained in:
pijukka 2025-04-15 00:02:58 +02:00
parent 4ccc6c7e9d
commit e6d1a22c1f
18 changed files with 2859 additions and 0 deletions

38
about.html.bak Normal file
View file

@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="https://data.lukasrosier.com/appsmall.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="style.css">
<title>ABOUT</title>
<base href="https://www.lukasrosier.com">
</head>
<style>
body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}
article {
max-width: 600px;
background-color: ghostwhite;
border-radius: 0.5rem;
padding: 1rem;
}
</style>
<body>
<article>
<h1> who we are -or rather what we want </h1>
<p>
ok, i had to do it, but some pseudo shit needs to be said. we want to phrase it by expressing what we want and like. basically we want agency. of us and of others. like accepting the fact you are here right now, you can make decisions and you can shape your life and build the world. agency. and of course there is the subconscious with all its twists and machineries and uncontrollabilty and we love it. we embrace that its a total shitshow. but it doesnt stop us from doing something, from taking responsibilty and from giving our words and actions fictional meaning. and no its no ego shitshow. we embrace that we are all in this together. its a shared world. we are not afraid to fail. we are just trying not be an asshole. this is where we fail the most ..
</p>
</article>
</body>
</html>