-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (78 loc) · 3.32 KB
/
index.html
File metadata and controls
82 lines (78 loc) · 3.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Oro Computer</title>
<meta
name="description"
content="Oro Computer is a software research and development firm focused on high-fidelity software used in far-edge environments."
/>
<meta name="theme-color" content="#101012" />
<link rel="icon" type="image/png" href="docs/branding/assets/logo-icon-small.png" sizes="32x32" />
<link rel="stylesheet" href="assets/site.css" />
</head>
<body class="home-page">
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-top" id="top">
<div class="container container-wide">
<div class="site-header home-header">
<a class="brand" href="./">
<img class="brand-mark" src="docs/branding/assets/logo-icon.png" alt="Oro Computer logo" width="32" height="32" />
<span class="brand-name">Oro Computer</span>
</a>
<nav class="nav" aria-label="Primary navigation">
<a href="runtime/">Runtime</a>
<a href="silk/">Silk</a>
<a href="sage/">Sage</a>
<a href="slg/">slg</a>
<a href="virtnosis/">Virtnosis</a>
<a href="https://github.com/oro-computer" target="_blank" rel="noreferrer">GitHub</a>
<a href="#contact">Contact</a>
</nav>
</div>
</div>
</header>
<main id="main">
<section class="home-hero" aria-label="Overview">
<div class="home-hero-grid" aria-hidden="true"></div>
<div class="container container-wide">
<div class="home-hero-copy">
<h1>High-fidelity software for systems that leave the datacenter.</h1>
<p class="home-lede">
Oro Computer is a software research and development firm focused on high-fidelity software used in far-edge
environments. We build languages, runtimes, operator tools, and security diagnostics for constrained, local-first,
and reliability-sensitive software.
</p>
<div class="hero-actions home-actions">
<a class="button button-primary" href="runtime/docs/">Runtime docs</a>
<a class="button" href="silk/docs/">Silk docs</a>
<a class="button" href="https://github.com/oro-computer" target="_blank" rel="noreferrer">GitHub</a>
</div>
</div>
</div>
</section>
<section class="section home-section" id="contact">
<div class="container container-wide">
<div class="contact-panel">
<h2>Contact</h2>
<div class="contact-links">
<a href="mailto:info@oro.computer">info@oro.computer</a>
<a href="mailto:contributors@oro.computer">contributors@oro.computer</a>
<a href="mailto:runtime@oro.computer">runtime@oro.computer</a>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer home-footer">
<div class="container container-wide">
<div class="footer-inner">
<strong>Oro Computer</strong>
<span>© <span data-year>2026</span> Oro Computer.</span>
</div>
</div>
</footer>
<script src="assets/site.js" defer></script>
</body>
</html>