Began introductory slides
This commit is contained in:
23
src/slides/History.svelte
Normal file
23
src/slides/History.svelte
Normal file
@@ -0,0 +1,23 @@
|
||||
<section>
|
||||
<h3>A Brief History</h3>
|
||||
<ul>
|
||||
<li>
|
||||
In 2006, Eelco Dolstra conceived both the Nix expression language and package manager as
|
||||
part of his PhD thesis “The Purely Functional Software Deployment Model”
|
||||
</li>
|
||||
<li>
|
||||
Also in 2006, as part of his Master's Thesis, Armijn Hemel described NixOS, a Linux
|
||||
distrobution based on the Nix package manager.
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<style>
|
||||
section {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
ul {
|
||||
font-size: 20pt;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user