Bob Mottram il y a 10 ans
Parent
révision
86897b92a8
2 fichiers modifiés avec 255 ajouts et 0 suppressions
  1. 20
    0
      support.org
  2. 235
    0
      website/support.html

+ 20
- 0
support.org Voir le fichier

@@ -0,0 +1,20 @@
1
+#+TITLE:
2
+#+AUTHOR: Bob Mottram
3
+#+EMAIL: bob@robotics.uk.to
4
+#+KEYWORDS: freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber
5
+#+DESCRIPTION: Turn the Beaglebone Black into a personal communications server
6
+#+OPTIONS: ^:nil
7
+#+BEGIN_CENTER
8
+[[./images/logo.png]]
9
+#+END_CENTER
10
+
11
+You can support the Freedombone project with the following banner ads. Download an image, and add it to your site or blog with a link to [[freedombone.uk.to]]
12
+
13
+#+BEGIN_CENTER
14
+| [[./ads/freedombone_ad1.jpg]] |
15
+| [[./ads/freedombone_ad2.jpg]] |
16
+| [[./ads/freedombone_ad3.jpg]] |
17
+| [[./ads/freedombone_ad4.jpg]] |
18
+| [[./ads/freedombone_ad5.jpg]] |
19
+| [[./ads/freedombone_ad6.jpg]] |
20
+#+END_CENTER

+ 235
- 0
website/support.html Voir le fichier

@@ -0,0 +1,235 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
+<head>
6
+<title></title>
7
+<!-- 2014-11-22 Sat 11:23 -->
8
+<meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
+<meta  name="generator" content="Org-mode" />
10
+<meta  name="author" content="Bob Mottram" />
11
+<meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
12
+ />
13
+<meta  name="keywords" content="freedombox, debian, beaglebone, red matrix, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
+<style type="text/css">
15
+ <!--/*--><![CDATA[/*><!--*/
16
+  .title  { text-align: center; }
17
+  .todo   { font-family: monospace; color: red; }
18
+  .done   { color: green; }
19
+  .tag    { background-color: #eee; font-family: monospace;
20
+            padding: 2px; font-size: 80%; font-weight: normal; }
21
+  .timestamp { color: #bebebe; }
22
+  .timestamp-kwd { color: #5f9ea0; }
23
+  .right  { margin-left: auto; margin-right: 0px;  text-align: right; }
24
+  .left   { margin-left: 0px;  margin-right: auto; text-align: left; }
25
+  .center { margin-left: auto; margin-right: auto; text-align: center; }
26
+  .underline { text-decoration: underline; }
27
+  #postamble p, #preamble p { font-size: 90%; margin: .2em; }
28
+  p.verse { margin-left: 3%; }
29
+  pre {
30
+    border: 1px solid #ccc;
31
+    box-shadow: 3px 3px 3px #eee;
32
+    padding: 8pt;
33
+    font-family: monospace;
34
+    overflow: auto;
35
+    margin: 1.2em;
36
+  }
37
+  pre.src {
38
+    position: relative;
39
+    overflow: visible;
40
+    padding-top: 1.2em;
41
+  }
42
+  pre.src:before {
43
+    display: none;
44
+    position: absolute;
45
+    background-color: white;
46
+    top: -10px;
47
+    right: 10px;
48
+    padding: 3px;
49
+    border: 1px solid black;
50
+  }
51
+  pre.src:hover:before { display: inline;}
52
+  pre.src-sh:before    { content: 'sh'; }
53
+  pre.src-bash:before  { content: 'sh'; }
54
+  pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
55
+  pre.src-R:before     { content: 'R'; }
56
+  pre.src-perl:before  { content: 'Perl'; }
57
+  pre.src-java:before  { content: 'Java'; }
58
+  pre.src-sql:before   { content: 'SQL'; }
59
+
60
+  table { border-collapse:collapse; }
61
+  caption.t-above { caption-side: top; }
62
+  caption.t-bottom { caption-side: bottom; }
63
+  td, th { vertical-align:top;  }
64
+  th.right  { text-align: center;  }
65
+  th.left   { text-align: center;   }
66
+  th.center { text-align: center; }
67
+  td.right  { text-align: right;  }
68
+  td.left   { text-align: left;   }
69
+  td.center { text-align: center; }
70
+  dt { font-weight: bold; }
71
+  .footpara:nth-child(2) { display: inline; }
72
+  .footpara { display: block; }
73
+  .footdef  { margin-bottom: 1em; }
74
+  .figure { padding: 1em; }
75
+  .figure p { text-align: center; }
76
+  .inlinetask {
77
+    padding: 10px;
78
+    border: 2px solid gray;
79
+    margin: 10px;
80
+    background: #ffffcc;
81
+  }
82
+  #org-div-home-and-up
83
+   { text-align: right; font-size: 70%; white-space: nowrap; }
84
+  textarea { overflow-x: auto; }
85
+  .linenr { font-size: smaller }
86
+  .code-highlighted { background-color: #ffff00; }
87
+  .org-info-js_info-navigation { border-style: none; }
88
+  #org-info-js_console-label
89
+    { font-size: 10px; font-weight: bold; white-space: nowrap; }
90
+  .org-info-js_search-highlight
91
+    { background-color: #ffff00; color: #000000; font-weight: bold; }
92
+  /*]]>*/-->
93
+</style>
94
+<link rel="stylesheet" type="text/css"
95
+href="http://sachachua.com/blog/wp-content/themes/sacha-v3/foundation/css/foundation.min.css"></link>
96
+<link rel="stylesheet" type="text/css" href="http://sachachua.com/org-export.css"></link>
97
+<link rel="stylesheet" type="text/css" href="http://sachachua.com/blog/wp-content/themes/sacha-v3/style.css"></link>
98
+<script type="text/javascript">
99
+/*
100
+@licstart  The following is the entire license notice for the
101
+JavaScript code in this tag.
102
+
103
+Copyright (C) 2012-2013 Free Software Foundation, Inc.
104
+
105
+The JavaScript code in this tag is free software: you can
106
+redistribute it and/or modify it under the terms of the GNU
107
+General Public License (GNU GPL) as published by the Free Software
108
+Foundation, either version 3 of the License, or (at your option)
109
+any later version.  The code is distributed WITHOUT ANY WARRANTY;
110
+without even the implied warranty of MERCHANTABILITY or FITNESS
111
+FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
112
+
113
+As additional permission under GNU GPL version 3 section 7, you
114
+may distribute non-source (e.g., minimized or compacted) forms of
115
+that code without the copy of the GNU GPL normally required by
116
+section 4, provided you include this license notice and a URL
117
+through which recipients can access the Corresponding Source.
118
+
119
+
120
+@licend  The above is the entire license notice
121
+for the JavaScript code in this tag.
122
+*/
123
+<!--/*--><![CDATA[/*><!--*/
124
+ function CodeHighlightOn(elem, id)
125
+ {
126
+   var target = document.getElementById(id);
127
+   if(null != target) {
128
+     elem.cacheClassElem = elem.className;
129
+     elem.cacheClassTarget = target.className;
130
+     target.className = "code-highlighted";
131
+     elem.className   = "code-highlighted";
132
+   }
133
+ }
134
+ function CodeHighlightOff(elem, id)
135
+ {
136
+   var target = document.getElementById(id);
137
+   if(elem.cacheClassElem)
138
+     elem.className = elem.cacheClassElem;
139
+   if(elem.cacheClassTarget)
140
+     target.className = elem.cacheClassTarget;
141
+ }
142
+/*]]>*///-->
143
+</script>
144
+</head>
145
+<body>
146
+<div id="preamble" class="status">
147
+<a name="top" id="top"></a>
148
+</div>
149
+<div id="content">
150
+<h1 class="title"></h1>
151
+<div class="center">
152
+
153
+<div class="figure">
154
+<p><img src="./images/logo.png" alt="logo.png" />
155
+</p>
156
+</div>
157
+</div>
158
+
159
+<p>
160
+You can support the Freedombone project with the following banner ads. Download an image, and add it to your site or blog with a link to <i>freedombone.uk.to</i>
161
+</p>
162
+
163
+<div class="center">
164
+<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
165
+
166
+
167
+<colgroup>
168
+<col  class="left" />
169
+</colgroup>
170
+<tbody>
171
+<tr>
172
+<td class="left"><img src="./ads/freedombone_ad1.jpg" alt="freedombone_ad1.jpg" /></td>
173
+</tr>
174
+
175
+<tr>
176
+<td class="left"><img src="./ads/freedombone_ad2.jpg" alt="freedombone_ad2.jpg" /></td>
177
+</tr>
178
+
179
+<tr>
180
+<td class="left"><img src="./ads/freedombone_ad3.jpg" alt="freedombone_ad3.jpg" /></td>
181
+</tr>
182
+
183
+<tr>
184
+<td class="left"><img src="./ads/freedombone_ad4.jpg" alt="freedombone_ad4.jpg" /></td>
185
+</tr>
186
+
187
+<tr>
188
+<td class="left"><img src="./ads/freedombone_ad5.jpg" alt="freedombone_ad5.jpg" /></td>
189
+</tr>
190
+
191
+<tr>
192
+<td class="left"><img src="./ads/freedombone_ad6.jpg" alt="freedombone_ad6.jpg" /></td>
193
+</tr>
194
+</tbody>
195
+</table>
196
+</div>
197
+</div>
198
+<div id="postamble" class="status">
199
+
200
+<style type="text/css">
201
+.back-to-top {
202
+    position: fixed;
203
+    bottom: 2em;
204
+    right: 0px;
205
+    text-decoration: none;
206
+    color: #000000;
207
+    background-color: rgba(235, 235, 235, 0.80);
208
+    font-size: 12px;
209
+    padding: 1em;
210
+    display: none;
211
+}
212
+
213
+.back-to-top:hover {
214
+    background-color: rgba(135, 135, 135, 0.50);
215
+}
216
+</style>
217
+
218
+<div class="back-to-top">
219
+<a href="#top">Back to top</a> | <a href="mailto:bob@robotics.uk.to">E-mail me</a>
220
+</div>
221
+
222
+<script type="text/javascript">
223
+    var offset = 220;
224
+    var duration = 500;
225
+    jQuery(window).scroll(function() {
226
+        if (jQuery(this).scrollTop() > offset) {
227
+            jQuery('.back-to-top').fadeIn(duration);
228
+        } else {
229
+            jQuery('.back-to-top').fadeOut(duration);
230
+        }
231
+    });
232
+</script>
233
+</div>
234
+</body>
235
+</html>