Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

add external resources page #12

Merged
merged 1 commit into from
Dec 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions resources.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!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="/" class="u-pull-left button">&#8592; intermezzOS</a>
<a href="https://webchat.freenode.net/#intermezzos" class="u-pull-right button">IRC: #intermezzOS</a>
</nav>
<header>
<h1>External Resources</h1>
</header>
<section>
<ul>
<li>
<a href="http://os.phil-opp.com/">Writing an Operating System in Rust</a>by Philipp Oppermann
</li>
<li>
<a href="https://www.youtube.com/playlist?list=PLvpsxlEF9cP2hCgWeSjVLIG-2QrMzq6Ma">Playlist: CS4414, What is an Operating System?</a> by David Evans, University of Virginia
</li>
</ul>
</section>
</div>
</body>
</html>