This repository was archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
39 lines (39 loc) · 1.67 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
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="public/vendor/Skeleton-2.0.4/css/normalize.css" />
<link rel="stylesheet" href="public/vendor/Skeleton-2.0.4/css/skeleton.css" />
<link rel="stylesheet" href="public/styles/custom.css" />
<title>intermezzOS: a little OS</title>
</head>
<body>
<div class="container">
<nav class="u-cf u-full-width">
<a href="https://discord.gg/BkKMQh7" class="u-pull-right button">Chat on Discord</a>
<a href="/blog/" class="u-pull-right button">Blog</a>
</nav>
<header>
<img src="public/images/rhizome.jpg" alt="rhizome" />
<h1 class="title">intermezz<strong>OS</strong>, <span class="subtitle">(a little OS)</span></h1>
</header>
<div class="container center">
<p>intermezzOS is a teaching operating system, specifically focused on introducing systems programming concepts to experienced developers from other areas of programming. </p>
</div>
<div class="center container">
<a class="button button-primary" href="https://www.github.com/intermezzos/kernel">Read the Code</a>
<a class="button button-primary" href="http://intermezzOS.github.io/book">Read the Book</a>
</div>
<div class="footer center container">
intermezzOS <span class="subtitle">(a little OS)</span>
|
<a href="https://www.github.com/intermezzos">GitHub</a>
|
<a href="https://discord.gg/BkKMQh7">Chat on Discord</a>
|
<a href="mailto:[email protected]">Contact</a>
|
<a href="code-of-conduct.html">Code of Conduct</a>
</div>
</body>
</html>