-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.81 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>Neotron - Simple ARM-powered home computers</title>
</head>
<body>
<main role="main">
<div class="jumbotron">
<div class="container">
<h1 class="display-4">Neotron</h1>
<p class="lead">A family of simple, ARM-powered home computers with a ROM written in Rust Programming Language.</p>
<hr class="my-4">
<p>Neotron is an attempt to make computers simple again, whilst also taking advantage of the very latest in programming language development. We are saddened by chat clients that require multi-Gigabyte installs, and systems with hundreds of millions of lines of source code that no one person could ever hope to understand. We want to build a machine that is sized for an individual to comprehend, not a trillion-dollar corporation.</p>
<p>If you want a pithy sound-bite, it's like CP/M for tiny ARM microcontrollers, but written in Rust.</p>
<a class="btn btn-primary btn-lg" href="https://www.elecrow.com/neotron-pico-rev-1-1-assembled.html" role="button">Buy a Neotron Pico</a>
<a class="btn btn-secondary btn-lg" href="https://neotron-compute.github.io/Neotron-Book/" role="button">View the manual</a>
<a class="btn btn-secondary btn-lg" href="https://github.com/neotron-compute/" role="button">View the source code</a>
</div>
</div>
</main>
<footer class="container">
<p>© The Neotron Developers, 2020-2024</p>
</footer>
</body>
</html>