diff --git a/beaglebone.txt b/beaglebone.txt index e4980385..84811f18 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -4,14 +4,15 @@ #+KEYWORDS: freedombox, debian, beaglebone, friendica, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber, chat #+DESCRIPTION: Turn the Beaglebone Black into a personal communications server #+OPTIONS: ^:nil +#+STYLE: #+BEGIN_CENTER *How to turn the Beaglebone Black into a FreedomBox-like personal communications server* #+END_CENTER -#+BEGIN_CENTER -[[[[file:images/freedombone.jpg]]]] -#+END_CENTER +#+CAPTION: BeagleBone Black +#+ATTR_HTML: :alt BeagleBone Black image :align center +[[[[./images/freedombone.jpg]]]] #+BEGIN_CENTER Copyright (C) 2014 Bob Mottram diff --git a/images/freedombone.jpg b/images/freedombone.jpg new file mode 100644 index 00000000..b36fc584 Binary files /dev/null and b/images/freedombone.jpg differ diff --git a/images/freedombone2.jpg b/images/freedombone2.jpg new file mode 100644 index 00000000..e631ff41 Binary files /dev/null and b/images/freedombone2.jpg differ diff --git a/index.css b/index.css new file mode 100644 index 00000000..4f8417a5 --- /dev/null +++ b/index.css @@ -0,0 +1,51 @@ +a { + color: #427fed; + color: #1e6b8c; + text-decoration: none; +} + +a:visited { + color: #6f32ad; + +} + +a:hover { + text-decoration: underline; + background: #f0f0ff; +} + +a:active { + background-color: #427fed; + color: #fffff6; +} + +body { + background-color: #fffff6; + background-image: none; + color: #330; + font-family: georgia; + font-size: 15pt; + margin: 2em auto; + padding: 0 2em; + max-width: 45em; + width: auto; +} + +h1, h2, h3, h4, h5, h6 { + color: #703820; + line-height: 1.2em; +} + +img { + float: right; + clear: right; + padding: 10px; + margin: 20px; + border: solid 1px #888; + box-shadow: 6px 10px 8px rgba(128, 128, 96, 0.7); +} + +p, li, dd, dt, blockquote, span { + font-size: 15pt; + line-height: 1.4em; +}