Image width
This commit is contained in:
parent
ea69a00f46
commit
bb5b3bd75b
|
@ -22,9 +22,9 @@ The Freedombone Mesh is a wireless solution for autonomous or internet connected
|
||||||
* [[./mesh_custom.html][Customisation]]
|
* [[./mesh_custom.html][Customisation]]
|
||||||
* [[./mesh_usage.html][How to use it]]
|
* [[./mesh_usage.html][How to use it]]
|
||||||
|
|
||||||
#+begin_export html
|
#+BEGIN_CENTER
|
||||||
<center><img src="mesh_logo.jpg" width="20%"/></center>
|
[[file:images/mesh_logo.jpg]]
|
||||||
#+end_export
|
#+END_CENTER
|
||||||
|
|
||||||
Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to or reliant upon the internet. Think festivals, hacker conferences, onboard ships at sea, disaster/war zones, small businesses who don't want the overhead of server maintenance, protests, remote areas of the world, temporary "digital blackouts", scientific expeditions and off-world space colonies.
|
Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to or reliant upon the internet. Think festivals, hacker conferences, onboard ships at sea, disaster/war zones, small businesses who don't want the overhead of server maintenance, protests, remote areas of the world, temporary "digital blackouts", scientific expeditions and off-world space colonies.
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 8.8 KiB |
|
@ -3,7 +3,7 @@
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2017-12-29 Fri 13:31 -->
|
<!-- 2017-12-29 Fri 13:32 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>‎</title>
|
<title>‎</title>
|
||||||
|
@ -258,7 +258,13 @@ The Freedombone Mesh is a wireless solution for autonomous or internet connected
|
||||||
<li><a href="./mesh_usage.html">How to use it</a></li>
|
<li><a href="./mesh_usage.html">How to use it</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<center><img src="mesh_logo.jpg" width="20%"/></center>
|
<div class="org-center">
|
||||||
|
|
||||||
|
<div class="figure">
|
||||||
|
<p><img src="images/mesh_logo.jpg" alt="mesh_logo.jpg" />
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to or reliant upon the internet. Think festivals, hacker conferences, onboard ships at sea, disaster/war zones, small businesses who don't want the overhead of server maintenance, protests, remote areas of the world, temporary "digital blackouts", scientific expeditions and off-world space colonies.
|
Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to or reliant upon the internet. Think festivals, hacker conferences, onboard ships at sea, disaster/war zones, small businesses who don't want the overhead of server maintenance, protests, remote areas of the world, temporary "digital blackouts", scientific expeditions and off-world space colonies.
|
||||||
|
|
Loading…
Reference in New Issue