-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
127 lines (120 loc) · 6.17 KB
/
Copy pathabout.html
File metadata and controls
127 lines (120 loc) · 6.17 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About | Ināt Open Apps</title>
<meta
name="description"
content="About Inat Open Apps: mission, governance, contact, and public-benefit project information."
>
<link rel="canonical" href="https://jeremiahsrandom.website/about.html">
<link rel="image_src" href="https://jeremiahsrandom.website/social-preview-linkedin.jpg">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Ināt Open Apps">
<meta property="og:title" content="About Ināt Open Apps">
<meta property="og:description" content="Open tools for science, education, and local-first academic workflows.">
<meta property="og:url" content="https://jeremiahsrandom.website/about.html">
<meta property="og:image" content="https://jeremiahsrandom.website/social-preview-linkedin.jpg">
<meta property="og:image:url" content="https://jeremiahsrandom.website/social-preview-linkedin.jpg">
<meta property="og:image:secure_url" content="https://jeremiahsrandom.website/social-preview-linkedin.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Ināt Open Apps: open tools for science, education, and local-first workflows.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="About Ināt Open Apps">
<meta name="twitter:description" content="Open tools for science, education, and local-first academic workflows.">
<meta name="twitter:image" content="https://jeremiahsrandom.website/social-preview-linkedin.jpg">
<meta name="twitter:image:src" content="https://jeremiahsrandom.website/social-preview-linkedin.jpg">
<meta name="twitter:image:alt" content="Ināt Open Apps: open tools for science, education, and local-first workflows.">
<link rel="icon" href="assets/inat-logo.png" type="image/png">
<link rel="preconnect" href="https://use.typekit.net">
<link rel="preconnect" href="https://p.typekit.net">
<link rel="stylesheet" href="https://use.typekit.net/yrs0uxx.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
<a class="brand" href="index.html" aria-label="Ināt Open Apps home">
<span class="brand-mark">I</span>
<span class="brand-name">Ināt Open Apps</span>
</a>
<nav class="site-nav" aria-label="Primary navigation">
<a href="index.html">Projects</a>
<a href="about.html" aria-current="page">About</a>
<a href="downloads.html">Builds</a>
<a href="privacy.html">Privacy</a>
<a href="word-history.html">Office History</a>
<a href="calshot.html">CalShot</a>
<a href="codex-terminal-pro.html">Codex Terminal Pro</a>
<a href="close-your-laptop.html">Close Your Laptop</a>
<a href="pubmate.html">PubMate</a>
</nav>
</header>
<main class="page">
<section class="page-hero">
<p class="eyebrow">About</p>
<h1>Open tools for science and education.</h1>
<p class="lead">
Inat Open Apps is the plain-text organization name. Ināt Open Apps is
the stylized public mark used on the website and project pages.
</p>
</section>
<section class="content-panel">
<h2>Organization</h2>
<p>
Inat Open Apps builds and maintains small, local-first software tools
for research, teaching, academic administration, manuscript work,
scheduling, and careful home-lab operations. The projects are intended
to be useful before they are polished, inspectable where source can be
public, and clear about their privacy boundaries.
</p>
<h2>Mission</h2>
<p>
The mission is to make practical open apps that reduce friction in
science and education without turning every workflow into an account,
subscription, dashboard, or cloud service. The current project shelf
includes Office History, CalShot, PubMate, Codex Terminal Pro, and
Close Your Laptop.
</p>
<h2>Public-Benefit Direction</h2>
<p>
Inat Open Apps is being presented as a public-benefit software effort.
The site does not currently claim tax-exempt nonprofit status. If a
formal nonprofit entity or Apple organization account is established,
this page should be updated with the legal entity details, mailing
address, responsible contacts, and any required governance documents.
</p>
<h2>Governance</h2>
<p>
Governance is intentionally lightweight while the projects are still
small. Project decisions are handled through public repositories,
release notes, app-specific support boundaries, and conservative
privacy defaults. Source repositories are public when that is
compatible with the app, release, and user-safety model.
</p>
<ul>
<li>Project source and issue tracking: <a class="text-link" href="https://github.com/jgassens">GitHub</a>.</li>
<li>Installable builds: <a class="text-link" href="downloads.html">Builds</a>.</li>
<li>Privacy boundaries: <a class="text-link" href="privacy.html">Privacy policy</a>.</li>
<li>Support notes: <a class="text-link" href="support.html">Support by project</a>.</li>
</ul>
<h2>Contact</h2>
<p>
Email: <a class="text-link" href="mailto:contact@jeremiahsrandom.website">contact@jeremiahsrandom.website</a>.
GitHub: <a class="text-link" href="https://github.com/jgassens">github.com/jgassens</a>.
</p>
</section>
</main>
<footer class="site-footer">
<span>Inat Open Apps</span>
<nav aria-label="Footer navigation">
<a href="index.html">Projects</a>
<a href="downloads.html">Builds</a>
<a href="privacy.html">Privacy</a>
<a href="support.html">Support</a>
</nav>
</footer>
</body>
</html>