-
Notifications
You must be signed in to change notification settings - Fork 0
/
founding-statement.html
38 lines (33 loc) · 1.79 KB
/
founding-statement.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Founding Statement for Words You Today by Dr. Jason Jeffrey Jones</title>
<meta name="description" content="A brief vision for my app">
<meta name="author" content="Jason Jeffrey Jones">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<div class="container">
<h1>Founding Statement</h1>
<h2>Words You Today</h2>
<p>I am a scientist who studies the human self. I need data. I want to build an app where people feel comfortable sharing that data.</p>
<p>I want individuals to use the app every day for their entire adult life.</p>
<p>The value to the user must be real.</p>
<p>It comes in the form of greater self-knowledge.</p>
<p>Self-actualization is the ideal.</p>
<p>Users will contribute to scientific understanding of the human condition.</p>
<p>The cost to the user will be low or zero.</p>
<p>The user is not the product.</p>
<p>There will be no ads ever.</p>
<p>An anonymized dataset will be freely available for research.</p>
<p>Individuals' data will never be sold.</p>
<p>The code that runs the app will be open-source.</p>
<p>I commit to these statements, and should be held accountable for any breach.</p>
<p><a href="https://jasonjones.ninja">Dr. Jason Jeffrey Jones</a></p>
<p> </p>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</div>
</body>
</html>