Skip to content
Snippets Groups Projects
Commit 056e2866 authored by Bob Mottram's avatar Bob Mottram
Browse files

Settings screen image

parent d1a9284b
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ Up to a maximum of ten users may be added via the users screen. It's advisable t
If you're an advanced GNU/Linux user then you might want to enable secure shell logins from the settings screen. You'll need to supply an ssh public key if you do.
#+attr_html: :width 70% :align center
[[file:images/fbone_settings.jpg]]
[[file:images/fbone_settings.png]]
The admin menu is primarily meant only to be accessed from within your home network, but it can also be accessed remotely with a [[https://www.torproject.org/][Tor browser]] via an onion address which can be found by selecting the Freedombone logo on the initial menu screen.
......
img/fbone_settings.png

48.2 KiB | W: | H:

img/fbone_settings.png

61.5 KiB | W: | H:

img/fbone_settings.png
img/fbone_settings.png
img/fbone_settings.png
img/fbone_settings.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -45,7 +45,7 @@
.column {
-ms-flex: 25%;
flex: 25%;
flex: 15%;
max-width: 25%;
padding: 0 4px;
}
......@@ -55,19 +55,19 @@
vertical-align: middle;
}
@media screen and (max-width: 800px) {
@media screen and (min-width: 400px) {
.column {
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
-ms-flex: 25%;
flex: 25%;
max-width: 25%;
}
}
@media screen and (max-width: 200px) {
@media screen and (max-width: 400px) {
.column {
-ms-flex: 100%;
flex: 100%;
max-width: 100%;
-ms-flex: 50%;
flex: 50%;
max-width: 50%;
}
}
</style>
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Freedombone</title>
<!-- 2018-09-03 Mon 14:17 -->
<!-- 2018-09-21 Fri 14:48 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment