diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-02-22 14:58:06 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-02-22 14:58:06 +0100 |
commit | d3e2fd86a0634f43d1b7d1eb1771c11083a75978 (patch) | |
tree | 4ab092ec333da931ce640ca21b4838bc0e40d4e8 /emdebian/fb | |
parent | af0813f833887666cfe4675ab492e9c122b71377 (diff) |
Add Makefile + first crude rendition of emdebian FreedomBox talk.
Diffstat (limited to 'emdebian/fb')
-rw-r--r-- | emdebian/fb/index.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/emdebian/fb/index.html b/emdebian/fb/index.html new file mode 100644 index 0000000..d687873 --- /dev/null +++ b/emdebian/fb/index.html @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> + <title>FreedomBox</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="generator" content="pandoc" /> + <meta name="author" content="Jonas Smedegaard" /> + <meta name="date" content="Cambridge, United Kingdom, Freburary 22nd, 2011" /> + <link rel="stylesheet" type="text/css" media="screen, projection, print" + href="../slidy.min.css" /> + <script src="../slidy.min.js" + charset="utf-8" type="text/javascript"></script> +</head> +<body> +<div class="slide cover title"> + <h1 class="title">FreedomBox</h1> + <p class="author"> +Jonas Smedegaard + </p> + <p class="date">Cambridge, United Kingdom, Freburary 22nd, 2011</p> +</div> +<div class="slide"> +<h1 +>Vision</h1 +><ul +><li + >Eben Mogen</li + ></ul +></div> +<div class="slide"> +<h1 +>Links</h1 +><ul +><li + >http://wiki.debian.org/FreedomBox</li + ><li + >http://www.freedomboxfoundation.org/</li + ></ul +></div> +</body> +</html> |